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

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

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

algorithmic-design java

Last synced: about 1 month ago
JSON representation

Entry level Java programs that can be found in beginner university computer science courses.

Awesome Lists containing this project

README

        

# Algorithmic Design I

Entry level Java programs that can be found in beginner university computer science courses.

## Programs

- [Apple Maker](https://github.com/not-josue/algorithmic-design-1-java/tree/main/appleMaker)
- [Below Average Temperature](https://github.com/not-josue/algorithmic-design-1-java/tree/main/belowAvgTemp)
- [Bicycle Builder](https://github.com/not-josue/algorithmic-design-1-java/tree/main/bicycleBuilder)
- [Binary Changer](https://github.com/not-josue/algorithmic-design-1-java/tree/main/binaryChanger)
- [Coffee Hour](https://github.com/not-josue/algorithmic-design-1-java/tree/main/coffeeHour)
- [Date and Time](https://github.com/not-josue/algorithmic-design-1-java/tree/main/dateAndTime)
- [Fleet of Vehicles](https://github.com/not-josue/algorithmic-design-1-java/tree/main/fleetOfVehicles)
- [Matrix Addition](https://github.com/not-josue/algorithmic-design-1-java/tree/main/matrixAddition)
- [Peanut Butter & Jelly Sandwich](https://github.com/not-josue/algorithmic-design-1-java/tree/main/pbnjSandwich)
- [Pothole Driving](https://github.com/not-josue/algorithmic-design-1-java/tree/main/potholeDriving)
- [Rock, Paper, Scissors](https://github.com/not-josue/algorithmic-design-1-java/tree/main/rockPaperScissors)
- [Sorting Laundry](https://github.com/not-josue/algorithmic-design-1-java/tree/main/sortingLaundry)
- [Sorting Rectangles](https://github.com/not-josue/algorithmic-design-1-java/tree/main/sortingRectangles)
- [Triangle Maker](https://github.com/not-josue/algorithmic-design-1-java/tree/main/triangleMaker)
- [Zodiac Finder](https://github.com/not-josue/algorithmic-design-1-java/tree/main/zodiacFinder)