Update README.md

master
Crimson Tome 2022-02-25 11:01:39 +00:00 committed by GitHub
parent 2a33f753af
commit d6ee7bba6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@
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.
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, I'm more proud of the documentation anyway, the code isn't the best, though it was my best work at the time I wrote it.
You can read the full documentation [here](https://docs.google.com/document/d/1jUQKdZraZ3keLnGgQVcz6_ozyXOGCavXUVbXI8alzdg/edit?usp=sharing)
path to correct files: `A-level-Project/projectFixedForm/A2Cw_Clark0/A2Cw_Clark0/`
path to code: `A-level-Project/projectFixedForm/A2Cw_Clark0/A2Cw_Clark0/sortsAndSearches.cs`
path to exe: `A-level-Project/projectFixedForm/A2Cw_Clark0/A2Cw_Clark0/bin/Debug/A2Cw_Clark0.exe `