Skip to content

lucho20pt/data-structures-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data structures & algorithms

  • JavaScript DSA for Coding Interview with Animated Examples

Roadmap

  • 02 big O

  • 03 Classes & Pointers

  • 04 Data Structures - Linked Lists

  • 05 Data Structures - Doubly Linked Lists

  • 06 Data Structures - Stacks & Queues

  • 07 Data Structures - Trees

  • 08 Data Structures - Hash Tables

  • 09 Data Structures - Graphs

  • 10 Algorithms - Recursion

  • 11 Algorithms - Basic Sorts

  • 12 Algorithms - Merge Sort

  • 13 Algorithms - Quick Sort

  • 14 Algorithms - Tree Traversal