I'm wondering if it is possible to enumerate over the alphabet from 'a' to 'zzz'?
For example I have a cave system that contains a maximum of 1000 caves and I would like to assign a char
value to each of them.
1 = a, 2 = b, 3 = c ... 27 = aa etc
What would be the best way to go about doing this if it is possible?