/Arrays_101

Introduction to Data Structure (from LeetCode)

Primary LanguageC

ARRAYS_101

Introduction to Data Structure

  • What an Array is.
  • Basic properties of Arrays.
  • Implementing basic Array operations.
  • Simple programming techniques with Arrays.

Problems

# Title Tags Level
0026 Remove Duplicates from Sorted Array Array Two Pointers Easy
0027 Remove Element Array Two Pointers Easy
0088 Merge Sorted Array Array Two Pointers Easy
0283 Move Zeroes Array Two Pointers Easy
0414 Third Maximum Number Array Easy
0448 Find All Numbers Dissapeared in an Array Array Easy
0485 Max Consecutive Ones Array Easy
0905 Sort Array By Parity Array Easy
0941 Valid Mountain Array Array Easy
0977 Squares of a Sorted Array Array Two Pointers Easy
1051 Height Checker Array Easy
1089 Duplicate Zeros Array Easy
1295 Find Numbers with Even Number of Digits Array Easy
1299 Replace Elements with Greatest Element on Right Side Array Easy
1346 Check If N and Its Double Exist Array Easy