• Stars
    star
    29,076
  • Rank 586 (Top 0.02 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 8 years ago
  • Updated 9 days ago

Reviews

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

Repository Details

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

The Algorithms - C++ # {#mainpage}

Gitpod Ready-to-Code CodeQL CI Gitter chat contributions welcome GitHub repo size Doxygen CI Awesome CI Income Discord chat Donate

Overview

This repository is a collection of open-source implementation of a variety of algorithms implemented in C++ and licensed under MIT License. These algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations and the associated documentation are meant to provide a learning resource for educators and students. Hence, one may find more than one implementation for the same objective but using a different algorithm strategies and optimizations.

Features

  • The repository provides implementations of various algorithms in one of the most fundamental general purpose languages - C++.
  • Well documented source code with detailed explanations provide a valuable resource for educators and students alike.
  • Each source code is atomic using STL classes and no external libraries are required for their compilation and execution. Thus, the fundamentals of the algorithms can be studied in much depth.
  • Source codes are compiled and tested for every commit on the latest versions of three major operating systems viz., Windows, MacOS, and Ubuntu (Linux) using MSVC 19 2022, AppleClang 14.0.0, and GNU 11.3.0 respectively.
  • Strict adherence to C++11 standard ensures portability of code to embedded systems as well like ESP32, ARM Cortex, etc. with little to no changes.
  • Self-checks within programs ensure correct implementations with confidence.
  • Modular implementations and OpenSource licensing enable the functions to be utilized conveniently in other applications.

Documentation

Online Documentation is generated from the repository source codes directly. The documentation contains all resources including source code snippets, details on execution of the programs, diagrammatic representation of program flow, and links to external resources where necessary. The documentation also introduces interactive source code with links to documentation for C++ STL library functions used. Click on Files menu to see the list of all the files documented with the code.

Documentation of Algorithms in C++ by The Algorithms Contributors is licensed under CC BY-SA 4.0
Creative Commons LicenseCredit must be given to the creatorAdaptations must be shared under the same terms

Contributions

As a community developed and maintained repository, we welcome new un-plagiarized quality contributions. Please read our Contribution Guidelines.

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

Rust

All Algorithms implemented in Rust
Rust
19,757
star
5

C

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

Go

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

C-Sharp

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

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
9

Dart

All Algorithms implemented in Dart
Dart
1,686
star
10

PHP

All Algorithms implemented in PHP
PHP
1,597
star
11

Kotlin

All Algorithms implemented in Kotlin
Kotlin
1,282
star
12

Ruby

All algorithms implemented in Ruby
Ruby
1,090
star
13

Scala

All Algorithms implemented in Scala
Scala
1,044
star
14

TypeScript

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

website

The Algorithms website providing GitHub's largest open-source algorithm library.
TypeScript
777
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