Skip to content

dccarmo/DCBinaryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCBinaryTree

Naive implementation of a binary tree for iOS developers.

Version 0.1 Initial commit. I did this super naive implementation of a binary tree because I couldn't find one to work on an iOS app. Apple does have a native library, NSTreeNode for Mac development, but it isn't supported on iOS development. So what I did is created basic functions that helped me solve my initial problem, which was traversing a decision tree.

Maybe I'll improve the library later, cleaning up code and improving implementation with more useful binary tree related functions.

Note: the project I'm currently working right now is non-ARC, so the library also isn't.

About

Naive binary tree implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published