Algorithm chosen: Insertion Sort (sorting) For this project, I chose Insertion Sort as my sorting algortihm. I picked it because it is one of the easiest algorithms to visualize step by step as each ...
An Algorithm is a sequence of computational steps that transforms input into output. It is a useful tool for solving a well-specified computational problem. For example, we might need to sort a ...
If you are just joining or still wrapping your head around time complexity, start with my first post on Big-O Notation. It explains how we think about performance and why it matters when writing ...