
This is the most code I’ve written for a single CodeHunt task so far. Since there is no way to dynamically change the size of arrays and we cannot use the collections from the standard library, we’ve got to come up with our own version of arrayCopy. Still: full skill […]