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
Convex Hull Jan 26, 2024 permanent ComputerScience Algorithms the smallest polygon that contains a set of points Read More
Recursion Apr 15, 2023 permanent ComputerScience a method of solving a problem where a function calls itself Read More
Integer Jan 30, 2021 permanent ComputerScience An integer is a 32-bit (4-byte) encoding of a number. It can be signed - which means one bit keeps track of whether it's negative or … Read More