Update README.md

master
Crimson Tome 2021-09-29 12:16:14 +01:00 committed by GitHub
parent a6ca04157f
commit 6010b5a3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# A-level-Project 2020/21 # A-level-Project 2020/21
## This is my A-level Computer Science project. It is a sorting/searching algorithm visualiser ## This is my A-level Computer Science project. It is a sorting/searching algorithm visualiser written in C# as a Windows Forms Application
Sorts included are Bubble sort, Insertion sort, Merge sort and Quick sort. Sorts included are Bubble sort, Insertion sort, Merge sort and Quick sort.
Searches included are Linear search and Binary search. Searches included are Linear search and Binary search.