Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 799 Bytes

technical-interview-cheatsheet.md

File metadata and controls

36 lines (25 loc) · 799 Bytes
description
The purpose of this page so that it can be used easily when doing a technical interview. These are my own personal notes and reminders.

Technical Interview Cheatsheet

Soft skills

  • Maintain composure
  • Slow down
  • Control your excitement.
  • Carefully read the full question

Technical / Tricks

Data structures:

Consider using one of:

  • Array
  • Linked Lists / Doubly Linked Lists
  • Maps / Hashes
  • Sets
  • Binary Tree

Algorithms:

  • Binary Search
  • Recursive