Skip to content

Commit a7ca487

Browse files
authored
Create README.md
1 parent beba094 commit a7ca487

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# DS-Algo
2+
3+
### Go implementation for common Data Strucutures
4+
* Stack
5+
* Array implementation
6+
* LinkedList implementation
7+
* Queue
8+
* Array implementation
9+
* LinkedList implementation
10+
* LinkedList
11+
* BST(Binary Search Tree)
12+
13+
### Go implementation for common Algorithms
14+
* Recursion
15+
* Search
16+
* Linear Search
17+
* Binary Search
18+
* BFS (Breadth-first search)
19+
* DFS (Pre-order | In-order | Post-order) [ Implemented in BST ]
20+
* Sort
21+
* Bubble Sort
22+
* Selection Sort
23+
* Insertion Sort
24+
* Merge Sort
25+
* Quick Sort
26+

0 commit comments

Comments
 (0)