A very simple binary tree's example i made while trying to get the hang of it all. Shows how to add a String to the binary tree using an iterative and recursive method :)
File List:
@PSC_ReadMe_4636_2.txt
1Kb
Driver.java
1Kb
Lexicon.java
1Kb
Node.java
198b
Similar code
Building and searching a binary tree
(Popularity: ) : This a a binary tree build from scratch. Input from the keyboard are storet in it, and suggestions, already in ... Linked Tree
(Popularity: ) : Implementation of a Tree. Nodes are classes with references to the parent, an object contained and a linkedlist storing the ... File Allocation Table Simulator
(Popularity: ) : This application is basically a simple simulation of 'how' the windows FAT32 works. How FAT32 organizes it's clusters, files, and ... Expression Evaluating Calculator
(Popularity: ) : It evaluates the normal infix form expression " ((101+2)*137)%3+(5*(6+7/2)) " EnumSuper 'family' of type-safe enumerations
(Popularity: ) : Java is missing the type-safe "enum" capability of C++ and Pascal. This software implements a reasonable, practical approach for an ...