Skip to content

swift-tree/Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree

A general purpose, value-typed tree structure in Swift.

Swift Package Manager

The Swift Package Manager automates the distribution of Swift code. To use Tree with SPM, add a dependency to your Package.swift file:

let package = Package(
    dependencies: [
        .package(url: "https://github.com/swift-tree/Tree.git", ...)
    ]
)

Use cases

See BinaryTree and GeneralTree to see how this is used.

Erk Ekin

About

A value-typed Tree data structure implementation in Swift

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages