[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

hackerrdave - Overview

Pinned

  1. 1

    // Quick Sort Algorithm implemented in JavaScript

    2

    // By @hackerrdave

    3

    
                  

    4

    function quickSort(arr) {

    5

      if (arr.length < 2) {
  2. 1

    // Merge Sort Algorithm implemented in JavaScript

    2

    // By @hackerrdave

    3

    
                  

    4

    function mergeSort(arr) {

    5

      if (arr.length < 2) {

1,920 contributions in the last year

Contribution activity

January 2021

161 contributions in private repositories Jan 4 – Jan 22