You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Benjamin Santalucia
ben8p
Happy front-end engineer since more than 12 years, with a strong passion for the javascript ecosystem.
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.
Tech Interview Cheat Sheet
Data Structure Basics
Array
Definition:
Stores data elements based on an sequential, most commonly 0 based, index.
Based on tuples (a finite ordered list of elements) from set theory.
They are one of the oldest, most commonly used data structures.