From d272b1ee7a24dbfefebde03fd4e549cdd29affd5 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 25 Oct 2020 17:48:39 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index f8cdd20dd..b2cf2520f 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -142,6 +142,10 @@ * [ReversePolishNotation](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ReversePolishNotation.test.js) * [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SieveOfEratosthenes.test.js) +## Navigation + * [Haversine](https://github.com/TheAlgorithms/Javascript/blob/master/Navigation/Haversine.js) + * [Haversine](https://github.com/TheAlgorithms/Javascript/blob/master/Navigation/Haversine.test.js) + ## Project-Euler * [Problem1](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem1.js) * [Problem2](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem2.js)