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

Given an encoded string, decode string

Problem Statement: You are given an encoded string, you need to decode it. Example Input: s = “3[a]2[bc]” Output:…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Calculate an expression with * and /

Problem Statement: You are given a string, that has a valid expression. You need to implement a calculator and evaluate it. String will…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Calculate the basic arithmetic expression as string

Problem Statement: You are given a string, that has a valid expression. You need to implement a basic calculator and evaluate it. String will…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Stack: Get the min element of the stack in O(1) time

Problem Statement: You need to implement a stack that will return the min element in constant time. Solution This problem can be solved in 2…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Get the count of delete operations on 2 strings.

Problem Statement: You are given 2 strings, you need to return the minimum number of delete operations needed to make str1 and str 2 same.…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Longest Common Substring

Problem Statement: You are given 2 strings, you need to find the longest common substring. Example Example: str 1 = abcdef str 2 = bcxyez…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Count how many times string 1 appears as substring in string 2.

Problem Statement: You are given 2 strings, you need to find how many times string 2 appears as subsequence in string 1. Example string =…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Check if one string is a subsequence of another

Problem Statement: Youa are given 2 strings, a, b. You need to check if string “a” is a subsequence of string “b”…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Longest repeating subsequence

Problem Statement: You are given a string, you need to find the length of the longest repeating subsequence. Example Input: AABEBCDD O/p: 3…
Discover More
ProDeveloperTutorial
onJanuary 19, 2025

Dynamic Programming: Minimum number of deletions and insertions to convert one string into another

Problem Statement: You are given 2 strings, you need to get the minimum number of insertions and deletions to convert string a to string b.…
Discover More

Posts pagination

Previous 1 … 19 20 21 … 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