Skip to content

Commit 2e03a6f

Browse files
authored
Create list of algorithms.md
1 parent 6100226 commit 2e03a6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

list of algorithms.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This list contains an examples of algorithms that you can contribute to this repository.
2+
## Arrays/Stacks/Queues/Trees/List-
3+
0.Tranversal
4+
1.Searching
5+
2.Sorting
6+
3.Insertion
7+
4.Deletion
8+
5.Queue/Dequeue
9+
7.Reversal
10+
8.Add any other type of algorithms you like to this list

0 commit comments

Comments
 (0)