ysyesilyurt / my-ptl

My own Personal Template Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-ptl

My own Personal Template Library created for various data structures, algortihm practises and direct access to them.

Usage

Clone the repository

git clone https://github.com/ysyesilyurt/my-ptl/

For C++ version of the library

You will be able to use ptl with including include.hpp inside my-ptl/C++/ptl to your C++ code, example usage is shown below:

#include "my-ptl/C++/ptl/include.hpp"

/*...*/

using namespace ptl;

/*... OR: */

ptl::Stack<int> s;

About

My own Personal Template Library

License:MIT License


Languages

Language:C++ 100.0%