lucasgbriell / radix-sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radix-sort - REACT

Project Description:

Small Project to practice what we have learned about kind of array organizers. In this simple project made all by JavaScript (using react library).

What is it Radix-sort?

The lower bound for Comparison based sorting algorithm (Merge Sort, Heap Sort, Quick-Sort .. etc) is Ω(nLogn), i.e., they cannot do better than nLogn. Counting sort is a linear time sorting algorithm that sort in O(n+k) time when elements are in range from 1 to k.

Tech

This project uses:

Installation

It requires React Library.

Clone the project, install the dependencies and start the server.

If you have got NodeJS installed then, execute the codes below!. If you don't (what you are doing with your life?), install it first.

$ git clone git@github.com:lucasgbriell/radix-sort.git
$ npm install
$ npm start

And be happy :D.

Authors

  • Elias Reis
  • Lucas Gabriel

About


Languages

Language:JavaScript 83.4%Language:CSS 8.5%Language:HTML 8.1%