Skip to content

mmcat/bstree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

bstree_v1
=======

A class of binary search tree

Usage: ./binarytree filename [argu] [value]

 filename: input nodes used to build the tree
 
 -i value (insert a value into the binary tree)
 -s value (search a value in the binary tree)
 -d value (delete a value from the binary tree)
 
 
 file format: each line with a node value, for example, 
 5
 3
 8
 6


Test11

About

A class of binary search tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages