https://github.com/isaacmaffeis/pac-2023
PAC 2023/24 Algorithm design and computability - University course
https://github.com/isaacmaffeis/pac-2023
algorithms data-structures java
Last synced: about 1 year ago
JSON representation
PAC 2023/24 Algorithm design and computability - University course
- Host: GitHub
- URL: https://github.com/isaacmaffeis/pac-2023
- Owner: isaacmaffeis
- Created: 2023-10-03T16:13:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:32:38.000Z (about 2 years ago)
- Last Synced: 2025-01-12T02:07:42.389Z (about 1 year ago)
- Topics: algorithms, data-structures, java
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PAC-2023
- exe1: Implementation of algorithmic code in Java; thecollections of the Java Collection Framework
- exe2: Exercises on stacks, queue; Exercises on binary trees
- exe3: Exercises on binary search trees
- exe4: Black red trees in the JCF, exercises
- exe5: Hash tables in the JCF and exercises
- exe6: The JgraphT library, examples and exercises
- exe7: AMDD Tutorial (Iteration 0)
- exe8: Guided tutorial on AMDD (iteration 1): early architecture design