Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
/ TwinTrees Public archive

Implementation of TwinTrees data structure, introduced by Serge Dulucq and Olivier Guibert in 1998

License

Notifications You must be signed in to change notification settings

jsurrea/TwinTrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Twin-Trees

Example of a valid input:

6 3 4 2 1 7 9 10 8 5

With corresponding output:

L V R
  1 2
1 2 4
2 3 4
3 4 5
1 5 8
3 6 7
6 7 9
7 8 10
8 9 10
9 10  

About

Implementation of TwinTrees data structure, introduced by Serge Dulucq and Olivier Guibert in 1998

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages