Skip to content

Commit 07fbfbb

Browse files
committed
docs: update readme
1 parent d9209e5 commit 07fbfbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ This repository contains implementation of some of the fundamental data structur
4444

4545
## Short-cut to CS2040S Material
4646
1. Basic structures
47-
* Linked List
48-
* Stack
49-
* Queue
47+
* [Linked List](src/dataStructures/linkedList)
48+
* [Stack](src/dataStructures/stack)
49+
* [Queue](src/dataStructures/queue)
5050
2. Binary Search
5151
* Peak Finding
5252
3. Sorting

0 commit comments

Comments
 (0)