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 17, 2025

Searching and Sorting: Get the fixed point in an array

Problem Statement: You are given an sorted ascending array, you need to find the fixed point. A fixed point is an element in the array, such…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Recursively print all sentences that can be formed from list of word lists

Problem Statement: You are given list of words, you need to print all the combinations of phrases that can be formed by picking one word from…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Find minimum operations required to transform a string into another string

Problem Statement: You are given 2 strings, you need to convert str1 to str2 by only moving a character from str1 to front. If the string can…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Remove all consecutive duplicates from the string

Problem Statement: You are given a string S, you have to remove all the consecutive string. Example Input: aabb Output: ab Solution The…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Minimum Window Substring

Problem Statement: You are given 2 strings s1 and s2. You need to find the smallest substring in s1 that has all the characters of s2. Example…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Minimum characters to be added at beginning to make string palindrome

Problem Statement: You are given a string, you need to tell minimum characters to be added at the beginning to make the string palindrome.…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Check if it is possible to re-arrange characters in a string, such a way that no two adjacent are same

Problem Statement: You are given a string, you need to check if ti is possible to rearrange the string such that no two adjacent characters…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Smallest distinct window

Problem Statement: You are given a string ‘s’. You need to find the smallest window length that contains all the characters of the…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Find the longest common subsequence between two strings.

Problem Statement: You are given 2 strings you need to return the longest common subsequence between two strings. Example str1 = ABC str2 = AC…
Discover More
ProDeveloperTutorial
onJanuary 17, 2025

Strings: Minimum swaps required for bracket balancing

Problem Statement: You are given a string with 2N characters consisting of equally “[” and “]” brackets. They are…
Discover More

Posts pagination

Previous 1 … 37 38 39 … 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.