Kelyn Njeriblog.kelynnjeri.me·Jun 3, 2023A Practical Guide to the Stack Data StructureTo help me conceptualize stacks and also some of their functions, I usually think of it as a stack of books or a stack of Jenga bricks as you can see on the cover image above. A stack is a linear data structure that functions on the Last In First Out...Data Structure And AlgorithmsStacks
Prateek Upadhyaprateekupadhya3435.hashnode.dev·Jan 19, 2023Arrays in JavaWhat is an array and its dimensionality types? Array declaration and syntax in Java Traversing an array What is an array and its dimensionality types? A Java array is a container object in Java. It is used to store objects of a single type as par...array