Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.76 KB

File metadata and controls

33 lines (24 loc) · 1.76 KB

C++ Templates for Algorithms and Data Structures

This repository contains C++ templates for various algorithms and data structures.

Contents

Usage

These templates are designed to be easily integrated into your C++ files.Most of them are inside structures. Simply copy the desired template files into your file. Some of the templates includes detailed comments explaining its functionality and usage.

Contributing

Contributions are welcome! If you have improvements, bug fixes, or additional templates to add, please feel free to open a pull request.

Disclaimer

This repository does not provide any specific license. You are free to use, modify, and distribute the code for personal or commercial projects without any restrictions.

Happy coding!