Coder Social home page Coder Social logo

data_three_java's Introduction

Project was made based on my classroom exercices

Project: Data Structure Tree (Binary tree) on Java

A project about Data Structure using tree model

What I use?

Java

Content and How it Work's:

Content:

  • Here we have class Node, Tree and Main:
    • Tree class will be contain root of the binary tree
    • Node class will be use to create and link the Node of tree
    • Main class will be use to execute we project

How work's:

  • First we need to insert the nodes in tree, by default the first will be the root, and next will be store using a rule, if the number of Node is minor than root, will be store in left Node, else if bigger than root it will be store on right Node
  • The rule about inserting Nodes is used in sequence insertions, bigger on right Node and minor on left Node
  • Next we have some methods to print the Tree data, see a degree of a Node or find a Node on Tree

data_three_java's People

Contributors

vieirinhaabr avatar

Stargazers

Hadj H. avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.