deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link
algorithms good-first-issue hacktoberfest hacktoberfest2020 hacktoberfest2021 hacktoberfest2022 hacktoberfest2023 primality-test searching-algorithms sort sorting-algorithms

Created Badge Updated Badge

PRs Welcome GitHub contributors

GitHub pull-requests GitHub pull-requests closed GitHub issues GitHub issues-closed

Algorithms

Basically these are supposed to be my notes, but feel free to use them as you wish to.

Note: Please read CONTRIBUTING.md before making any pull requests

TLDR of contributing.md:

Types of Algorithms


Searching Algorithms

Sorting Algorithms

Primality Test

Classic Algorithms

Graph Coloring Algorithms