SiddChugh / Retail-Stock-Keeping-System

Implementation of a retail stock keeping system to keep track of inventory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of a retail stock keeping system to keep track of inventory. The underlying data structure is a self balancing red black tree (https://en.wikipedia.org/wiki/Red%E2%80%93black_tree)

Compile: Simply type make to compile the source code for the Retail Stock Keeping System.

About

Implementation of a retail stock keeping system to keep track of inventory.

License:Other


Languages

Language:C++ 99.1%Language:Makefile 0.9%