Notes
Hash Table
Hash Table is a data structure that stores key-value pairs.
Read Post
Queue
Queue is a data structure that stores elements in a linear structure.
Read Post
Linked List
Linked List is a data structure that stores elements in a linear structure.
Read Post
Stack
Stack is a data structure that stores elements in a linear structure.
Read Post
Array
Array is a data structure consisting of a collection of elements (values or variables), of same memory size, each identified by at least one array index or key.
Read Post
Binary Search
Binary Search is an efficient search algorithm for finding a specific element in a sorted array.
Read Post
Dynamic Programming
Dynamic Programming is a technique used to solve optimization problems by breaking them down into smaller subproblems.
Read Post