Easy41 problems
ProblemTags
Backspace String Comparetwo-pointers string stack simulation
Binary Searcharray binary-search
Check if All Characters Have Equal Number of Occurrenceshash-table string counting
Check If Sentence Is Pangramhash-table string
Combine Two Sorted Arraytwo-pointers
Counting Elementsarray hash-table
Find Lonely Numbersarray hash-table
Find Pivot Indexarray
Find the Highest Altitudearray
First Letter to Appear Twicehash-table string bit-manipulation counting
2D Array - Hourglass Sumarray
Intersection of Multiple Arraysarray hash-table sorting counting
Is Subsequencetwo-pointers
Jewels and Stoneshash-table string
Kth Node From End of Linked Listlinked-list two-pointers
Largest Unique Numberarray hash-table sorting
Linked List Cyclehash-table linked-list two-pointers
Longest Subsequence With Limited Sumarray binary-search greedy sorting prefix-sum
Max Average Subarraysliding-window
Max Sum Subarray Of Size Ksliding-window
Maximum Number of Balloonshash-table string counting
Middle of the Linked Listlinked-list two-pointers
Minimum Value to Get Positive Step by Step Sumprefix-sum
Minimum Common Valuetwo-pointers
Missing Numberarray hash-table math bit-manipulation
Move Zeroestwo-pointers
Palindrometwo-pointers
Range Sum Queriesprefix-sum
Range Sum Query - Immutablearray design prefix-sum
Ransom Notehash-table string counting
Remove All Adjacent Duplicates In Stringstring stack
Remove Duplicates from Sorted Listlinked-list two-pointers
Reverse Only Letterstwo-pointers
Reverse Prefix of Wordtwo-pointers
Reverse Stringtwo-pointers
Reverse Words in a String IIItwo-pointers
Running Sum of 1d Arrayprefix-sum
Search Insert Positionarray binary-search
Square Of Sorted Arraytwo-pointers
Two Sumarray hash-table
Valid Parenthesesstring stack