From 37726ff22345c6c50b4453dabc56b541c2c8f4ff Mon Sep 17 00:00:00 2001 From: Chandan Vishwakarma <33517793+meet-cv@users.noreply.github.com> Date: Sun, 30 May 2021 19:08:52 +0530 Subject: [PATCH 1/2] Fixed the missing arguments in the function call --- Sorts/CountingSort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sorts/CountingSort.js b/Sorts/CountingSort.js index 396765c4f4..6cfd03d5b4 100644 --- a/Sorts/CountingSort.js +++ b/Sorts/CountingSort.js @@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -') console.log(array) // After Sort console.log('- After Sort | Implementation of Counting Sort -') -console.log(countingSort(array)) +console.log(countingSort(array,0,5)) console.log('\n') From a36fbf988f56e525db341c6864488d076c68bd3f Mon Sep 17 00:00:00 2001 From: Rak Laptudirm <68542775+raklaptudirm@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:07:50 +0530 Subject: [PATCH 2/2] chore: Fix style problems --- Sorts/CountingSort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sorts/CountingSort.js b/Sorts/CountingSort.js index 6cfd03d5b4..2003cfb736 100644 --- a/Sorts/CountingSort.js +++ b/Sorts/CountingSort.js @@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -') console.log(array) // After Sort console.log('- After Sort | Implementation of Counting Sort -') -console.log(countingSort(array,0,5)) +console.log(countingSort(array, 0, 5)) console.log('\n') pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy