Combinatorics Coding Problems

Permutations, combinations, and counting

55
Total Problems
3
Easy
18
Medium
34
Hard
Start Practicing

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Combinatorics Coding Problems

Practice problems frequently asked at Combinatorics 55 problems | 3 Easy | 18 Medium | 34 Hard

# Problem Difficulty Topics
16 Count Ways to Build Rooms in an Ant Colony Hard
MathDynamic ProgrammingTree
17 Count Ways to Make Array With Product Hard
ArrayMathDynamic Programming
18 Distribute Candies Among Children I Easy
MathCombinatoricsEnumeration
19 Distribute Candies Among Children II Medium
MathCombinatoricsEnumeration
20 Distribute Candies Among Children III Hard
MathCombinatorics
21 Find Number of Ways to Reach the K-th Stair Hard
MathDynamic ProgrammingBit Manipulation
22 Find Sum of Array Product of Magical Sequences Hard
ArrayMathDynamic Programming
23 Find the Count of Good Integers Hard
Hash TableMathCombinatorics
24 Find the Count of Monotonic Pairs I Hard
ArrayMathDynamic Programming
25 Find the Count of Monotonic Pairs II Hard
ArrayMathDynamic Programming
26 Find the Derangement of An Array Medium
MathDynamic ProgrammingCombinatorics
27 Find the N-th Value After K Seconds Medium
ArrayMathSimulation
28 Find the Number of Possible Ways for an Event Hard
MathDynamic ProgrammingCombinatorics
29 Find Triangular Sum of an Array Medium
ArrayMathSimulation
30 Kth Smallest Amount With Single Denomination Combination Hard
ArrayMathBinary Search
Showing 16-30 of 55
1 2 3 4

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.