What is Recursion?

Basic Definition So Recursions definition, according to the English dictionary is; ‘A computer science method where the solution to a problem depends on solutions to smaller instances of the same problem.’ We can look at this as an example; for example, when we define the operation “Find your way home” as; If you are at […]

Read more "What is Recursion?"

Developing Algorithms

Introduction When developing an algorithm it’s probably best to think of something very simple and just think about it as a set of instructions; for example washing the car, for me this is a very long and complex task because of how I’ve been taught to do it and it would look something like this. […]

Read more "Developing Algorithms"