Skip to content

Ori-Cohenn/DataStructured_eShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DataStructured_eShop

This repository contains a Sales and Inventory System designed specifically for an electronics shop. The project is fully implemented in C and is operated through a Command Line Interface (CLI). The system utilizes various data structures, including C structures, linked lists, and binary search trees, to efficiently manage sales, inventory, and employee records.

Features

  • Inventory Management: Keep track of all products, their quantities, and prices.
  • Sales Processing: Record sales transactions and update inventory in real-time.
  • Employee Management: Maintain employee records, including their roles and access levels.
  • Access Control: Differentiate access levels for employees to ensure data security.
  • Data Structures: Efficient data handling using C structures, linked lists, and binary search trees.
  • CLI-Based Interface: Easy-to-use command line interface for all operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages