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
1980 Find Unique Binary String Medium
ArrayHash TableString
1981 Minimize the Difference Between Target and Chosen Elements Medium
ArrayDynamic ProgrammingMatrix
1982 Find Array Given Subset Sums Hard
ArrayDivide and Conquer
1983 Widest Pair of Indices With Equal Range Sum Medium
ArrayHash TablePrefix Sum
1984 Minimum Difference Between Highest and Lowest of K Scores Easy
ArraySliding WindowSorting
1985 Find the Kth Largest Integer in the Array Medium
ArrayStringDivide and Conquer
1986 Minimum Number of Work Sessions to Finish the Tasks Medium
ArrayDynamic ProgrammingBacktracking
1987 Number of Unique Good Subsequences Hard
StringDynamic Programming
1988 Find Cutoff Score for Each School Medium
Database
1989 Maximum Number of People That Can Be Caught in Tag Medium
ArrayGreedy
1990 Count the Number of Experiments Medium
Database
1991 Find the Middle Index in Array Easy
ArrayPrefix Sum
1992 Find All Groups of Farmland Medium
ArrayDepth-First SearchBreadth-First Search
1993 Operations on Tree Medium
ArrayHash TableTree
1994 The Number of Good Subsets Hard
ArrayHash TableMath
Showing 1981-1995 of 3602
1 ... 131 132 133 134 135 ... 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.