Tag: stack in dsa
-
DSA BasicsStack in DSA
What is a Stack? A stack is an abstract data type that adheres to the Last-In-First-Out (LIFO) principle in the…
May 23, 2023
-
DSA BasicsQueues in DSA
What is a Queue in DSA? A queue is a linear data structure that holds elements in a certain order. It accesses items using the FIFO (First In First Out) method. It can only be changed by adding data entities at one end…
May 26, 2023