Skip to content

lucasgbriell/radix-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:lucasgbriell/radix-sort.git
$ npm install
$ npm start

And be happy :D.

Authors

  • Elias Reis
  • Lucas Gabriel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published