Skip to content

anishLearnsToCode/leetcode-arrays-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Learn - Arrays 101

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

🔒 = Subscription Content

Introduction

Question Solution Youtube
Max Consecutive Ones Java Python
Find Numbers with Even Number of Digits Java Python
Squares of a Sorted Array Java Python

Inserting Items Into An Array

Question Solution Youtube
Duplicate Zeros Java Python
Merge Sorted Array Java Python

Deleting Items From An Array

Question Solution Youtube
Remove Element Java Python
Remove Duplicates from Sorted Array Java Python

Searching For Items In An Array

Question Solution Youtube
Check if N And It's Double Exists Java Python
Valid Mountain Array Java Python

In-Place Operations

Question Solution Youtube
Replace Elements with Greatest Element on Right Side Java Python
Remove Duplicates from Sorted Array Java Python
Move Zeros Java Python
Sort Array By Parity Java Python
Remove Element Java Python

Conclusion

Name Solution Youtube
Height Checker Java Python
Third Maximum Number Java Python
Find All Numbers Disappeared in an Array Java Python
Squares of a Sorted Array Java Python