Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

ryukinix/tree-struct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree-struct

An implementation of binary tree algorithms. And it's all written in ANSI C - or pretended to be.

History

That it's actual status of my implementation:

binary-tree

Compiling and Using

It's very simple, on main directory only do this:

  • make && make run

Credits

  • Me (Manoel Vilela)

License

GPLv3

Roadmap

  • Create a binary tree structure
  • Implement for any type: char, int, float
  • Methods
    • Start
    • Insert
    • Remove
    • Edit
    • Search
    • Print
    • Sort
    • Notation
      • Prefix
      • Posfix
      • Infix
    • Balance
  • Attributes calculation
    • Sum of nodes
    • Sum of leafs
    • Deepness
  • A beautiful way to print output (I like the current representation)

About

Implementations of algorithms for tree structures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages