๐Ÿ’ก
My Docs
BlogLinkedin
WEB_DEV_JOB_SEARCH
WEB_DEV_JOB_SEARCH
  • Home
  • ๐ŸกHome
  • ๐Ÿ—บ๏ธNavigation
  • ๐Ÿ“ฅUseful Downloads
  • TO DO
    • Meetings:
    • Take Home Assignments
  • Jobs To Apply To
  • ๐Ÿ› ๏ธSkills
    • ๐ŸขMy Stack
    • E-Engineering
    • SQL / PSQL
  • ๐Ÿ“‹Filling Out Forms
  • ๐Ÿ“–Resources
    • Linkedin Cheat Shee
    • Job Search Advice
    • Orientation:
    • Links
    • Running List Of MISC Resources:
    • โ„๏ธCold Outreach Generator
  • Profiles
  • Linkedin
  • Examples
  • Resume
    • Resume
      • Certificate (Lambda)
      • Examples
      • Advice
      • Dice
      • Linkedin Resume
      • Indeed Resume
  • Applications
    • ๐Ÿ–ฑ๏ธTRACKING_APPLICATIONS
    • Amazon
  • Applications & Job Postings
    • Job Boards
      • More Job Boards
    • ๐Ÿ“ฎPostings:
      • Avid / Pro Tools
      • Amazon
      • My Applications
        • Application Info
        • In Progress
      • First Round Of Applications
      • Jobs To Keep Track Of
      • Recommended Jobs
  • Cover Letter
    • Cover Letter
      • CV-Guidance
    • More Advice
      • Practice Problems:
    • Example
    • Example Of Developer Bio
    • Old Engineering Cover Letter
  • Portfolio
    • ๐Ÿ’พGit Repo
    • ๐Ÿ–ผ๏ธPortfolio
  • ๐Ÿ“ˆSlack&Lambda
    • ๐Ÿ“บRecordings
    • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘๐Ÿง‘๐Ÿค๐Ÿง‘ ๐Ÿง‘๐Ÿค๐Ÿง‘ ๐Ÿง‘People
  • Aux-Resources
    • Youtube
    • ๐Ÿ‘จโ€๐Ÿซ๐Ÿ‘จ๐Ÿซ ๐Ÿ‘จ๐Ÿซ ๐Ÿ‘จGuidance
  • ๐Ÿ–‹๏ธInterview Prep
    • INTERVIEW
    • ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿ’ป ๐Ÿ‘จ๐Ÿ’ป ๐Ÿ‘จ๐Ÿ’ป ๐Ÿ‘จ๐Ÿ’ป ๐Ÿ‘จ๐Ÿ’ป ๐Ÿ‘จ๐Ÿ’ป ๐Ÿ‘จ๐Ÿ’ป Leetcode
      • 37-Essential-Js-Questions
      • ๐Ÿ“ˆRubric
    • Resources
      • List of List
      • Cheat-Sheet
    • Cheat-Sheet-Raw
    • General Advice & Tips
      • Website Checklist
      • Phone Interview Advice
    • Overview
      • Data-Structures Q & A
    • Web Dev Interview Questions
      • FULL-STACK DEVELOPER INTERVIEW QUESTIONS AND ANSWERS
    • โ‰๏ธInterview Questions.
      • cross-site scripting attack (XSS) and how do you prevent it?
      • What are refs in React? When should they be used?
      • virtual DOM and why is it used in libraries/frameworks?
      • What does the following code evaluate to?
      • What is the this keyword and how does it work?
      • What are landmark roles and how can they be useful?
      • What is the difference between lexical scoping and dynamic scoping?
      • What is the difference between null and undefined?
      • What is CSS BEM?
      • What is HTML5 Web Storage? Explain localStorage and sessionStorage.
      • How can you avoid callback hells?
      • What is functional programming?
      • useful example of one?
      • What is an async function?
      • What is the difference between the equality operators == and ===?
      • use-strict
      • sync-vs-async
      • null-vs-undefined
      • promises
      • accessibility-tree
        • imperative-vs-declarative
      • bem
      • cors
      • alt-attribute
    • Qualitative Questions
      • Cheat Sheets
        • Python-VS-JS Cheat Sheet
        • ๐ŸPython
      • React Interview
        • React Questions:
      • Front End Questions
    • ๐ŸงฎDS_ALGO Practice:
      • Algorithms
      • Exampes
      • DS_ALGO_NOTES
        • The queue data structure (JS)(PY)
    • Behavorial
      • Python Subpage
      • DS_&_ALGO_STUDY_GUIDE
      • Intro 2 Graphs:
      • Graphs
        • Graph (py)
      • Free Code Camp
      • Types Of Data Structures
      • Arrays
      • Page 2
      • ๐Ÿฅ…Hash Tables
    • FANG PREP (medium article)
    • โฑ๏ธMore Practice:
    • 300 React Q & A's
      • ๐Ÿ’ธReact Tips
    • Redux
    • ๐Ÿ›•Examples
      • Representing A Graph:
      • Anagrams & Big O
        • Python Performance
        • Strongly Connected Graph
      • Gists
    • Common Knowledge Questions
  • Tutorials
    • Custom Outreach Message Generator
      • Common Questions
      • Self Introduction
  • Technical Interview Tutorial
  • Job Boards
    • ๐Ÿ“‹Job Boards
      • Less Promising Job Boards
      • LIST OF BOARDS
  • Networking
    • ๐Ÿ—“๏ธEvents
  • MISC
    • Articles To Read
    • Job Search Images
  • Notes
    • Interview Navigation
    • Notes
    • CSS Interview Prep Quiz
  • ๐Ÿ–จ๏ธInterviewing
    • General
    • Inspiration
    • Front End Interview
    • Common Questions
  • Networking
    • Networking
      • a/A Email List
    • Page 1
  • ๐Ÿ““ARCHIVE
    • Archive
      • โ‡๏ธSlack Announcements
    • Projects
