Home

Awesome

LeetCode Learn - Arrays 101

problems-solved problems-solved-java problems-solved-python cp

🔒 = Subscription Content

Introduction

QuestionSolutionYoutube
Max Consecutive OnesJava Python
Find Numbers with Even Number of DigitsJava Python
Squares of a Sorted ArrayJava Python

Inserting Items Into An Array

QuestionSolutionYoutube
Duplicate ZerosJava Python
Merge Sorted ArrayJava Python

Deleting Items From An Array

QuestionSolutionYoutube
Remove ElementJava Python
Remove Duplicates from Sorted ArrayJava Python

Searching For Items In An Array

QuestionSolutionYoutube
Check if N And It's Double ExistsJava Python
Valid Mountain ArrayJava Python

In-Place Operations

QuestionSolutionYoutube
Replace Elements with Greatest Element on Right SideJava Python
Remove Duplicates from Sorted ArrayJava Python
Move ZerosJava Python
Sort Array By ParityJava Python
Remove ElementJava Python

Conclusion

NameSolutionYoutube
Height CheckerJava Python
Third Maximum NumberJava Python
Find All Numbers Disappeared in an ArrayJava Python
Squares of a Sorted ArrayJava Python