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

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

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