Powered by GitBook
On this page
  • LinkedList
  • Stack
  • Heap, PriorityQueue
  • HashMap
  • Graph, BFS, DFS
  • Tree, BT, BST
  • Sort
  • Dynamic Programming
  • Binary Search
  • Recursion
  • Sliding Window
  • Greedy + Backtracking
  • Others
  • Summary

Was this helpful?

Edit on GitHub
  1. Interview Prep

FANG PREP (medium article)

PreviousHash TablesNextMore Practice:

Last updated 3 years ago

Was this helpful?

LinkedList

Stack

Heap, PriorityQueue

HashMap

Graph, BFS, DFS

Tree, BT, BST

Sort

Dynamic Programming

Binary Search

Recursion

Sliding Window

Greedy + Backtracking

Others

I could not put these problems in above categories, but good to solve.

Summary

I mentioned these links in the middle of the stories, but here are links to keep track of your progress. Feel free to use them!

Check out . Understand in which data set radix sort or insertion sort are better than general heap/merge sort. Go each of sorting algorithms and understand pros and cons.

If you complete all questions and looking for more problem sets, I recommend checking out . They also summarize LeetCode problems by category.

If you finish Algorithm Questions too, check out . My friend is writing it, and itโ€™s worth to read. It provides more detail explanation and general approaches to the problems.

๐Ÿ–‹๏ธ
Linked List Cycle
Linked List Cycle II
Remove Duplicates from Sorted List
Remove Duplicates from Sorted List II
Add Two Numbers
Valid Parentheses
Reverse Linked List
Kth Largest Element in a Stream
Top K Frequent Elements
Find K Pairs with Smallest Sums
Two Sum
Group Anagrams
Intersection of Two Arrays
Unique Email Addresses
First Unique Character in a String
Subarray Sum Equals K
Number of Islands
Max Area of Island
Number of Connected Components in an Undirected Graph
Word Ladder
Maximum Depth of Binary Tree
Minimum Depth of Binary Tree
Merge Two Binary Trees
Convert Sorted Array to Binary Search Tree
Path Sum
Binary Tree Level Order Traversal
Binary Tree Zigzag Level Order Traversal
Validate Binary Search Tree
Construct Binary Tree from Preorder and Inorder Traversal
Sorting Algorithms Animations
Paint Fence
Longest Increasing Subsequence
Maximum Subarray
Unique Paths
Unique Paths II
House Robber
House Robber II
Best Time to Buy and Sell Stock
Best Time to Buy and Sell Stock II
Word Break
Coin Change
Search Insert Position
Find Minimum in Rotated Sorted Array
Search in Rotated Sorted Array
Capacity To Ship Packages Within D Days
Pow(x, n)
K-th Symbol in Grammar
Split BST
Longest Substring Without Repeating Characters
Minimum Size Subarray Sum
Permutations
Subsets
Combination Sum
Generate Parentheses
Move Zeroes
Meeting Rooms
Meeting Rooms II
Is Subsequence
Next Permutation
String to Integer (atoi)
ZigZag Conversion
Algorithm Questions
Algorithms and Coding Interviews
Google Spreadsheet
LeetCode problem list