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 container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • Makefile 1.8%