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
3090 Maximum Length Substring With Two Occurrences Easy
Hash TableStringSliding Window
3091 Apply Operations to Make Sum of Array Greater Than or Equal to k Medium
MathGreedyEnumeration
3092 Most Frequent IDs Medium
ArrayHash TableHeap (Priority Queue)
3093 Longest Common Suffix Queries Hard
ArrayStringTrie
3094 Guess the Number Using Bitwise Questions II Medium
Bit ManipulationInteractive
3095 Shortest Subarray With OR at Least K I Easy
ArrayBit ManipulationSliding Window
3096 Minimum Levels to Gain More Points Medium
ArrayPrefix Sum
3097 Shortest Subarray With OR at Least K II Medium
ArrayBit ManipulationSliding Window
3098 Find the Sum of Subsequence Powers Hard
ArrayDynamic ProgrammingSorting
3099 Harshad Number Easy
Math
3100 Water Bottles II Medium
MathSimulation
3101 Count Alternating Subarrays Medium
ArrayMath
3102 Minimize Manhattan Distances Hard
ArrayMathGeometry
3103 Find Trending Hashtags II Hard
Database
3104 Find Longest Self-Contained Substring Hard
Hash TableStringBinary Search
Showing 3091-3105 of 3602
1 ... 205 206 207 208 209 ... 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.