ProDeveloperTutorial.com
  • DSA
    • Algorithms and Data Structures Tutorial
    • Crack The Coding Interview (DSA Sheet)
  • Coding Languages
    • C++ Tutorial
    • C language Tutorial
    • Linux Shell Scripting Tutorial
    • GIT Tutorial
    • Linux System Calls Tutorials
    • Shell Script Tutorial
  • System Design Tutorial

ProDeveloperTutorial.com

  • DSA
    • Algorithms and Data Structures Tutorial
    • Crack The Coding Interview (DSA Sheet)
  • Coding Languages
    • C++ Tutorial
    • C language Tutorial
    • Linux Shell Scripting Tutorial
    • GIT Tutorial
    • Linux System Calls Tutorials
    • Shell Script Tutorial
  • System Design Tutorial
ProDeveloperTutorial.com

What are You Looking For?

  • Coding Interview Questions
  • C++ Tutorial
  • DataStructure and Algorithms
  • C Language Tutorial
ProDeveloperTutorial
onJanuary 19, 2025

Arrays: Merge sorted array inplace

Problem Statement: You are given with 2 sorted arrays, you need to merge the array in-place. You may assume that the first array will have…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Power Set

Problem Statement: You are given a set, you need to find all the subsets of that set. Example set = {a, b, c} Power set = {{}, {a}, {b}, {c},…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Copy set bits in a range

Problem Statement: You are given 2 numbers x and y and a range [i,r] 1 <= l, r <= 32. You need to set bits of y in range [l, r] that are…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Bitwise Set bit questions

Problem Statement: In this chapter we shall solve few problems related to Bitwise Set bit. 1. Find the total number of set bits from 1 to N 2.…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Count number of bits to be flipped to convert A to B

Problem Statement: You are given 2 integers A and B. You need to findout the number of bits to be flipped to convert A to B. Example Input : a…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Find the two non repeating numbers.

Problem Statement: You are given an array of repeating numbers(twice), but two numbers are not repeating. You need to find out those numbers.…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Equal Sum partition

Problem Statement: You are given an array. You need to return true if you are able to divide the array into 2 subsets such that the sum of the…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Unbounded Knapsack Problem

Problem Statement: You are given 2 arrays. Value array and corresponding weight associated with it. You need to calculate the maximum amount…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Subset sum problem

Problem Statement: You are given a non-negtive integers and a sum, you need to check if there is a subset with the sum equal to the given sum.…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Get the nth catalan number

Problem Statement: You are given an integer “n”, you need to get the “nth” catalan number. What is a Catalan Number? A…
Discover More

Posts pagination

Previous 1 … 24 25 26 … 70 Next
ProDeveloperTutorial.com
Tutorials and Programming Solutions
  • DSA
    • Algorithms and Data Structures Tutorial
    • Crack The Coding Interview (DSA Sheet)
  • Coding Languages
    • C++ Tutorial
    • C language Tutorial
    • Linux Shell Scripting Tutorial
    • GIT Tutorial
    • Linux System Calls Tutorials
    • Shell Script Tutorial
  • System Design Tutorial
© 2024 — ProDeveloperTutorial. All Rights Reserved.
Advertisement