TheAlgorithms / C

Licence: gpl-3.0
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

Programming Languages

c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to C

C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+44.16%)
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 (+260.54%)
Mutual labels:  hacktoberfest, algorithms, search, sort, interview, interview-questions, algorithm-challenges, data-structures
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (-37.93%)
Mutual labels:  hacktoberfest, community-driven, algorithms, search, data-structures, datastructures, interview
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-98.43%)
Mutual labels:  data-structures, sort, datastructures, interview, interview-questions, algorithm-challenges
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (-97.86%)
Mutual labels:  algorithms, data-structures, computer-science, sort, interview, interview-questions
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+35.47%)
Mutual labels:  hacktoberfest, search, data-structures, sort, algorithm-challenges, mathematics
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (-96.18%)
Mutual labels:  hacktoberfest, community-driven, algorithms, data-structures, interview
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-98.68%)
Mutual labels:  algorithms, data-structures, computer-science, interview, interview-questions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+361.25%)
Mutual labels:  algorithms, interview, interview-questions, algorithm-challenges, algorithm-competitions
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (-90.51%)
Mutual labels:  algorithms, interview, interview-questions, algorithm-challenges, algorithm-competitions
Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+956.47%)
Mutual labels:  hacktoberfest, community-driven, education, interview, algorithm-competitions
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-96.7%)
Mutual labels:  hacktoberfest, algorithms, data-structures, algorithm-challenges, algorithm-competitions
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (-94.12%)
Mutual labels:  hacktoberfest, data-structures, computer-science, interview, interview-questions
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-99.6%)
Mutual labels:  hacktoberfest, algorithms, data-structures, datastructures
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (-95.81%)
Mutual labels:  algorithms, data-structures, datastructures, interview
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-95.64%)
Mutual labels:  hacktoberfest, algorithms, data-structures, interview-questions
Ready For Tech Interview
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨‍💻
Stars: ✭ 1,035 (-91.3%)
Mutual labels:  algorithms, data-structures, computer-science, interview
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-99.55%)
Mutual labels:  hacktoberfest, algorithms, data-structures, interview-questions
Curriculum
👩‍🏫 👨‍🏫 The open-source curriculum of Enki!
Stars: ✭ 624 (-94.75%)
Mutual labels:  algorithms, computer-science, education, learn-to-code
Algorithms
🍣 Implementations of fundamental algorithms and data structures. Happy Hacktoberfest!
Stars: ✭ 41 (-99.66%)
Mutual labels:  hacktoberfest, community-driven, algorithms, data-structures

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

The repository is a collection of open-source implementations of a variety of algorithms implemented in C and licensed under GPLv3 License. The algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations and their associated documentations 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 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 standard C library libc 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 C11 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. 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].