0% found this document useful (0 votes)
47 views8 pages

Facebook 1

This document contains a list of LeetCode questions that were frequently asked in interviews from April 2022 to September 2022 according to the author's LeetCode premium account. It provides the question title, tags, acceptance rate and difficulty for each question. The questions are sorted by frequency. Some questions may require a premium account to practice. The links in this PDF only work when opened on a desktop version of LinkedIn.

Uploaded by

konegow735
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views8 pages

Facebook 1

This document contains a list of LeetCode questions that were frequently asked in interviews from April 2022 to September 2022 according to the author's LeetCode premium account. It provides the question title, tags, acceptance rate and difficulty for each question. The questions are sorted by frequency. Some questions may require a premium account to practice. The links in this PDF only work when opened on a desktop version of LinkedIn.

Uploaded by

konegow735
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Facebook/Meta

tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)

This pdf contains Meta/FB tagged questions

from LC premium account, sorted according to frequency


of asked, also they are links so just click and solve.

PS : This is just list of last 6 months , if you don’t have


premium account , premium questions will not be available
to practice.

IMPO : Download from LinkedIn desktop , in mobile version


links are not working

Good Luck
@Chandanagrawal23
# Title Tags Acceptance Difficulty

1762 Buildings With an Ocean


ArrayStackMonotonic Stack 79.30% Medium
View

1249 Minimum Remove to Make


StringStack 65.60% Medium
Valid Parentheses

1650 Lowest Common Ancestor of


Hash TableTreeBinary Tree 77.30% Medium
a Binary Tree III

1570 Dot Product of Two Sparse


ArrayHash TableTwo PointersDesign 90.30% Medium
Vectors

408 Valid Word Abbreviation Two PointersString 34.80% Easy

314 Binary Tree Vertical Order Hash TableTreeDepth-First SearchBreadth-First


SearchBinary Tree
51.90% Medium
Traversal

680 Valid Palindrome II Two PointersStringGreedy 39.40% Easy

339 Nested List Weight Sum Depth-First SearchBreadth-First Search 81.90% Medium

528 Random Pick with Weight MathBinary SearchPrefix SumRandomized 46.20% Medium

71 Simplify Path StringStack 39.20% Medium

249 Group Shifted Strings ArrayHash TableString 64.20% Medium

227 Basic Calculator II MathStringStack 42.10% Medium

708 Insert into a Sorted Circular


Linked List 34.50% Medium
Linked List

236 Lowest Common Ancestor of


TreeDepth-First SearchBinary Tree 57.70% Medium
a Binary Tree

1091 Shortest Path in Binary


ArrayBreadth-First SearchMatrix 44.50% Medium
Matrix

65 Valid Number String 18.50% Hard

@Chandanagrawal23
791 Custom Sort String Hash TableStringSorting 69.40% Medium

921 Minimum Add to Make


StringStackGreedy 76.50% Medium
Parentheses Valid

50 Pow(x, n) MathRecursion 32.70% Medium

346 Moving Average from Data


ArrayDesignQueueData Stream 77.00% Easy
Stream

301 Remove Invalid Parentheses StringBacktrackingBreadth-First Search 47.00% Hard

498 Diagonal Traverse ArrayMatrixSimulation 57.90% Medium

938 Range Sum of BST TreeDepth-First SearchBinary Search TreeBinary Tree 85.30% Easy

199 Binary Tree Right Side View TreeDepth-First SearchBreadth-First SearchBinary Tree 61.00% Medium

523 Continuous Subarray Sum ArrayHash TableMathPrefix Sum 27.60% Medium

987 Vertical Order Traversal of a Hash TableTreeDepth-First SearchBreadth-First


SearchBinary Tree
44.50% Hard
Binary Tree

173 Binary Search Tree Iterator StackTreeDesignBinary Search TreeBinary TreeIterator 68.80% Medium

2060 Check if an Original String


Exists Given Two Encoded StringDynamic Programming 40.60% Hard
Strings

162 Find Peak Element ArrayBinary Search 46.20% Medium

973 ArrayMathDivide and ConquerGeometrySortingHeap


K Closest Points to Origin (Priority Queue)Quickselect
65.90% Medium

636 Exclusive Time of Functions ArrayStack 60.90% Medium

215 Kth Largest Element in an ArrayDivide and ConquerSortingHeap (Priority


Queue)Quickselect
65.50% Medium
Array

426 Convert Binary Search Tree Linked ListStackTreeDepth-First SearchBinary Search


