google-interview-preparation icon indicating copy to clipboard operation
google-interview-preparation copied to clipboard

Preparation for my Google interview. Repo contains notes, resources and implementations of data structures, algorithms, and problems.

google-interview-preparation

Binder

Note! Work in progress. I'm constantly adding new notes, and code implementations of data structures, algorithms and problems.

Table of Contents

  1. Big-O Notation / Algorithmic complexity
    1. Definition
    2. Examples
  2. Data Structures
    1. Array
    2. Linked List
    3. Stack
    4. Queue
    5. Hash Table (TBC)
    6. Trees (TBC)
    7. Graphs: TBC
  3. Algorithms
  4. Problems
  • Useful links
  • How to study effectively
  • Similar repos

Useful links

How to study effectively

Similar repos