C# Test Questions

Question 2

Create a sample algorithm for solving “Factorial“, “Anagram“, “Combination“, and “Permutation

Question 1

Create the “Towers of Hanoi“…
Hint: This will involve using Recursion…