kayjan / bigtree

Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.

Home Page:https://bigtree.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are BTrees and Binary Trees the same?

Abdur-rahmaanJ opened this issue · comments

Quote from README

There are 3 segments to Big Tree consisting of Tree, Binary Tree (BTree), and Directed Acyclic Graph (DAG) implementation.

Though used in this context as an abbreviation, i think a BTree is not a binary tree

Thanks for pointing this out! I have made the correction in v0.6.7