Skip to content

rom1504/GenericBinaryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Binary Tree

This is a generic binary tree implementation and a viewer of these Tree for Qt

Setup

The advised method to use this depo is this :

  • make a subdirs projet in qtcreator
  • put your project inside the directory of this project
  • add this repo as a git submodule of the subdirs project or clone this repo in it
  • add genericbinarytree in the subdir project (add it to the SUBDIRS variable)
  • add genericbinarytree as a library of your project (internal library)
  • compile

You can find a simple example there : https://github.com/rom1504/BinaryTreeExample

About

This is a generic binary tree implementation and a viewer of these Tree for Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published