Click here to Skip to main content
15,886,110 members
Articles / Desktop Programming / MFC

HTTree - Hacked Ternary Tree Implementation

Rate me:
Please Sign up or sign in to vote.
3.33/5 (6 votes)
6 Jun 2006CPOL4 min read 50.2K   325   11  
This is a new type of tree based on the ternary tree algorithm
// stdafx.cpp : source file that includes just the standard includes
// HTTree.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Brazil Brazil
I did extremly different works: services to control harware, internet banking sites, Operational System migration (from Digital to Aix , from HpUX to Linux and from tru64 4.0 to 5.1b), Grafical user interfaces for lots of programs and different OS's...
I also know and had use Delphi, c, c++, java, python, assembly and perl.

Comments and Discussions