Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petarv-/algorithms

Several algorithms and data structures implemented in C++ by me (credited to others where necessary).
https://github.com/petarv-/algorithms

algorithms c-plus-plus data-structures

Last synced: 2 days ago
JSON representation

Several algorithms and data structures implemented in C++ by me (credited to others where necessary).

Awesome Lists containing this project

README

        

Algorithms
==========

This repository contains my implementations of several algorithms and data structures in C++ (credited to others where necessary). It has initially started out as a repository used for programming contests, but has since then grown into a repository involving a wide variety of implementations not typically useful for such events.
Will be updated periodically. You are free to use these codes wherever you want without permission. This comes without any warranties though!

Pull requests
----------------
If you spot any errors in the implementation(s), please let me know by submitting a relevant pull request. Furthermore, if you'd like to see a particular data structure or algorithm implemented here, let me know by raising an issue.

License
----------------
MIT