Skip to content

Commit fd0e257

Browse files
committed
Update README.
1 parent 32193c0 commit fd0e257

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Data structures and algorithms
22
The data structures and algorithms are implemented using ruby. I have also added few interview problems and I update this list as I work on problems.
33

4+
## Content
5+
6+
### Data Structures
7+
1. Arrays
8+
2. Hash
9+
3. Stacks
10+
4. Queues
11+
5. Trees
12+
6. Linked Lists
13+
7. Graphs
14+
15+
### Algorithms
16+
1. Recursions
17+
2. Sorting
18+
3. Searching
19+
4. Dijkstras
20+
5. Bellmanford
21+
22+
### Interview Questions
23+
Needs to be improved.
24+
25+
### Problems
26+
...
27+
28+
## Run it online
429
This can be run on repl.it by clicking below badge. On repl.it click on Run button to see the output for bubble sort and you understand how to run other ruby files.
530

631
[![Run on Repl.it](https://repl.it/badge/github/deepakhb2/data-structures-and-algorithm)](https://repl.it/github/deepakhb2/data-structures-and-algorithm)

0 commit comments

Comments
 (0)