Updated repo to be C# only

This commit is contained in:
Luke Else 2022-11-04 12:03:03 +00:00
parent e2157e7093
commit 0dfb647f8f
18 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# DataStructures
List of DataStructures implemented in C#, Go And C++
List of DataStructures implemented in C#
## What is Included
@ -11,7 +11,7 @@ Doubly Linked List
Stack
Queue
Binary Tree
Heap
Heap ~
### Algorithms

View File