Giter Site home page Giter Site logo

find_common_users_in_csv's Introduction

find_common_users_in_csv

Task is to write a function find_users in file solution.py that should receive file names, at least 2. And should return list of user_id's that are present in both files. List should have unique values.

Goal is to use as less memory as possible. And have a decent runtime.

It's acceptable to use non common data structures.

When you you can run test by running next command

python -m unittest discover

Best results using build in python data structures:

  • 1KiB file - runtime:0.1 sec, memory:0.0MB
  • 1MiB file - runtime:0.2 sec, memory:0.2MB
  • 1GiB file - runtime:1,0 min, memory:1.4GB !!!

find_common_users_in_csv's People

Contributors

ikuchin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.