Skip to content

Rodion0/Ternary-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Ternary Trees

Description:

This program implements a version of ternary tree where each node has two values. The children are then organized with respect to whether or not their values are less than their smallest parent value, in the range of parent values or greater than their larger parent value. They are then printed in a symmetric fashion with parenthesis denoting children

Installation: Download toSubmit.zip Extract all files

Known Bugs: None

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages