Master DSA Topics - February, 2026

Practice problems across 75+ categories

All Coding Problems

Practice coding problems across all companies and topics 3600 problems | 879 Easy | 1856 Medium | 842 Hard

# Problem Difficulty Topics
3000 Maximum Area of Longest Diagonal Rectangle Easy
Array
3001 Minimum Moves to Capture The Queen Medium
MathEnumeration
3002 Maximum Size of a Set After Removals Medium
ArrayHash TableGreedy
3003 Maximize the Number of Partitions After Operations Hard
StringDynamic ProgrammingBit Manipulation
3004 Maximum Subtree of the Same Color Medium
ArrayDynamic ProgrammingTree
3005 Count Elements With Maximum Frequency Easy
ArrayHash TableCounting
3006 Find Beautiful Indices in the Given Array I Medium
Two PointersStringBinary Search
3007 Maximum Number That Sum of the Prices Is Less Than or Equal to K Medium
MathBinary SearchDynamic Programming
3008 Find Beautiful Indices in the Given Array II Hard
Two PointersStringBinary Search
3009 Maximum Number of Intersections on the Chart Hard
ArrayHash TableMath
3010 Divide an Array Into Subarrays With Minimum Cost I Easy
ArraySortingEnumeration
3010 Divide an Array Into Subarrays With Minimum Cost II Hard
ArrayHash TableSliding Window
3011 Find if Array Can Be Sorted Medium
ArrayBit ManipulationSorting
3012 Minimize Length of Array Using Operations Medium
ArrayMathGreedy
3014 Minimum Number of Pushes to Type Word I Easy
MathStringGreedy
Showing 3001-3015 of 3602
1 ... 199 200 201 202 203 ... 241

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.