mirror of https://github.com/TheAlgorithms/C
chore: move various `misc` folder... (#1177)
...algorithms to the `math` folder. Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
0618d4d007
commit
56b72da9fb
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* @file
|
||||
* @brief [Prime Seive](https://leetcode.com/problems/count-primes/)
|
||||
* @brief [Prime Sieve](https://leetcode.com/problems/count-primes/)
|
||||
* algorithm implementation.
|
||||
* @author [Divyansh Kushwaha](https://github.com/webdesignbydivyansh)
|
||||
*/
|
Loading…
Reference in New Issue