mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-10 20:48:11 +01:00
Minor change
This commit is contained in:
parent
0ff443d695
commit
1eefa231a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Approach 1: Using Ruby built-in Date.parse
|
# Approach 1: Using Ruby built-in feature Date.parse
|
||||||
# Time complexity: O(1)
|
# Time complexity: O(1)
|
||||||
# Space complexity: O(1)
|
# Space complexity: O(1)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue