All Projects → deutranium → Algorithms

deutranium / Algorithms

Licence: other
Short explanations and implementations of different algorithms in multiple languages

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
C#
18002 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Algorithms

hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-35.14%)
Mutual labels:  good-first-issue, hacktoberfest2020, hacktoberfest2021
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-56.76%)
Mutual labels:  good-first-issue, hacktoberfest2020
SortingLab.jl
Faster sorting algorithms (sort and sortperm) for Julia
Stars: ✭ 20 (-45.95%)
Mutual labels:  sort, sorting-algorithms
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (+62.16%)
Mutual labels:  sorting-algorithms, searching-algorithms
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+72.97%)
Mutual labels:  good-first-issue, hacktoberfest2020
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (-5.41%)
Mutual labels:  good-first-issue, hacktoberfest2020
javascript-jokes
PR your joke if you know good ( or horrible ) js joke . I will post it on coding valley's insta page.
Stars: ✭ 66 (+78.38%)
Mutual labels:  good-first-issue, hacktoberfest2020
Pretty Algorithms
🌊 Pretty, common and useful algorithms with modern JS and beautiful tests
Stars: ✭ 2,163 (+5745.95%)
Mutual labels:  sort, sorting-algorithms
hacktoberfest-participants
🎃 A platform that showcases a list of all the hackers (including their stats), participated in the month-long challenge Hacktoberfest presented by DigitalOcean.
Stars: ✭ 38 (+2.7%)
Mutual labels:  good-first-issue, hacktoberfest2020
algorithms
The All ▲lgorithms documentation website.
Stars: ✭ 114 (+208.11%)
Mutual labels:  sort, sorting-algorithms
Learn-Data Structure-Algorithm-by-Javascript
Data Structure and Algorithm explanations with Implementations by Javascript
Stars: ✭ 55 (+48.65%)
Mutual labels:  sorting-algorithms, searching-algorithms
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (-32.43%)
Mutual labels:  sorting-algorithms, searching-algorithms
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1154.05%)
Mutual labels:  sort, searching-algorithms
lua sort
Lua pure sort algorithm based on lib_table.c (from LuaJIT 2.1.0)
Stars: ✭ 21 (-43.24%)
Mutual labels:  sort, sorting-algorithms
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+405.41%)
Mutual labels:  sort, sorting-algorithms
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (-10.81%)
Mutual labels:  good-first-issue, hacktoberfest2021
ultra-sort
DSL for SIMD Sorting on AVX2 & AVX512
Stars: ✭ 29 (-21.62%)
Mutual labels:  sort, sorting-algorithms
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+43459.46%)
Mutual labels:  sort, sorting-algorithms
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+115827.03%)
Mutual labels:  sort, sorting-algorithms
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+194.59%)
Mutual labels:  good-first-issue, hacktoberfest2021

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:

  • Ensure that no one is working on (or already completed) the algorithm and language you want to work on
  • Use descriptive comit messages
  • You can create an issue for the algorithm you want to claim and work on
  • FOLLOW THE DIRECTORY STRUCTURE AND NAMING CONVENTION
  • UPDATE THE README AS YOU WORK ON A NEW ALGO

Types of Algorithms


Searching Algorithms

Sorting Algorithms

Primality Test

Classic Algorithms

Graph Coloring Algorithms

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].