软件包:python3-kdtree-dbg(0.7.1+git20101123-4 以及其他的) [debports]
container for kd-tree sorting for Python 3 (debug extension)
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 3 debug interpreter.
其他与 python3-kdtree-dbg 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:4.1.1)
- 软件包暂时不可用
-
- dep: libstdc++6 (>= 4.2.1)
- GNU 标准 C++ 库,第3版
-
- dep: python3-dbg (<< 3.6)
- debug build of the Python 3 Interpreter (version 3.12)
- dep: python3-dbg (>= 3.4~)
-
- dep: python3-kdtree (= 0.7.1+git20101123-4+b1)
- container for kd-tree sorting for Python 3