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
2340 Minimum Adjacent Swaps to Make a Valid Array Medium
ArrayGreedy
2341 Maximum Number of Pairs in Array Easy
ArrayHash TableCounting
2342 Max Sum of a Pair With Equal Sum of Digits Medium
ArrayHash TableSorting
2343 Query Kth Smallest Trimmed Number Medium
ArrayStringDivide and Conquer
2344 Minimum Deletions to Make Array Divisible Hard
ArrayMathSorting
2345 Finding the Number of Visible Mountains Medium
ArrayStackSorting
2346 Compute the Rank as a Percentage Medium
Database
2347 Best Poker Hand Easy
ArrayHash TableCounting
2348 Number of Zero-Filled Subarrays Medium
ArrayMath
2349 Design a Number Container System Medium
Hash TableDesignHeap (Priority Queue)
2350 Shortest Impossible Sequence of Rolls Hard
ArrayHash TableGreedy
2351 First Letter to Appear Twice Easy
Hash TableStringBit Manipulation
2352 Equal Row and Column Pairs Medium
ArrayHash TableMatrix
2353 Design a Food Rating System Medium
ArrayHash TableString
2354 Number of Excellent Pairs Hard
ArrayHash TableBinary Search
Showing 2341-2355 of 3602
1 ... 155 156 157 158 159 ... 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.