You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
3
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
4
29
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.
5
30
6
31
[](https://repl.it/github/deepakhb2/data-structures-and-algorithm)
0 commit comments