All Projects → TheAlgorithms → C Plus Plus

TheAlgorithms / C Plus Plus

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

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to C Plus Plus

C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (-30.63%)
Mutual labels:  hacktoberfest, algorithms, search, data-structures, computer-science, sort, interview-questions, educational, algorithm-competitions, machine-learning-algorithms, mathematics
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+150.09%)
Mutual labels:  hacktoberfest, algorithms, search, sort, algorithms-implemented, interview-questions, data-structures
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (-6.03%)
Mutual labels:  hacktoberfest, algorithm, search, data-structures, sort, mathematics, algorithms-implemented
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-97.71%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures, algorithms-implemented, algorithm-competitions
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (-56.94%)
Mutual labels:  hacktoberfest, algorithms, search, data-structures, algorithms-implemented, interview-preparation
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (-93.42%)
Mutual labels:  algorithm, algorithms, interview-questions, interview-preparation, algorithm-competitions
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (-98.51%)
Mutual labels:  algorithms, data-structures, computer-science, sort, interview-questions
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-99.08%)
Mutual labels:  algorithms, data-structures, computer-science, interview-questions, interview-preparation
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (-68.48%)
Mutual labels:  hacktoberfest, algorithm, data-structures, interview-questions, interview-preparation
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-98.91%)
Mutual labels:  algorithm, data-structures, sort, interview-questions, interview-preparation
Algorithmsanddatastructure
Algorithms And DataStructure Implemented In Python & CPP, Give a Star 🌟If it helps you
Stars: ✭ 400 (-97.67%)
Mutual labels:  hacktoberfest, algorithm, data-structures, computer-science, machine-learning-algorithms
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-96.97%)
Mutual labels:  hacktoberfest, algorithms, data-structures, interview-questions, interview-preparation
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+1094.44%)
Mutual labels:  algorithm, algorithms, data-structures, computer-science, interview-preparation
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+677.83%)
Mutual labels:  algorithm, algorithms, data-structures, computer-science, interview-preparation
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+219.95%)
Mutual labels:  algorithm, algorithms, interview-questions, interview-preparation, algorithm-competitions
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (-96.34%)
Mutual labels:  algorithm, algorithms, data-structures, algorithms-implemented, algorithm-competitions
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (-63.55%)
Mutual labels:  algorithm, algorithms, search, data-structures, computer-science
Algorithm
The repository algorithms implemented on the Go
Stars: ✭ 163 (-99.05%)
Mutual labels:  algorithm, algorithms, search, sort, algorithms-implemented
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (-95.92%)
Mutual labels:  hacktoberfest, algorithm, data-structures, computer-science, interview-questions
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-99.08%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures, algorithms-implemented

The Algorithms - C++ # {#mainpage}

Gitpod Ready-to-Code Language grade: C/C++ 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 16 2019, AppleClang 11.0 and GNU 7.5.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.

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].