Array Coding Problems

Master array manipulation and traversal techniques

1947
Total Problems
398
Easy
1049
Medium
497
Hard
Start Practicing
0123

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Array Coding Problems

Practice problems frequently asked at Array 1947 problems | 398 Easy | 1049 Medium | 497 Hard

# Problem Difficulty Topics
1216 Minimum Index of a Valid Split Medium
ArrayHash TableSorting
1217 Minimum Index Sum of Two Lists Easy
ArrayHash TableString
1218 Minimum Initial Energy to Finish Tasks Hard
ArrayGreedySorting
1219 Minimum Interval to Include Each Query Hard
ArrayBinary SearchLine Sweep
1220 Minimum Jumps to Reach Home Medium
ArrayDynamic ProgrammingBreadth-First Search
1221 Minimum Levels to Gain More Points Medium
ArrayPrefix Sum
1222 Minimum Limit of Balls in a Bag Medium
ArrayBinary Search
1223 Minimum Lines to Represent a Line Chart Medium
ArrayMathGeometry
1224 Minimum Money Required Before Transactions Hard
ArrayGreedySorting
1225 Minimum Moves to Clean the Classroom Medium
ArrayHash TableBit Manipulation
1226 Minimum Moves to Equal Array Elements Medium
ArrayMath
1227 Minimum Moves to Equal Array Elements II Medium
ArrayMathSorting
1228 Minimum Moves to Get a Peaceful Board Medium
ArrayGreedySorting
1229 Minimum Moves to Make Array Complementary Medium
ArrayHash TablePrefix Sum
1230 Minimum Moves to Move a Box to Their Target Location Hard
ArrayBreadth-First SearchHeap (Priority Queue)
Showing 1216-1230 of 1947
1 ... 80 81 82 83 84 ... 130

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.