A-level-Project/README.md

11 lines
728 B
Markdown
Raw Normal View History

2021-09-29 12:11:50 +01:00
# A-level-Project 2020/21
2021-09-29 12:16:14 +01:00
## This is my A-level Computer Science project. It is a sorting/searching algorithm visualiser written in C# as a Windows Forms Application
2021-09-29 12:11:50 +01:00
Sorts included are Bubble sort, Insertion sort, Merge sort and Quick sort.
Searches included are Linear search and Binary search.
Due to this being written a long time ago, it is rather inefficient and likes to crash. In fact it used to only work on a college computer back when i worked on it. So run it at your own risk I guess.
You can read the full documentation [here](https://docs.google.com/document/d/1jUQKdZraZ3keLnGgQVcz6_ozyXOGCavXUVbXI8alzdg/edit?usp=sharing)
2022-02-25 10:57:41 +00:00
2022-02-25 10:58:02 +00:00
path to correct files: `A-level-Project/projectFixedForm/A2Cw_Clark0/A2Cw_Clark0/`