tree

tree data structures
git clone https://noulin.net/git/tree.git
Log | Files | Refs | README | LICENSE

package.yml (373B)


      1 ---
      2   name: tree
      3   version: 0.0.2
      4   description: "tree data stuctures: WAVL (weak AVL) tree"
      5   bin: ./tree.h
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/tree.git"
      9   keywords:
     10     - data stucture
     11   author: Remy
     12   license: MIT
     13   bugs:
     14     url: "https://noulin.net/tree/log.html"
     15   homepage: "https://noulin.net/tree/file/README.md.html"
     16   private: false