Snippets tagged tree

  • Type-a-head search tree for strings

    This is a search tree for strings I've built for work to back fast type-a-head for AJAX forms, it could be made million times more space efficient but there was no real need for it so.

    4 people like this

    Posted: 13 years ago by fholm

  • Seq.reduceBallanced function

    The function has the same type as Seq.reduce. Instead of reducing elements from the left to the right, it splits the input into two halves, reduces each half separately and then aggregates the results using the given function. This means that the values are aggregated into a ballanced tree, which can save stack space.

    2 people like this

    Posted: 12 years ago by Tomas Petricek

  • Iterate B-Tree

    Iterate simple b-tree

    3 people like this

    Posted: 10 years ago by devshorts

  • Tree walker

    creates folder and file structure on the file system based on a tree output. Given a file generated from tree /f /a > file.txt it creates the structure on a given folder

    3 people like this

    Posted: 9 years ago by orlandow