Binary Trees: Part 1 C and C++ / General Development
The binary tree is a fundamental data structure used in computer science. It is a useful data structure for rapidly storing sorted data and rapidly retrieving stored data.
Arrays C and C++ / Getting Started
An array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a unique identifier.