Skip to content

Commit 4ea8684

Browse files
Update algorithms/greedy/largest_palindromic_number/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a093cf2 commit 4ea8684

File tree

1 file changed

+1
-1
lines changed
  • algorithms/greedy/largest_palindromic_number

1 file changed

+1
-1
lines changed

algorithms/greedy/largest_palindromic_number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Let’s review the algorithm to reach the solution:
6060

6161
### Time Complexity
6262

63-
The time complexity of the solution is O(n), where n is the length of the nums string.
63+
The time complexity of the solution is O(n), where n is the length of the num string.
6464

6565
### Space Complexity
6666

0 commit comments

Comments
 (0)