Skip to content

My code solution for Andrei Neagoie's online udemy course "Master the Coding Interview: Data Structures + Algorithms"

Notifications You must be signed in to change notification settings

nimrod46/Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Data-Structures-and-Algorithms

Data structures

  1. Array
  2. Graphs
  3. Hash tables (HashMap)
  4. Linked Lists 5 Queues
  5. Stacks
  6. BST

Algorithms

  1. Recursion
    1. Factorial
    2. Fibonacci - Includes a simple recursive with time complexity of O(n)
    3. ReverseString
  2. Sorting
    1. Bubble sort
    2. Selection sort
    3. Insertion sort
    4. Merge sort
    5. Quick sort

Dynamic programming

  1. Dynamic Fibonacci

Interview Questions

  1. Common items

About

My code solution for Andrei Neagoie's online udemy course "Master the Coding Interview: Data Structures + Algorithms"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages