mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
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
|
* @file
|
||||||
* @brief [Prime Seive](https://leetcode.com/problems/count-primes/)
|
* @brief [Prime Sieve](https://leetcode.com/problems/count-primes/)
|
||||||
* algorithm implementation.
|
* algorithm implementation.
|
||||||
* @author [Divyansh Kushwaha](https://github.com/webdesignbydivyansh)
|
* @author [Divyansh Kushwaha](https://github.com/webdesignbydivyansh)
|
||||||
*/
|
*/
|
Loading…
Reference in New Issue
Block a user