chore: move various `misc` folder... (#1177)

...algorithms to the `math` folder.

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Defective Detective 2022-12-22 22:56:50 +05:30 committed by GitHub
parent 0618d4d007
commit 56b72da9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 1 additions and 1 deletions

View File

@ -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)
*/