This repository is created by Yifan Men and Yuqiao Liang.
Algorithms below are included:
- Selection Sort
- Insertion Sort
- Bubble Sort
- Merge Sort
- Quick Sort
Usage:
>>> import project1
>>> project1.testingSuite('SelectionSort')
Inplemented BFS and DFS
Usage:
>>> import project2
>>> project2.testMazes()