mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 07:25:42 +08:00
Update greedy_algorithms/digit_separation.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
18b65460e0
commit
87b955b831
@@ -89,7 +89,7 @@ namespace greedy_algorithms{
|
||||
* @brief self test implementation
|
||||
* @return void
|
||||
*/
|
||||
void tests(){
|
||||
static void tests(){
|
||||
greedy_algorithms::DigitSeparation ds;
|
||||
|
||||
// Test case: Positive number
|
||||
|
||||
Reference in New Issue
Block a user