Skip to content

aswin1689/FAANG-InterviewPrep-FrontEnd

Repository files navigation

FAANG-InterviewPrep-FrontEnd

This repo has useful resources I gathered for Frontend Engineer interviews and Coding interviews at FAANG (Facebook, Apple, Amazon, Netflix, Google) companies. All the best 👍

I will be updating this repo constantly with good resources/tips. Feel free to ⭐ it and share.

DSA order of topics to learn

Recursion -> Linked list -> Stack -> Queue -> Two pointers -> Sliding-window -> hashing -> sorting -> binary search -> trees -> BST -> Heaps -> Graph basics -> BFS -> DFS -> backtracking -> greedy -> Dynamic programming -> advanced graph -> Union find -> bit manipulation.