aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-11-23 06:19:13 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-11-23 06:19:13 +0000
commit55a24fc5601e05c7dfad9149bc93ac44302f94ae (patch)
tree0eac2573595828b5b11637fc2968e62c3d7170b8 /.gitignore
parent8de4860e1d8a1db51e8dbdd12448312613390fc9 (diff)
downloadalgorithms-55a24fc5601e05c7dfad9149bc93ac44302f94ae.tar.gz
algorithms-55a24fc5601e05c7dfad9149bc93ac44302f94ae.tar.bz2
algorithms-55a24fc5601e05c7dfad9149bc93ac44302f94ae.zip
(btree)+recursive insert algorithm
Just checks the value of the current node against value, assesses if the leaf it needs to store it in is a NULL or not, then either allocates to that leaf or recursively calls insert on that leaf (so it may sort the value). Uses pointer magic for some cleaner code.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions