mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +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
d3edb52ebe
commit
1fb86dbe99
@@ -138,6 +138,8 @@ void tests(){
|
||||
assert(forwardOrder == expectedForward);
|
||||
}
|
||||
|
||||
reverseOrder = ds.digitSeparationReverseOrder(number);
|
||||
assert(reverseOrder == expectedReverse);
|
||||
int main() {
|
||||
tests();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user