LRLalit Rajbanshiindsa2025.hashnode.dev·Jan 22, 2025 · 3 min readIntroduction to Data Structure and AlgorithmData structure ADT Atomic and Composite Algorithms Time and Space Complexity Pseudo Code So, what exactly is a data structure? What does it do, and why is it so important? A data structure is simply a way to store and organize data in a comput...00
LRLalit Rajbanshiinrecursion1o1.hashnode.dev·Jan 13, 2025 · 1 min readRecursionDefinition It is the process in which function calls itself directly or indirectly. All recursive algorithms must have the following conditions: → Base Case ( when to stop ) → Recursive case ( breaking into smaller instance and calling the function a...00