Code Monkey home page Code Monkey logo

js-challenges's People

Contributors

alrobilliard avatar arminas-devbridge avatar euclid1990 avatar eyalrosenbaum avatar ialixandroae avatar methusael13 avatar n1rna avatar nipunbharti avatar raphaelts3 avatar shuikang avatar vudduu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

js-challenges's Issues

Implement Bucket sort algorithm

  • Please help me implement Counting sort algorithm in /sorting/bucket-sort.js
  • You must write test cases for it, in /tests/sorting/bucket-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Counting sort algorithm

  • Please help me implement Counting sort algorithm in /sorting/counting-sort.js
  • You must write test cases for it, in /tests/sorting/counting-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Test not testing what is intended in radix-sort.spec.js

Just a head up.

in test /tests/sorting/radix-sort.spec.js
If you use this construction:

    let array = Array(1000000).map(() => {
      return parseInt((Math.random() * 1000000000), 10);
    });

Like in test

 it('should work with large arrays', function() {
    this.timeout(3000);
    let array = Array(1000000).map(() => {
      return parseInt((Math.random() * 1000000000), 10);
    });
    expect(sort(array)).to.be.sorted();
  });

This returns an empty array of length 1000000 but not initialised. Therefore, it try to sort an empty array instead of an array of random integer values.

Implement Shell sort algorithm

  • Please help me implement Shell sort algorithm in /sorting/shell-sort.js
  • You must write test cases for it, in /tests/sorting/shell-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Selection sort algorithm

  • Please help me implement Selection sort algorithm in /sorting/selection-sort.js
  • You must write test cases for it, in /tests/sorting/selection-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Gnome sort algorithm

  • Please help me implement Gnome sort algorithm in /sorting/gnome-sort.js
  • You must write test cases for it, in /tests/sorting/gnome-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Insertion sort algorithm

  • Please help me implement Insertion sort algorithm in /sorting/insertion-sort.js
  • You must write test cases for it, in /tests/sorting/insertion-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Refactor any sort algorithm

  • Please help me refactor Any sort algorithm in /sorting/...js
  • Examples include: performance improvement, refactoring code, fix typo... 👍 If you edit source code file, please add your name in author section
    image

Thank you 🍭

Refactor any sort algorithm

  • Please help me refactor Any sort algorithm in /sorting/...js
  • Examples include: performance improvement, refactoring code, fix typo... 👍 If you edit source code file, please add your name in author section
    image

Thank you 🍭

Implement Heap sort algorithm

  • Please help me implement Heap sort algorithm in /sorting/heap-sort.js
  • You must write test cases for it, in /tests/sorting/heap-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Radix sort algorithm

  • Please help me implement Radix sort algorithm in /sorting/radix-sort.js
  • You must write test cases for it, in /tests/sorting/radix-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Comb sort algorithm

  • Please help me implement Comb sort algorithm in /sorting/comb-sort.js
  • You must write test cases for it, in /tests/sorting/comb-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Quick sort algorithm

  • Please help me implement Quick sort algorithm in /sorting/quick-sort.js
  • You must write test cases for it, in /tests/sorting/quick-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Quick sort algorithm

  • Please help me implement Quick sort algorithm in /sorting/quick-sort.js
  • You must write test cases for it, in /tests/sorting/quick-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Merge sort algorithm

  • Please help me implement Merge sort algorithm in /sorting/merge-sort.js
  • You must write test cases for it, in /tests/sorting/merge-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Implement Selection sort algorithm

  • Please help me implement Selection sort algorithm in /sorting/selection-sort.js
  • You must write test cases for it, in /tests/sorting/selection-sort.spec.js
  • Please read Dev guidelines in README.md before creating any Pull request !
  • Refer this file for comment convention. bubble-sort.js. Example: Change author name to your name, ...

Thank you 🤣

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.