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
1470 Paint House III Hard
ArrayDynamic Programming
1470 Shuffle the Array Easy
Array
1471 The k Strongest Values in an Array Medium
ArrayTwo PointersSorting
1472 Design Browser History Medium
ArrayLinked ListStack
1474 Delete N Nodes After M Nodes of a Linked List Easy
Linked List
1475 Final Prices With a Special Discount in a Shop Easy
ArrayStackMonotonic Stack
1476 Subrectangle Queries Medium
ArrayDesignMatrix
1477 Find Two Non-overlapping Sub-arrays Each With Target Sum Medium
ArrayHash TableBinary Search
1478 Allocate Mailboxes Hard
ArrayMathDynamic Programming
1479 Sales by Day of the Week Hard
Database
1480 Running Sum of 1d Array Easy
ArrayPrefix Sum
1481 Least Number of Unique Integers after K Removals Medium
ArrayHash TableGreedy
1482 Clone Binary Tree With Random Pointer Medium
Hash TableTreeDepth-First Search
1482 Minimum Number of Days to Make m Bouquets Medium
ArrayBinary Search
1483 Kth Ancestor of a Tree Node Hard
Binary SearchDynamic ProgrammingBit Manipulation
Showing 1471-1485 of 3602
1 ... 97 98 99 100 101 ... 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.