data-structures-and-algorithms

Data Structures and Algorithms

401 Data Structures, Code Challenges

Table of Contents - Data Structures
Whiteboarding: Array Reversal
Whiteboarding: Array Insert Shift
Whiteboarding: Binary Search
Implementation: Singly Linked Lists
Extending an Implementation: Append, Insert Before, Insert After
Extending an Implementation: Kth from End
Implementation: Stacks & Queues
Implementation: Trees
Extending an Implementation: Max Value Binary Tree
Implementation: Hash Table
Implementation: Graph
Extending an Implementation: Breadth First Traversal Graph
Extending an Implementation: Depth First Traversal Graph
Table of Contents - Code Challenges
Code Challenge / Algorithm Linked List Zip
Code Challenge / Algorithm Pseudo Queue
Code Challenge / Algorithm Stack Queue Animal Shelter
Code Challenge / Algorithm Stack Queue Validate Brackets
Code Challenge / Algorithm Breadth First Binary Tree
Code Challenge / Algorithm FizzBuzz K-Ary Tree
Code Challenge / Algorithm Insertion Sort Blog
Code Challenge / Algorithm Merge Sort Blog
Code Challenge / Algorithm Quick Sort Blog
Code Challenge / Algorithm Repeated Word HashMap
Code Challenge / Algorithm Tree Intersection
Code Challenge / Algorithm HashMap Left Join
Code Challenge / Algorithm Graph Business Trip