EvgenyKarkan / EKAlgorithms

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

EKAlgorithms is on Travis #67

Closed stanislaw closed 10 years ago

stanislaw commented 10 years ago

All works fine now.

There were problems with MapKit on OS X - it is supported only in 10.9, while Travis machines still have 10.8.5. I mocked all the geometry needed for now, so EKAlgorithms does not depend on any external frameworks: nor CoreLocation, nor MapKit.

EvgenyKarkan commented 10 years ago

Hey man! Thnx, merged & tested several commits - all tests are passed. Great job!

BTW - don't miss Algorithms Design & Analysis Stanford online course, course will start soon. More info on https://www.coursera.org.

evianzhow commented 10 years ago

Thanks! @stanislaw

stanislaw commented 10 years ago

:octocat: