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.
- Host: GitHub
- URL: https://github.com/not-josue/algorithmic-design-1-java
- Owner: not-josue
- License: mit
- Created: 2023-11-08T07:46:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:58:49.000Z (over 1 year ago)
- Last Synced: 2024-11-07T02:14:47.342Z (8 months ago)
- Topics: algorithmic-design, java
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)