| Linux/Windows | Coverity |
|---|---|
This repository contains several Java packages, each containing an individual project from CS2420. All packages are contained within a single Eclipse project. The structure of this repository is detailed below:
| Package | Data Structure/ Project Focus | Project Location |
|---|---|---|
| assign1 | Warm-up with math functions | 🔗CS2420/src/assign1 |
| assign2 | Generics, Arrays and ArrayLists | 🔗CS2420/src/assign2 |
| assign3 | Priority Queues and Algorithm Analysis | 🔗CS2420/src/assign3 |
| assign4 | Insertion Sort and Algorithm Analysis | 🔗CS2420/src/assign4 |
| assign5 | QuickSort MergeSort and Recursion | 🔗CS2420/src/assign5 |
| assign6 | Linked Lists | 🔗CS2420/src/assign6 |
| assign7 | Stacks and Queues | 🔗CS2420/src/assign7 |
| assign8 | Graph Traversal and Path Finding | 🔗CS2420/src/assign8 |
| assign9 | Binary Search Trees | 🔗CS2420/src/assign9 |
- Clone this repo to your local machine using
https://github.com/tim-soft/CS2420
- Import the cloned repo into Eclipse:
- MIT license
- Copyright 2015 © tim-soft.