Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/tdf_utils
Rust
https://github.com/qiuzhanghua/tdf_utils
Last synced: about 19 hours ago
JSON representation
Rust
- Host: GitHub
- URL: https://github.com/qiuzhanghua/tdf_utils
- Owner: qiuzhanghua
- Created: 2020-05-21T08:36:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T05:08:48.000Z (over 4 years ago)
- Last Synced: 2024-10-31T12:09:04.622Z (15 days ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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