Giter Site home page Giter Site logo

dreamcandies's Introduction

DreamCandies

This repo contains solution to the dreamcandies problem.

Design choices:

Based on the requirements, this tool has been designed to work with only strings and no parsing of values is done to improve the efficiency.

The following assumptions has been made:

  • Customer code is present in increment order in customer.csv and sample.csv
  • Invoice Code is again in incremental order

Based on the above assumption, had some optimisation in lookup of sample customers. If the assumption is not true, we need to check for the entire sample data against each entry in customer.csv

And the invoice implements the full search instead of the above optimisation.

To efficiently use resources, a buffer of type buffer_t is used to read and write data from files instead of reading full files. The buffer size is compile time configurable and can be adjusted based on the availability of resources.

The entire tool reads the input file only once and output it to a file directly without parsing or calculating strlen.

Since the strutils extracts all the fields from the row, this can be extended to parse the individual fields based on the future requirements.

TestData: Test data can be generated using the scripts inside the directory 'testdata'. The generated test data should be inside this 'testdata' directory.

The sample file path can be given as either the command line argument or it will use the default file

Improvements: Can add test cases for boundary condition checks.

dreamcandies's People

Contributors

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