EKAlgorithms icon indicating copy to clipboard operation
EKAlgorithms copied to clipboard

EKAlgorithms contains some well known CS algorithms & data structures.

Results 6 EKAlgorithms issues
Sort by recently updated
recently updated
newest added

E.g https://github.com/stanislaw/FoundationExtensions/blob/master/FoundationExtensions.podspec

Every single loop will be faster without any additional computations and methods call. E.g "[array count]" in loop such as "for (NSUinteger i = 0; i < [array count]; i++)"...

I found AppKit framework have already implement tree structure, and I will rewrite tree related code if possible.