C icon indicating copy to clipboard operation
C copied to clipboard

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

Results 70 C issues
Sort by recently updated
recently updated
newest added

Added a new category names ciphers #### Description of Change Added a new category named 'ciphers' which include some ciphers #### References #### Checklist - [x] Added description of change...

#### Description of Change Added comments and time complexities. - [x] Relevant documentation/comments is changed or added

enhancement
Admin views requested
approved

#### Description of Change #### References #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test...

enhancement
approved

#### Description of Change A faster and more documented solution of the TwoSum problem on leetcode. see [TwoSum problem on leetcode](https://leetcode.com/problems/two-sum/) [Old SubmissionDetail (pdf)](https://github.com/TheAlgorithms/C/files/7390939/Old-TwoSum-SubmissionDetail-LeetCode.pdf) [New SubmissionDetail (pdf)](https://github.com/TheAlgorithms/C/files/7390940/New-TwoSum-SubmissionDetail-LeetCode.pdf) #### References [Hacktoberfest...

enhancement
approved

#### Description of Change I have added solution to the project Euler [problem 11](https://projecteuler.net/problem=11). #### Checklist - [x] Added description of change - [x] Added file name matches [File name...

enhancement
approved

#### Description of Change Added time complexities of functions used. - [x] Relevant documentation/comments is changed or added

enhancement
Admin views requested
approved

#### Description of Change Notes: Added 'Sieve of Eratosthenes' algorithm along with test cases for primes below 100

enhancement
approved

#### Description of Change create fibonacci algorithm using explicit formula #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added...

enhancement
Changes requested
Proper Documentation Required

#### Description of Change #### References #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test...

enhancement
Autochecks are failing
Changes requested
Proper Documentation Required
Stale

this is method to find the Linear regression. #### Description of Change #### References #### Checklist - [x] Added description of change - [x] Added file name matches [File name...

enhancement