EvgenyKarkan / EKAlgorithms

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

Use NSTreeController instead #76

Open evianzhow opened 10 years ago

evianzhow commented 10 years ago

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

EvgenyKarkan commented 10 years ago

You could leave your own implementation & just add Cocoa-like implementation. So we will have at least two version of tree.