Yo !
I just found your code, I am currently working on this assignment and I'm doing it with bitwise comparisons too. The solution map is an unsigned long long (64bit = 8x8 bits). I was wondering : is it possible to handle larger squares ? For example if we could use an array of 4 unsigned long longs as a map.
Thanks
Yo !
I just found your code, I am currently working on this assignment and I'm doing it with bitwise comparisons too. The solution map is an unsigned long long (64bit = 8x8 bits). I was wondering : is it possible to handle larger squares ? For example if we could use an array of 4 unsigned long longs as a map.
Thanks