Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/petarv-/algorithms
- Owner: PetarV-
- License: mit
- Created: 2013-04-17T16:59:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T10:39:46.000Z (over 2 years ago)
- Last Synced: 2024-12-06T19:50:02.234Z (16 days ago)
- Topics: algorithms, c-plus-plus, data-structures
- Language: C++
- Homepage:
- Size: 153 KB
- Stars: 646
- Watchers: 33
- Forks: 235
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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