Coder Social home page Coder Social logo

teaminternational_datacapture's Introduction

teaminternational_datacapture

Solution for the Data Capture challenge for the international team recruitment process

Time complexity

To achieve an implementation with a constant time complexity, an internal Array structure had to be implemented to store how many time a number is added.

After adding all the numbers, we can create the stats. Going through the array and saving not only the number of times element N was added, but also adding the number of minor elements there are. Starting with 0, which will have 0 minor elements, continuing with 1, which will have the number of times that 0 appeared as minor elements, then 2 will have the number of times that 1 appeared added to the number of elements less than 1. This way we can go through the array only once and create enough information so that the functions of the Stats class have constant time complexity.

Intruccions

All the functions used in the script are from the python3 core so no extra steps are required, simply having python3 installed.

To run the tests, the following command is enough python3 -m unittest -v

teaminternational_datacapture's People

Contributors

alantoris 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.