Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/tdf_utils

Rust
https://github.com/qiuzhanghua/tdf_utils

Last synced: about 19 hours ago
JSON representation

Rust

Awesome Lists containing this project

README

        

# TDF_UTILS

## Tree
1. Generic Tree
2. for Organization, Menu, etc..
3. adjacency nodes can be ordered

通用的树,可以用来表现组织架构图等,相邻的组织架构可以强制排序。

## Binary Indexed Tree

## List
1. single list
2. for study only

## Double Linked List
Don't debug list, otherwise stack is overflow