Savala Lingesh Reddy
@Lingesh
3 published packets
Joined Mar 2021
Published Projects
Phone Number Combinations Using C++
Given a string containing digits from 2-9, print all possible letter combinations that the number could represent. Write code to achieve this using C++.
Mar 27, 2021
Palindromic subsequences using C++
Hello Coders, today we are going to solve the problem on palindrome using C++. Given a string we need to count the number of steps required to remove palindromic subsequences using C++.
Mar 14, 2021
Ordered Binary Sequence in C++
Hello coders, in this tutorial, we are going to learn about Binary Sequence in C++. It can be solved by applying brute force approach. In brute force we can solve this by sorting.
Mar 06, 2021