Skip to content

Commit 595ac4c

Browse files
authored
Update README.md
1 parent 7562d6a commit 595ac4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you wish to contribute to C# ALGORITHMS, then please make sure you check out
6363
##
6464
### DATA STRUCTURES
6565

66-
#### Lists:
66+
#### Linear:
6767

6868
* [Skip List](DataStructures/Lists/SkipList.cs)
6969
* [Array List](DataStructures/Lists/ArrayList.cs)
@@ -72,6 +72,10 @@ If you wish to contribute to C# ALGORITHMS, then please make sure you check out
7272
* [Single-Linked List](DataStructures/Lists/SLinkedList.cs)
7373
* [Double-Linked List](DataStructures/Lists/DLinkedList.cs)
7474

75+
#### Circular
76+
77+
* [Circular Buffer](DataStructures/Lists/CircularBuffer.cs)
78+
7579
#### Heaps:
7680

7781
* [Binary-Min Heap](DataStructures/Heaps/BinaryMinHeap.cs)

0 commit comments

Comments
 (0)