GithubHelp home page GithubHelp logo

supermarket's Introduction

project folder:
SuperMarket/

Brief description of submitted files:

src/lazyTrees/Item.java
- One object of Item class represents one item in the inventory, with two class members.

src/lazyTrees/LazySearchTree.java
- LazySearchTree is an implementation of a binary search tree with lazy deletion.

src/lazyTrees/PrintObject.java
- Functor class to traverse and print out data from LazySearchTree. 

src/lazyTrees/SuperMarket.java
- Simulates the market scenario of buying and adding items to a store's inventory.
 * Implements BST with lazy deletion to keep track of total inventory ("deleted" + non deleted) 
 * and current inventory (non deleted only).

src/lazyTrees/Traverser.java
- Traverser interface containing the method signature for visit

resources/inventory_invalid_removal.txt
- Test file for an invalid removal from LazySearchTree.

resources/inventory_log.txt
- Test file used for overall testing of LazySearchTree

resources/inventory_short.txt
- Additional short test file for LazySearchTree

resources/RUN.txt
- console output of SuperMarket.java

README.txt
- description of submitted files

supermarket's People

Contributors

vyao95 avatar bitam avatar

Watchers

 avatar

Forkers

huige555551

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.