Git Product home page Git Product logo

runitrupam's Projects

multithreading_vs_multiprocessing_in_python icon multithreading_vs_multiprocessing_in_python

Talks about when to Multithreading and Multiprocessing . Conclusion :- for io_bound operations like data read/write to a remote server fetch is best to be done using threading , and due to GIL cpu bound process won't work with threading

n-cars-that-have-horsepower-greater-than-the-average-horsepower-of-all-the-cars-from-origin-o icon n-cars-that-have-horsepower-greater-than-the-average-horsepower-of-all-the-cars-from-origin-o

Cars A dataset of Cars is provided in a file (cars_input1.txt). The file has the three fields for each car: Name, Origin, Horsepower. Given this file and given a number N, and an origin O, print N cars that have horsepower greater than the average horsepower of all the cars from origin O. Note that the average horsepower should be computed from the cars of the given origin and not the whole dataset. The path to the dataset and the values of N and O will be passed as arguments to the program on command line.

py icon py

Repository to store sample python programs for python learning

subset_min_sum_not_found icon subset_min_sum_not_found

Given an array of positive numbers, find the smallest positive integer value that cannot be represented as the sum of elements of any subset of a given set.

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.