TreeBinary TreeDoubly-Linked List
64.60% Medium
to Sorted Doubly Linked List

560 Subarray Sum Equals K ArrayHash TablePrefix Sum 44.10% Medium

766 Toeplitz Matrix ArrayMatrix 68.10% Easy

@Chandanagrawal23
1216 Valid Palindrome III StringDynamic Programming 50.20% Hard

129 Sum Root to Leaf Numbers TreeDepth-First SearchBinary Tree 58.40% Medium

1891 Cutting Ribbons ArrayBinary Search 48.10% Medium

138 Copy List with Random


Hash TableLinked List 50.10% Medium
Pointer

347 ArrayHash TableDivide and ConquerSortingHeap (Priority


Top K Frequent Elements Queue)Bucket SortCountingQuickselect
64.90% Medium

56 Merge Intervals ArraySorting 45.80% Medium

282 Expression Add Operators MathStringBacktracking 39.20% Hard

670 Maximum Swap MathGreedy 47.80% Medium

691 ArrayStringDynamic ProgrammingBacktrackingBit


Stickers to Spell Word ManipulationBitmask
46.30% Hard

489 Robot Room Cleaner BacktrackingInteractive 76.50% Hard

827 ArrayDepth-First SearchBreadth-First SearchUnion


Making A Large Island FindMatrix
44.70% Hard

480 Sliding Window Median ArrayHash TableSliding WindowHeap (Priority Queue) 41.30% Hard

543 Diameter of Binary Tree TreeDepth-First SearchBinary Tree 55.70% Easy

125 Valid Palindrome Two PointersString 43.30% Easy

398 Random Pick Index Hash TableMathReservoir SamplingRandomized 63.00% Medium

1004 Max Consecutive Ones III ArrayBinary SearchSliding WindowPrefix Sum 63.50% Medium

529 Minesweeper ArrayDepth-First SearchBreadth-First SearchMatrix 65.40% Medium

270 Closest Binary Search Tree Binary SearchTreeDepth-First SearchBinary Search


TreeBinary Tree
54.50% Easy
Value

1060 Missing Element in Sorted


ArrayBinary Search 54.60% Medium
Array

415 Add Strings MathStringSimulation 52.50% Easy

@Chandanagrawal23
1944 Number of Visible People in a
ArrayStackMonotonic Stack 69.90% Hard
Queue

1424 Diagonal Traverse II ArraySortingHeap (Priority Queue) 50.30% Medium

958 Check Completeness of a


TreeBreadth-First SearchBinary Tree 53.80% Medium
Binary Tree

88 Merge Sorted Array ArrayTwo PointersSorting 45.50% Easy

825 Friends Of Appropriate Ages ArrayTwo PointersBinary SearchSorting 46.20% Medium

163 Missing Ranges Array 31.80% Easy

31 Next Permutation ArrayTwo Pointers 37.00% Medium

1428 Leftmost Column with at


ArrayBinary SearchMatrixInteractive 52.90% Medium
Least a One

536 Construct Binary Tree from


StringTreeDepth-First SearchBinary Tree 56.10% Medium
String

721 ArrayStringDepth-First SearchBreadth-First SearchUnion


Accounts Merge Find
56.30% Medium

146 LRU Cache Hash TableLinked ListDesignDoubly-Linked List 40.50% Medium

378 Kth Smallest Element in a


ArrayBinary SearchSortingHeap (Priority Queue)Matrix 61.50% Medium
Sorted Matrix

317 Shortest Distance from All


ArrayBreadth-First SearchMatrix 43.00% Hard
Buildings

1539 Kth Missing Positive Number ArrayBinary Search 55.80% Easy

953 Verifying an Alien Dictionary ArrayHash TableString 52.60% Easy

78 Subsets ArrayBacktrackingBit Manipulation 73.50% Medium

246 Strobogrammatic Number Hash TableTwo PointersString 47.60% Easy

269 ArrayStringDepth-First SearchBreadth-First


Alien Dictionary SearchGraphTopological Sort
35.20% Hard

23 Linked ListDivide and ConquerHeap (Priority


Merge k Sorted Lists Queue)Merge Sort
48.20% Hard

@Chandanagrawal23
133 Clone Graph Hash TableDepth-First SearchBreadth-First SearchGraph 50.20% Medium

1047 Remove All Adjacent


StringStack 70.60% Easy
Duplicates In String

