top of page
Caută
  • Poza scriitoruluioanaunciuleanu

Inventory App - Android

This APP creates a list of products with all the information that a store would like to keep. Information about products can be inserted, edited, deleted. It is all stored inside a database.


https://github.com/oanaunc/Inventory












10 afișări0 comentarii

Postări recente

Afișează-le pe toate

Weighted Job Scheduling in JAVA

You receive a list of jobs that have three elements: start time, finish time and profit. You have to schedule the jobs with no overlapping, in order to obtain the maximum profit. Solution: 1. static

Tiling Problem in JAVA

You can use a board that is 2 x n size. The tiles are of size 2 x 1. Count the number of ways to tile the board. Tiles can be placed vertically 2 x 1 or horizontally as 1 x 2. Solution: 1. static

bottom of page