EvgenyKarkan / EKAlgorithms

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

Add Kruskal Algorithm for EKGraph #71

Closed evianzhow closed 10 years ago

evianzhow commented 10 years ago

I updated these PNG files. You don't need to draw it again.

EvgenyKarkan commented 10 years ago

Hey! Thank you! I wondering about CocoaPods that mentioned in your commit. We don't have CocoaPods if I remember correctly. What is it? (Update CocoaPod to latest)

evianzhow commented 10 years ago

Kiwi - A Unit Test framework

EvgenyKarkan commented 10 years ago

Ok. Kiwi. )

stanislaw commented 10 years ago

@EvgenyKarkan, @AustinChou, the fact that we have some user-specific garbage files in the latest commits is related to my latest work on setting up EKAlgorithmsApp to work on Travis. The trick is that Travis doesn't work when there is too much ignored stuff in .gitignore. I'll try to fix that in a few days.

EvgenyKarkan commented 10 years ago

Thanks - I am now fighting with DS_Store - no luck. It appears again & again every time. :(

stanislaw commented 10 years ago

Are you cleaning it by git rm -rf .DS_Store to remove it from git tree

or you'r using just rm -rf?

EvgenyKarkan commented 10 years ago

I used UI git client called SourceTree and option Stop Tracking in it. Have no idea what console command is behind that option.

evianzhow commented 10 years ago

You guys will love this: Use keyword Xcode Objective-C: http://www.gitignore.io/

stanislaw commented 10 years ago

@AustinChou, taken as is, for "Xcode" this probably will not work with Travis. I will check it soon though.

evianzhow commented 10 years ago

No problem :)