issues
search
EvgenyKarkan
/
EKAlgorithms
EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k
stars
362
forks
source link
Better -[NSArray indexesOfMinimumAndMaximumElements]
#53
Closed
stanislaw
closed
10 years ago
stanislaw
commented
10 years ago
This utilizes Cocoa's fast enumeration, which makes algorithm faster than the old one which is based on C-like iteration.