Understanding All ▲lgorithms
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
artificial-inteligence
backtracking
bit-manipulation
cellular-automaton
computational-geometry
cryptography
data-structures
divide-and-conquer
gaming-theory
greedy
math
networking
numerical-analysis
online-challenges
randomized
selections
sorting
CNAME
license
readme.md

readme.md





Algorithms Logo





What is an algorithm?    Contributing    Stickers & T-Shirts

Twitter     Instagram     Github    


Huge collection of All ▲lgorithms implemented in multiple languages


See

What is an algorithm?

Informally, an algorithm is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output. An algorithm is thus a sequence of computational steps that transform the input into the output.

An algorithm should have three important characteristics to be considered valid:

  • It should be finite: If your algorithm never ends trying to solve the problem it was designed to solve then it is useless
  • It should have well defined instructions: Each step of the algorithm has to be precisely defined; the instructions should be unambiguously specified for each case.
  • It should be effective: The algorithm should solve the problem it was designed to solve. And it should be possible to demonstrate that the algorithm converges with just a paper and pencil.

Categories

Structure of The All ▲lgoritms project

Artificial Intelligence

Backtracking

Bit Manipulation

Cellular Automaton

Computational Geometry

Cryptography

Data Structures

Divide and conquer

Dynamic Programming

Gaming Theory

Graphs

Greedy Algorithms

Math

Networking

Numerical Analysis

Operating system

Randomized Algorithms

Searches

Selections Algorithms

Sorting

Strings

Online Challenges

Others

Maintainers

2
Carlos Abraham

License

This work is released under MIT License

MIT IMG

To the extent possible under law, Carlos Abraham has waived all copyright and related or neighboring rights to this work.