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
onAugust 31, 2026

Greedy: Insert new interval

Discover More
ProDeveloperTutorial
onAugust 31, 2026

Greedy: Minimum swaps to make strings equal

Problem Statement: You are given 2 strings, s1 and s2 of same size of letter x and y. You need make both of the strings equal by swapping any…
Discover More
ProDeveloperTutorial
onAugust 31, 2026

Greedy: Non overlapping intervals

Problem Statement: You are given a 2D array which represents interval. You need to find the minimum number of interval need to be removed to…
Discover More
ProDeveloperTutorial
onAugust 31, 2026

Greedy: Given three stacks, you need to find maximum equal sum

Problem Statement: You are given 3 stacks s1, s2, s3. You need to find the maximum possible equal sum that can be achieved by removing from…
Discover More
ProDeveloperTutorial
onAugust 30, 2026

Greedy: Assign maximum cookies

Problem Statement: You are given 2 arrays, greed[] and cookie[]. greed[i] is the minimum cookie size wanted by ith child. cookie[i] is the…
Discover More
ProDeveloperTutorial
onAugust 30, 2026

Greedy: Assign holes to mice

Problem Statement: You are given 2 arrays one for mice and one for hole. There are N mice and N holes and placed in a straight line. Each hole…
Discover More
ProDeveloperTutorial
onAugust 30, 2026

Greedy: Maximum odd binary number

Problem Statement: You are given a string, that has atleast one. Re-arrange the bits so that the number is the odd binary number and is the…
Discover More
ProDeveloperTutorial
onAugust 30, 2026

Binary Tree: Given a binary tree, invert it

Problem Statement Given a binary tree, invert it Example: Input: /* * 10 * / \ * 8 12 * / \ / \ * 2 9 11 14 */ Output: /* * 10 * / \ * 12 8 *…
Discover More
ProDeveloperTutorial
onAugust 30, 2026

Binary Tree: Given a binary tree and two nodes, check if they are cousins

Problem Statement: Given a binary tree and two nodes, check if they are cousins Example: Input: /* * 10 * / \ * 8 12 * / \ / \ * 2 9 11 14 */…
Discover More
ProDeveloperTutorial
onAugust 30, 2026

Binary Tree: Given two trees, check if the tree is subtree of another tree

Problem Statement: Given two trees, check if the tree is subtree of another tree. Example: Input: /* * 10 * / \ * 8 12 * / \ / \ * 2 9 11 14…
Discover More

Posts pagination

1 2 … 101 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.