Parag NaikExploring Tree-Inorder TraversalIn last post Introduction to tree data structures, I have give a brief introduction about tree data structure and its applications…Nov 16, 2021Nov 16, 2021
Parag NaikIntroduction to Tree data structuresIn the realm of data structures, Linked list, array can be described as a linear data structure unlike trees which are non-linear…Nov 5, 2021Nov 5, 2021
Parag NaikThe “Hello world” of Data Structure-Linked List.Linked is type of linear data structure which is widely use to solve specific problem raise due to the limitation of arrays. Linked list…May 12, 2021May 12, 2021
Parag NaikMinimum DistancesProblem:-The distance between two array values is the number of indices between them. Given a, find the minimum distance between any pair…Apr 7, 2021Apr 7, 2021
Parag NaikRepeated StringProblem Statement:- There is a string ”s”, of lowercase English letters that is repeated infinitely many times. Given an integer ,”n”…Apr 6, 2021Apr 6, 2021