• Stars
    star
    777
  • Rank 56,222 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Algorithms website providing GitHub's largest open-source algorithm library.

The Algorithms Official Website


This is a static Next.js site providing a searchable library of all the algorithms in The Algorithms. All the data about the algorithms gets scraped directly from the git repositories.

Translating the website

You can help us translate the TheAlgorithms website using Weblate here. There you can complete the translations for our current languages, or suggest something if you are unsure. Also feel free to add a new language. The current languages are:

Translation status by language

Getting Started

If you haven't installed it yet, install Node.js and yarn. Then, install all the dependencies:

yarn

After that, run the script that fetches all the algorithms from GitHub:

yarn fetch-algorithms

Finally, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the website.

Alternatively, you can also use the Ready-to-Code Gitpod and easily check how your deployment looks. It will automatically run the commands mentioned above on run.

Contributing

If you want to add a new feature or fix a bug, create a new branch or fork and commit there. Before opening a PR, be sure to

  • Run yarn lint and fix potential errors
  • Run yarn build to check if everything still builds successfully

Open the pull request against main. Vercel will automatically create a preview deployment, and the pull request will be squash merged after being reviewed by a member.

License

The source code of website itself (this repository) is licensed under MIT, while all the licenses for the code and explanations on the website can be found in the respective repositories.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Powered by Vercel

More Repositories

1

Python

All Algorithms implemented in Python
Python
179,656
star
2

Java

All Algorithms implemented in Java
Java
56,425
star
3

JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
JavaScript
30,898
star
4

C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
C++
29,076
star
5

Rust

All Algorithms implemented in Rust
Rust
19,757
star
6

C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
C
17,989
star
7

Go

Algorithms and Data Structures implemented in Go for beginners, following best practices.
Go
14,406
star
8

C-Sharp

All algorithms implemented in C#.
C#
6,265
star
9

Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
2,836
star
10

Dart

All Algorithms implemented in Dart
Dart
1,686
star
11

PHP

All Algorithms implemented in PHP
PHP
1,597
star
12

Kotlin

All Algorithms implemented in Kotlin
Kotlin
1,282
star
13

Ruby

All algorithms implemented in Ruby
Ruby
1,090
star
14

Scala

All Algorithms implemented in Scala
Scala
1,044
star
15

TypeScript

Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.
TypeScript
960
star
16

R

Collection of various algorithms implemented in R.
R
770
star
17

Jupyter

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
Jupyter Notebook
743
star
18

TheAlgorithms.github.io

This website is deprecated. The new website is https://the-algorithms.com. You can see the old website by going to https://thealgorithms.github.io/index-old.html
HTML
705
star
19

Swift

All Algorithms implemented in Swift
Swift
426
star
20

Julia

Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
Julia
409
star
21

Haskell

Haskell
362
star
22

MATLAB-Octave

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
MATLAB
355
star
23

Solidity

Algorithms and data structures implemented in Solidity
Solidity
315
star
24

Lua

Algorithms and Data Structures implemented in the Lua programming language
Lua
220
star
25

Elixir

Elixir
215
star
26

F-Sharp

All Algorithms implemented in F#
F#
197
star
27

website-old

This website is no longer maintained. Please see https://github.com/TheAlgorithms/website
HTML
193
star
28

.github

Default configuration for @TheAlgorithms repositories
161
star
29

algorithms-keeper

A bot for TheAlgorithms/Python repository.
Python
147
star
30

AArch64_Assembly

All Algorithms implemented in AArch64 Assembly
Assembly
129
star
31

OCaml

Algorithms Implemented in OCaml
OCaml
93
star
32

Zig

Collection of Algorithms implemented in Zig.
Zig
92
star
33

Clojure

All Algorithms implemented in Clojure
Clojure
82
star
34

scripts

Scripts used across all The Algorithms repositories
Python
71
star
35

Nim

Collection of various algorithms implemented in Nim for educational purposes.
Nim
65
star
36

Elm

All Algorithms implemented in Elm
Elm
61
star
37

Fortran

All Algorithms implemented in Fortran. Making Fortran Great Again!
Fortran
28
star
38

Google-Summer-of-Code

Organization resources for Google Summer of Code '23
27
star
39

Jule

Algorithms and data structures implemented in the Jule programming language.
15
star
40

Mojo

All algorithms implemented in Mojo!
15
star
41

Zig-delete

All Algorithms implemented in Zig
11
star
42

SessionGuard.js

https://github.com/TheAlgorithms/Google-Summer-of-Code/blob/main/project_ideas/AnomalousSessionRecorder.md
6
star
43

SessionGuard-Core

https://github.com/TheAlgorithms/Google-Summer-of-Code/blob/main/project_ideas/AnomalousSessionRecorder.md
2
star
44

Personalised-Discounts

https://github.com/TheAlgorithms/Google-Summer-of-Code/blob/main/project_ideas/PersonalisedDiscounts.md
1
star
45

EcomEntity

https://github.com/TheAlgorithms/Google-Summer-of-Code/blob/main/project_ideas/NamedEntityRecognitionForEcommerceSearchQueries.md
1
star