1206 Design Skiplist Linked ListDesign 60.60% Hard

253 ArrayTwo PointersGreedySortingHeap (Priority


Meeting Rooms II Queue)Prefix Sum
50.30% Medium

986 Interval List Intersections ArrayTwo Pointers 71.40% Medium

34 Find First and Last Position


ArrayBinary Search 41.40% Medium
of Element in Sorted Array

348 Design Tic-Tac-Toe ArrayHash TableDesignMatrix 57.50% Medium

266 Palindrome Permutation Hash TableStringBit Manipulation 65.80% Easy

1213 Intersection of Three Sorted


ArrayHash TableBinary SearchCounting 80.00% Easy
Arrays

161 One Edit Distance Two PointersString 34.10% Medium

140 Hash TableStringDynamic


Word Break II ProgrammingBacktrackingTrieMemoization
44.00% Hard

863 All Nodes Distance K in


TreeDepth-First SearchBreadth-First SearchBinary Tree 62.00% Medium
Binary Tree

103 Binary Tree Zigzag Level


TreeBreadth-First SearchBinary Tree 54.90% Medium
Order Traversal

16 3Sum Closest ArrayTwo PointersSorting 46.20% Medium

1011 Capacity To Ship Packages


ArrayBinary Search 64.30% Medium
Within D Days

76 Minimum Window Substring Hash TableStringSliding Window 39.90% Hard

463 Island Perimeter ArrayDepth-First SearchBreadth-First SearchMatrix 69.40% Easy

1382 Balance a Binary Search Tree Divide and ConquerGreedyTreeDepth-First SearchBinary 80.60% Medium
Search TreeBinary Tree

416 Partition Equal Subset Sum ArrayDynamic Programming 46.70% Medium

@Chandanagrawal23
224 Basic Calculator MathStringStackRecursion 41.10% Hard

298 Binary Tree Longest


TreeDepth-First SearchBinary Tree 52.40% Medium
Consecutive Sequence

311 Sparse Matrix Multiplication ArrayHash TableMatrix 66.90% Medium

1644 Lowest Common Ancestor of


TreeDepth-First SearchBinary Tree 59.20% Medium
a Binary Tree II

939 Minimum Area Rectangle ArrayHash TableMathGeometrySorting 53.30% Medium

824 Goat Latin String 67.80% Easy

919 Complete Binary Tree


TreeBreadth-First SearchDesignBinary Tree 64.80% Medium
Inserter

1209 Remove All Adjacent


StringStack 56.00% Medium
Duplicates in String II

380 Insert Delete GetRandom


ArrayHash TableMathDesignRandomized 51.90% Medium
O(1)

490 The Maze Depth-First SearchBreadth-First SearchGraph 55.30% Medium

934 Shortest Bridge ArrayDepth-First SearchBreadth-First SearchMatrix 53.80% Medium

286 Walls and Gates ArrayBreadth-First SearchMatrix 60.10% Medium

658 ArrayTwo PointersBinary SearchSortingHeap (Priority


Find K Closest Elements Queue)
45.10% Medium

139 Word Break Hash TableStringDynamic ProgrammingTrieMemoization 45.30% Medium

695 ArrayDepth-First SearchBreadth-First SearchUnion


Max Area of Island FindMatrix
71.60% Medium

779 K-th Symbol in Grammar MathBit ManipulationRecursion 40.60% Medium

896 Monotonic Array Array 58.20% Easy

643 Maximum Average Subarray


ArraySliding Window 43.90% Easy
I

200 ArrayDepth-First SearchBreadth-First SearchUnion


Number of Islands FindMatrix
55.90% Medium

@Chandanagrawal23
68 Text Justification ArrayStringSimulation 36.40% Hard

22 Generate Parentheses StringDynamic ProgrammingBacktracking 71.60% Medium

1192 Critical Connections in a


Depth-First SearchGraphBiconnected Component 54.50% Hard
Network

304 Range Sum Query 2D -


ArrayDesignMatrixPrefix Sum 51.90% Medium
Immutable

19 Remove Nth Node From End


Linked ListTwo Pointers 39.20% Medium
of List

1541 Minimum Insertions to


StringStackGreedy 49.80% Medium
Balance a Parentheses String

2024 Maximize the Confusion of an


StringBinary SearchSliding WindowPrefix Sum 59.20% Medium
Exam

THANKS
Practice as much as you
can
Share with others too
Follow for more

@Chandanagrawal23

You might also like