Git Product home page Git Product logo

rd-takehome's Introduction

Instructions

For this assignment, I coded a solution for task #1 and task #2. I believe the desired output for task #3 is closely demonstrated in task #1, so I did not code that.

To display output from task 1, run

$ npm run task-1

Note, there are 3 examples of output provided in the output for task 1

To display output from task 2, run

$ npm run task-2

Big O

  • ASIN store operation and calculation assignment are each O(n) in time and space complexity.
  • Sort operation will depend on the number of unique ASINs in the dataset. My understanding is that in Chrome, .sort() is O(n log n).
  • Interestingly, in this excercise there could very well be 1,000,000 reviews but only 500 unique ASINs, potentially adding only minimal complexity impact to O(n) overall.
  • Overall Big O would be greater than O(n) up to O(n log n), depending on the number of unique ASINs.

Opportunities

Some additional things we could do to improve upon the script:

  • Store static data like title, image outside of reviews data (unless a review is mapped to a 'title/image' at a point in time)
  • Output data as csv
  • Add the ability to specify a range of total reviews
  • Use library or function for cleaner/prettier console output instead of console.log()

rd-takehome's People

Contributors

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