Talk:Movesum
Jump to navigation
Jump to search
Are integers signed or unsigned?
The "Memory" section says the array values are unsigned, but the example immediately below uses a negative number. The implementation appears to allow negative numbers, but I wanted to verify this. Caenbe (talk) 21:33, 7 June 2021 (UTC)
- Array values should be unsigned. Thank you for alerting me of this. The implementation is not mine, and should probably be changed if it does allow negative values. I have fixed the example. —User:PythonshellDebugwindow (talk) ~~~~ 23:38, 7 June 2021 (UTC)