Queue Feb 18, 2024 permanent DataStructures ComputerScience a sequential data structure where we can add an element to the tail, or remove an element from the head. Read More
Stack Feb 18, 2024 permanent ComputerScience DataStructures a data structure where only the top element is accessible Read More
Hash Table Oct 10, 2016 permanent DataStructures ComputerScience a key-value pair data structure with constant time data access Read More