We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9209e5 commit 07fbfbbCopy full SHA for 07fbfbb
README.md
@@ -44,9 +44,9 @@ This repository contains implementation of some of the fundamental data structur
44
45
## Short-cut to CS2040S Material
46
1. Basic structures
47
- * Linked List
48
- * Stack
49
- * Queue
+ * [Linked List](src/dataStructures/linkedList)
+ * [Stack](src/dataStructures/stack)
+ * [Queue](src/dataStructures/queue)
50
2. Binary Search
51
* Peak Finding
52
3. Sorting
0 commit comments