[ buster ]
[ sid ]
套件:python-kdtree(0.7.1+git20101123-4 以及其他的) [debports]
container for kd-tree sorting for Python
A container implementing k-dimensional space sorting using a kd-tree. It:
- supports two- to six-dimensional spaces - can store any data structure - provides standard find as well as range queries - has amortised O(lg n) time (O(n lg n) worst case) on most operations (insert/erase/find optimised) and worst-case O(n) space - provides means to rebalance and thus optimise the tree
This package contains the extension built for the Python interpreter.
其他與 python-kdtree 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc1 (>= 1:4.1.1)
- 套件暫時不可用
-
- dep: libstdc++6 (>= 4.2.1)
- GNU Standard C++ Library v3
-
- dep: python
- 套件暫時不可用
- dep: python (<< 2.8)
- dep: python (>= 2.7~)