Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 778 Bytes

curriculum.md

File metadata and controls

35 lines (24 loc) · 778 Bytes

GoL Clinics - Technical Interview Prep

Topics

Foundational Data Structures:

  1. Arrays and Strings
  2. Stacks and Queues
  3. Linked Lists
  4. Dictionaries and Hash-maps

Analysis of Algorithms:

  1. Big-O Analysis

Elementary Algorithms:

  1. Search
  2. Sorting

Advanced Data Structures:

  1. Graphs
  2. Trees

Advanced Algorithms:

  1. Greedy Algorithms
  2. Recursion and Backtracking
  3. Dynamic Programming

Resources

Here is a list of resources and support material for the course.