Skip to content

bhavyammodi/TectesInventoryTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Inventory Tracker

A simple Java program to track stock of items. Sample input:

"2022/01/01", "2022/01/03", 5
"2022/01/01", "2022/01/05", 10
"2022/01/03", "2022/01/05", 7
"2022/01/02", "2022/01/04", 6

Sample Output:

From 2022/01/01 to 2022/01/02, Stock = 15, indices = 0 1 
From 2022/01/02 to 2022/01/03, Stock = 21, indices = 0 1 3 
From 2022/01/03 to 2022/01/04, Stock = 23, indices = 1 2 3 
From 2022/01/04 to 2022/01/05, Stock = 17, indices = 1 2 

(Here -1 signifies that the stock is there for infinite time)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages