EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 362 forks source link

Moved methods from EKStringStuff to NSString category. Updated main #20

Closed vittoriom closed 11 years ago

vittoriom commented 11 years ago

Next one is EKNumberStuff and then I can close the original issue ;)

EvgenyKarkan commented 11 years ago

Merged.

EvgenyKarkan commented 11 years ago

@interface NSString (EKStuff)
Line 16 has unused method declaration. Can I delete this or this method is not yet implemented?

vittoriom commented 11 years ago

Oops, sorry, I forgot to remove that line. I included that in the latest pull request, the one that closes the original issue.

EvgenyKarkan commented 11 years ago

Thats OK - we are humans, not robots ;)