Analysing Alice in wonderland with C#
One of the most recent programming interview tasks I had was to develop a program that looked at the frequency of words used in a book. In particular, we were looking at analysing Alice in wonderland with C# for the most commonly occurring words. Additionally, I had thirty minutes to complete the challenge. The approach …