Skip to content

Commit 2f167d7

Browse files
committed
add heading
1 parent 14e4430 commit 2f167d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Math/count_unique_digits,go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Implementation of Count Numbers with Unique Digits
12
/*
23
This function takes an integer n as input and returns the count of all positive numbers with unique digits that have n
34
digits or less. The function first handles the base case where n = 0 (only 1 possible number, 0). For n > 0,

0 commit comments

Comments
 (0)