From ee3f3dbf6f4d94d23867ef157fb6bdc08d8a1f22 Mon Sep 17 00:00:00 2001 From: Mohit Sharma Date: Wed, 20 Sep 2017 04:40:27 +0530 Subject: [PATCH] Added Implementation of Sieve Of Eratosthenes --- Algorithms/{sieveOfEratosthenes => sieveOfEratosthenes.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Algorithms/{sieveOfEratosthenes => sieveOfEratosthenes.js} (100%) diff --git a/Algorithms/sieveOfEratosthenes b/Algorithms/sieveOfEratosthenes.js similarity index 100% rename from Algorithms/sieveOfEratosthenes rename to Algorithms/sieveOfEratosthenes.js