Skip to content

deepakhb2/data-structures-and-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bceda48 · Feb 23, 2021

History

79 Commits
Aug 9, 2020
Feb 23, 2021
Dec 29, 2020
Jun 10, 2020
Mar 29, 2020
Jul 24, 2020
Aug 9, 2020
Aug 9, 2020
Dec 29, 2020
Dec 29, 2020
Jul 24, 2020
Aug 9, 2020

Repository files navigation

Data structures and algorithms

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.

Content

Data Structures

  1. Arrays
  2. Hash
  3. Stacks
  4. Queues
  5. Trees
  6. Linked Lists
  7. Graphs

Algorithms

  1. Recursions
  2. Sorting
  3. Searching
  4. Dijkstras
  5. Bellmanford

Interview Questions

Needs to be improved.

Problems

...

Run it online

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.

Run on Repl.it