Tag: Array in DSA
-
DSA BasicsDSA: Concept of Array
A group of related data elements stored at adjacent memory locations is referred to as an array. One of the…
April 9, 2023
-
DSA BasicsPrefix Sum in Arrays
What is Prefix Sum? Prefix Sum is a method for dealing with array manipulation challenges. It entails establishing an auxiliary…
April 10, 2023
-
DSA BasicsArray Carry Forward
What is Carry Forward? The word “carry forward” does not refer to a specific idea in data structures and algorithms….
April 12, 2023
-
DSA BasicsDSA: SubArray
What is a SubArray? A subarray is a sequence of elements within an array that is contiguous. In other words,…
April 12, 2023
-
PythonDSA: Linked List
What is a Linked List? A linked list is a linear data structure composed of nodes, each of which holds…
May 14, 2023