Coders Packet

Packets submitted by srijan bharadwaj

Isomorphic Strings in C++

In this tutorial, we will learn about isomorphic strings and we will find if the string is isomorphic or not.

Pattern Searching in a String using KMP Algorithm || C++

In this tutorial, we will learn about Searching a pattern In a String Using the famous KMP algorithm.

Find All Subsequence of a String in C++ using SET

In this tutorial, we will learn how to print all the subsequences of a string using SETs, we will also learn about Sets and how to implement them.

Longest Palindromic Substring/Manachar's Algorithm in C++

In this tutorial, we will know how to find the Longest Palindromic Substring in a string using Manachar's Algorithm.

Remove All Duplicates From an Array using SET | C++

In this tutorial we will learn how to use SETs, we will also learn how to implement it