Andrews-Curtis Project Porgress
So far I have managed to create the base objects that will allow for the manipluation of the words and letters. I chose to represent each letter as a number. a->1 b->2 c->3 … To represent the inverse, is store -1, -2, -3… it is easier to play with numbers that [...]