Three effective ways to create modulo n integer sequences
This article was originally published on my personal website.
A modulo n integer sequence is just a (potentially infinite) integer sequence that wrap to 0 when the current value is n. For example, $$ 0,1,2,3,4,0,1,2,3,4,...$$ is a modulo 5 integer se...
blog.francofernando.com3 min read
Code Igniter
Software developer
This is an amazing post , welldone!