Bit Manipulation Coding Problems

Work with binary representations

249
Total Problems
48
Easy
116
Medium
85
Hard
Start Practicing
101001101100XOR

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Bit Manipulation Coding Problems

Practice problems frequently asked at Bit Manipulation 249 problems | 48 Easy | 116 Medium | 85 Hard

# Problem Difficulty Topics
61 Find Number of Ways to Reach the K-th Stair Hard
MathDynamic ProgrammingBit Manipulation
62 Find Products of Elements of Big Array Hard
ArrayBinary SearchBit Manipulation
63 Find Root of N-Ary Tree Medium
Hash TableBit ManipulationTree
64 Find Subarray With Bitwise OR Closest to K Hard
ArrayBinary SearchBit Manipulation
65 Find Sum of Array Product of Magical Sequences Hard
ArrayMathDynamic Programming
66 Find the Difference Easy
Hash TableStringBit Manipulation
67 Find the Duplicate Number Medium
ArrayTwo PointersBinary Search
68 Find the K-or of an Array Easy
ArrayBit Manipulation
69 Find the K-th Character in String Game I Easy
MathBit ManipulationRecursion
70 Find the K-th Character in String Game II Hard
MathBit ManipulationRecursion
71 Find The K-th Lucky Number Medium
MathStringBit Manipulation
72 Find the Longest Substring Containing Vowels in Even Counts Medium
Hash TableStringBit Manipulation
73 Find the Maximum Sequence Value of Array Hard
ArrayDynamic ProgrammingBit Manipulation
74 Find the Maximum Sum of Node Values Hard
ArrayDynamic ProgrammingGreedy
75 Find the Minimum Cost Array Permutation Hard
ArrayDynamic ProgrammingBit Manipulation
Showing 61-75 of 249
1 ... 3 4 5 6 7 ... 17

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.