An open API service indexing awesome lists of open source software.

https://github.com/not-josue/algorithmic-design-2-java

Entry level Java programs that can be found in beginner university data structures courses.
https://github.com/not-josue/algorithmic-design-2-java

algorithmic-design data-structures java

Last synced: about 1 month ago
JSON representation

Entry level Java programs that can be found in beginner university data structures courses.

Awesome Lists containing this project

README

        

# Algorithmic Design II

Entry level Java programs that can be found in beginner university data structures courses.

## Helper

- [Example Code](https://github.com/not-josue/algorithmic-design-2-java/tree/main/ExampleCode)

## Programs

- [Bill's PC](https://github.com/not-josue/algorithmic-design-2-java/tree/main/BillsPC)
- [Double Double Linked List](https://github.com/not-josue/algorithmic-design-2-java/tree/main/DoubleDoubleLinkedList)
- [File I/O Problems](https://github.com/not-josue/algorithmic-design-2-java/tree/main/FileIOProblems)
- [Food Order Scheduler](https://github.com/not-josue/algorithmic-design-2-java/tree/main/FoodOrderScheduler)
- [Fruit Tree](https://github.com/not-josue/algorithmic-design-2-java/tree/main/FruitTree)
- [Grocery List](https://github.com/not-josue/algorithmic-design-2-java/tree/main/GroceryList)
- [Process Queue Simulator](https://github.com/not-josue/algorithmic-design-2-java/tree/main/ProcessQueueSimulator)
- [Robot Command Simulator](https://github.com/not-josue/algorithmic-design-2-java/tree/main/RobotCommandSimulator)
- [Shape Tree](https://github.com/not-josue/algorithmic-design-2-java/tree/main/ShapeTree)
- [Sheep Shearing Scheduler](https://github.com/not-josue/algorithmic-design-2-java/tree/main/SheepShearingScheduler)
- [Showcase Showdown](https://github.com/not-josue/algorithmic-design-2-java/tree/main/ShowcaseShowdown)
- [Sierpinski's Triangle](https://github.com/not-josue/algorithmic-design-2-java/tree/main/SierpinskisTriangle)
- [Sort sort](https://github.com/not-josue/algorithmic-design-2-java/tree/main/SortSort)
- [Sorting Words](https://github.com/not-josue/algorithmic-design-2-java/tree/main/SortingWords)
- [Task Organizer](https://github.com/not-josue/algorithmic-design-2-java/tree/main/TaskOrganizer)
- [Vector Math Program](https://github.com/not-josue/algorithmic-design-2-java/tree/main/VectorMathProgram)
- [Video Game Database](https://github.com/not-josue/algorithmic-design-2-java/tree/main/VideoGameDatabase)