canozal / Data-Structures-and-Algorithms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"


Languages

Language:Java 100.0%