anushkaagr275563

anushkaagr275563

Analyst

117Posts
7Courses

Articles

Smallest Substring Containing All Characters of Another String

This blog post delves into the problem of finding the smallest substring that contains all the characters of another string. We’ll brea...

author

Anushka

Author

15/11/2024

Date

#DSA, #Strings

Tags

Finding All Permutations of a String

In this blog, we dive into the fascinating world of permutations, particularly focusing on generating all possible arrangements of a gi...

author

Anushka

Author

15/11/2024

Date

#Permutations, #String Manipulation

Tags

Understanding String Interleaving

This article delves into the concept of string interleaving, a vital technique for coding interviews that test your understanding of st...

author

Anushka

Author

15/11/2024

Date

#data structures, #algorithms

Tags

Minimum Window Substring

In this blog, we delve into the Minimum Window Substring problem, a classic challenge in the realm of string processing within data str...

author

Anushka

Author

15/11/2024

Date

#Minimum Window Substring, #Data Structures

Tags

Reversing Words in a String

In this blog, we explore the intricacies of reversing the words in a string – a common yet intriguing problem in data structures and al...

author

Anushka

Author

15/11/2024

Date

#datastructures, #algorithms

Tags

Exploring Palindromic Substrings Count

Understanding palindromic substrings is vital for technical interviews and coding challenges. This blog dives deep into counting palind...

author

Anushka

Author

15/11/2024

Date

#DSA, #Advanced String Techniques

Tags

Understanding Lexicographical Order of Strings in Depth

In this blog, we delve into the crucial concept of lexicographical order of strings, a common topic in advanced string-based interview ...

author

Anushka

Author

15/11/2024

Date

#lexicographical order, #strings

Tags

Trapping Rainwater Using Strings

In the world of data structures and algorithms, problems like trapping rainwater challenge the notion of handling arrays and strings. T...

author

Anushka

Author

15/11/2024

Date

#data structures, #algorithms

Tags

Substring Search with Wildcards

In this blog, we will explore the intricacies of substring search algorithms that support wildcards. Understanding these techniques is ...

author

Anushka

Author

15/11/2024

Date

#substring search, #wildcards

Tags

Understanding String Rotation

In this blog, we will delve into the intriguing concept of string rotation, a vital technique often encountered in advanced string-base...

author

Anushka

Author

15/11/2024

Date

#string rotation, #data structures and algorithms

Tags