FAANG-InterviewPrep-FrontEnd
FAANG-InterviewPrep-FrontEnd copied to clipboard
Front End Engineering resources for FAANG interviews
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 :thumbsup:
I will be updating this repo constantly with good resources/tips. Feel free to :star: 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.