mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
Fix package declarations (#2576)
This commit is contained in:
committed by
GitHub
parent
60a0c23544
commit
2b7a977cc8
@@ -1,3 +1,5 @@
|
||||
package Maths;
|
||||
|
||||
/*
|
||||
* Algorithm explanation: https://technotip.com/6774/c-program-to-find-generic-root-of-a-number/#:~:text=Generic%20Root%3A%20of%20a%20number,get%20a%20single%2Ddigit%20output.&text=For%20Example%3A%20If%20user%20input,%2B%204%20%2B%205%20%3D%2015.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user