TopSWE 100

Solve these 100 carefully curated problems in order! See you at the top!
Fizz BuzzTwo SumValid AnagramReverse StringValid PalindromeLongest Common PrefixPower of ThreeNumber of 1 BitsRange Sum Query - ImmutableFibonacci NumberClimbing StairsMin Cost Climbing StairsBest Time to Buy and Sell StockBinary Tree Inorder TraversalInvert Binary TreeSymmetric TreeMaximum Depth of Binary TreeSame TreePath SumMinimum Depth of Binary TreeValidate Binary Search TreeReverse Linked ListMiddle of the Linked ListBinary Tree Level Order TraversalFind if Path Exists in GraphNumber of IslandsMax Area of IslandCount Sub IslandsValid ParenthesesProduct of Array Except SelfBinary SearchMinimum Add to Make Parentheses ValidLongest Palindromic SubstringTwo Sum II - Input Array Is SortedContainer With Most Water3SumGroup AnagramsKth Largest Element in an ArrayK Closest Points to OriginInsert Delete GetRandom O(1)First Bad VersionFind Peak ElementSqrt(x)Koko Eating BananasSubarray Sum Equals KContinuous Subarray SumCount Number of Nice SubarraysClone GraphCopy List with Random PointerIs Graph BipartiteEvaluate DivisionMaximum SubarrayMaximum Product SubarrayUnique PathsMinimum Path SumLongest Substring Without Repeating CharactersMax Consecutive Ones IIIMaximize the Confusion of An ExamLongest Nice SubarrayRandom Pick with WeightWord BreakHouse RobberCoin ChangeLongest Increasing SubsequenceLongest Common SubsequenceLowest Common Ancestor of a Binary Search TreeBinary Tree Maximum Path SumBest Time to Buy and Sell Stock IIJump GameCourse Schedule IIPath with Maximum ProbabilityPath With Minimum EffortMerge IntervalsInsert IntervalInterval List IntersectionsLRU CacheBinary Search Tree IteratorMin StackImplement Stack using QueuesLetter Combinations of a Phone NumberCombination SumPermutationsSubsetsPalindrome PartitioningImplement Trie (Prefix Tree)Basic CalculatorDaily TemperaturesOnline Stock SpanPartition Equal Subset SumRedundant ConnectionFind Median from Data StreamTrapping Rain WaterMax Points on a LineSerialize and Deserialize Binary TreeMaximum Profit in Job SchedulingSliding Window MaximumEdit DistanceLargest Rectangle in HistogramNumber of AtomsLFU Cache
StatusNumberQuestion
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100

Congratulations!