Re: Algorithms



Richard Reynolds wrote:

An array based or HashMap based one is a possibility e.g. parsing through a roman string adding the vals, removing the chars until there are none left. You could start off small so it works for a subset of your problem then build it up and make it more generic.


I'm past that point now. Going back to my chess game simulator. Trying to apply what I've learned so far, but it's still not easy. Taking something from human terms to computer terms isn't easy. But I am bound and determined to get it going.

--
There are 10 types of people in this world. Those who understand binary and those who don't.

.