From 6010b5a3e4e2b7ae71bcf13898bd96594addcb1d Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 29 Sep 2021 12:16:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8518fab..1807326 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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. Searches included are Linear search and Binary search.