JyothiTLSTLS is a transport layer security protocol, used to protect data at application layer. It is mainly designed for TCP applications. Higher…Sep 6Sep 6
JyothiKMP searchAn efficient way to solve this problem is by using the Knuth-Morris-Pratt (KMP) algorithm for pattern matching. The KMP algorithm has a…Aug 22Aug 22
JyothiTwo pointer techniques and Rust examplesThe two-pointer approach is a popular algorithmic technique used in programming to solve problems involving iterating over arrays, lists or…Aug 20Aug 20
JyothiTwo-pointer approach and TCP sliding windowThe two-pointer approach is a popular algorithmic technique used in programming to solve problems involving iterating over arrays, lists or…Aug 14Aug 14
JyothiCount occurrences of anagramscount the number of unique letters and the number of each occurrence of the unique letter in ‘c’Jul 24Jul 24
Jyothideque class in C++In C++ deque class is also called a double-ended queue class. It provides many functions to manage elements from both ends.Jul 23Jul 23
JyothiStrings and Go langIn this post, we discuss string related problem and its solution in GO language:Jul 21Jul 21