This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Solution to the Array Iteration Problem @ http://blog.jazzychad.net/2012/08/01/array-iteration-problem.html | |
--- | |
add1 - increments items in an array matching specified value | |
param: arr - array of integers to manipulate | |
param: val - integer, value to increment |
NewerOlder