summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-11 08:46:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-11 08:46:20 +0000
commit60b8ecaf2afb874b733c1c61be26da68df51d989 (patch)
tree8888727f276e44d23fc64b6b285dc00150a7a466 /AUTHORS
parentInitial commit. (diff)
downloadtreelib-60b8ecaf2afb874b733c1c61be26da68df51d989.tar.xz
treelib-60b8ecaf2afb874b733c1c61be26da68df51d989.zip
Adding upstream version 1.6.4.upstream/1.6.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS10
1 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..ad58a53
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,10 @@
+# Contributors
+
+* Brett Alistair Kromkamp (brettkromkamp@gmail.com): Post basic idea online.
+* Xiaming Chen (chenxm35@gmail.com): Finished primary parts and made the library freely public.
+* Holger Bast (holgerbast@gmx.de): Replaced list with `dict` for fast node index and optimized the performance.
+* Ilya Kuprik (ilya-spy@ynadex.ru): Added ZIGZAG tree-walk algorithm to tree traversal.
+
+and other committers etc.
+
+Thank you all.