chris-vieira / bst.sh

A binary search tree implemented in relatively-portable Unix/POSIX/Bourne shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A binary search tree implemented in relatively-portable Unix/POSIX/Bourne shell.

It is slow. Recusion is occasionally used--beware.

The library utilizes the namespace bst.

The trees constructed by the library functions inhabit the namespaces
specified in arguments to some functions, e.g. for a tree in namespace n,
the following variables are created: n_count, and n0, n1, n2, ...

About

A binary search tree implemented in relatively-portable Unix/POSIX/Bourne shell.

License:MIT License


Languages

Language:Shell 100.0%