EvgenyKarkan / EKAlgorithms

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

Thank you for your great collection. #85

Closed chatnever closed 10 years ago

chatnever commented 10 years ago

Hi, I'm new to programming, and I chose Objective-C as my first programming language. I've been search for a while but I couldn't find any book about Data Structure and Algorithms in Objective-C. So can you give me some source for learning these things.

Thanks.

EvgenyKarkan commented 10 years ago

No problems. =) There is no known to me book related to Algorithms and DataStructures implemented in Objective C You may find any similar book with implementation in C or in pseudocode. I highly recommend you to finish https://www.coursera.org/course/algs4partI & https://www.coursera.org/course/algs4partII courses.
And any book of Knuth, Kormen or Sedgwick author. http://www-cs-faculty.stanford.edu/~uno/books.html - Knuth http://www.amazon.com/Introduction-Algorithms-Thomas-H-Cormen/dp/0262033844 - Kormen Good luck!

chatnever commented 10 years ago

Thank you for your kindly (and fast) recommendation, I'll check them out!

EvgenyKarkan commented 10 years ago

Ok, so I will close the issue.