C
C copied to clipboard
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
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
#### 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...
#### 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...
#### 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...
#### Description of Change Added time complexities of functions used. - [x] Relevant documentation/comments is changed or added
#### Description of Change Notes: Added 'Sieve of Eratosthenes' algorithm along with test cases for primes below 100
#### 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...
#### 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...
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...