Skip to content

A product management program created to practice the implementation of data structures and algorithms

Notifications You must be signed in to change notification settings

manhdv2103/ProductManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ProductManagement

A product management program created with the implementation of linked list, stack, queue, recursion, linear search algorithm and selection sort algorithm using Java. This program can:

  • Load products from a data file into a linked list, a stack or a queue.
  • Display products in a linked list, a stack or a queue.
  • Write product data to file.
  • Add, delete, search and sort products.
  • Write all program outputs into a log file.
  • Convert the quantity of the first product in the linked list from decimal to binary using recursion and display it.

How to run

  1. Clone this repo:
git clone https://github.com/manhdv2103/ProductManagement.git
cd ProductManagement
  1. Assuming you've installed Java, compile the source files:
javac src/*.java -d out/
  1. Run the program:
java -classpath out/ Main

About

A product management program created to practice the implementation of data structures and algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages