From 5a7b749ecfb275af61f8b209aa5f00e85743ee92 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:40:10 +0000 Subject: [PATCH] Auto-update DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 744e1cc45..d08fe3ca8 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -216,6 +216,7 @@ * [Problem7](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem7.js) * [Problem8](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem8.js) * [Problem9](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem9.js) + * [test](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/test.js) ## Recursive * [BinaryEquivalent](https://github.com/TheAlgorithms/Javascript/blob/master/Recursive/BinaryEquivalent.js)