Skip to content

aniketnk/scapegoatTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template-Scapegoat

Using the header-file in your own project

Download the files in the include/ directory,
and use g++ with the -Idir option
Example: g++ -I./include test.cpp -g

Running tests

Prereqiusites:

  • c++14 or higher
  • gnu-sed for makefile

Compiling

make clean
make depend
make

Execution

make run

About

STL compatible Scapegoat Tree: a self balancing binary search tree

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 98.2%
  • Makefile 1.8%