• posts projects
    • December 05, 2020
    • 4 minutes
    • Algorithms
    • Command Line
    • Rust
    A simple algorithm for UNIX's Tree

    This morning I decided to implement my own version of UNIX’s classic tree command in Rust. I thought the algorithm was both non-trivial, and interesting enough to warrant a quick blog post.