Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8aaee4

Browse files
authoredMay 16, 2024··
Merge branch 'TheAlgorithms:master' into master
2 parents 1ff709e + 6bb02af commit c8aaee4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Keep GitHub Actions up to date with Dependabot...
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"

‎DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
* **Timing-Functions**
398398
* [GetMonthDays](Timing-Functions/GetMonthDays.js)
399399
* [IntervalTimer](Timing-Functions/IntervalTimer.js)
400+
* [ParseDate](Timing-Functions/ParseDate.js)
400401
* **Trees**
401402
* [BreadthFirstTreeTraversal](Trees/BreadthFirstTreeTraversal.js)
402403
* [DepthFirstSearch](Trees/DepthFirstSearch.js)

0 commit comments

Comments
 (0)
Please sign in to comment.