In this topic, on enumeration, we cover various techniques to count the number of elements in (large) sets, without going throught the pain of actually listing each element in the set.
In this practical we look at the iterative vs recursive implementation of the factorial and binomial coefficient functions, and some general enumeration problems.