https://github.com/terror/420-4p6-ab
Code for 420-4P6-AB Data Structures Winter 2021 @ John Abbott College
https://github.com/terror/420-4p6-ab
Last synced: 11 months ago
JSON representation
Code for 420-4P6-AB Data Structures Winter 2021 @ John Abbott College
- Host: GitHub
- URL: https://github.com/terror/420-4p6-ab
- Owner: terror
- Created: 2021-02-03T04:39:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T03:30:29.000Z (over 4 years ago)
- Last Synced: 2025-02-15T09:37:16.799Z (11 months ago)
- Language: Java
- Homepage:
- Size: 502 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 420-406-AB Data Structures - Assignments
Repository of assignment solutions for the course Data Structures (420-406-AB)
@ John Abbott College.
### Contents
[Assignment 1](https://github.com/terror/420-4P6-AB/tree/master/asg1) - Sorted Set Implementation
[Assignment 2](https://github.com/terror/420-4P6-AB/tree/master/asg2) - Graph Traversal Algorithms (DFS/BFS)
[Assignment 3](https://github.com/terror/420-4P6-AB/tree/master/asg3) - Custom Reader / Writer Implementations
[Assignment 4](https://github.com/terror/420-4P6-AB/tree/master/asg4) - Duck duck goose variant using a Linked List
[Assignment 5](https://github.com/terror/420-4P6-AB/tree/master/asg5) - Profiling
[Assignment 6](https://github.com/terror/420-4P6-AB/tree/master/asg6) - Three
Mens Morris (game and recursive board generation)
[Assignment 7](https://github.com/terror/420-4P6-AB/tree/master/asg7) - Trie implementation (with suggestions)
[Final Project](https://github.com/terror/420-4P6-AB/tree/master/project) - Serialization and Deserialization implementation for various
Data Structures