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

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

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