Follow
Series

Algorithms

An important branch of computer science is the study of algorithms. These are ways to solve problems with a computer. There are many different algorithms which are used to solve different problems.

Articles in this series

Arrays Or Linked Lists?

Jan 16, 20224 min read

Data is stored in memory from the hard drive to memory, it is accessible to the computer at all times. To store data in memory we use 3 types of data...

Arrays Or Linked Lists?
Binary Search
The Big 'O' Notation