Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Improved (to compare with standard) Counting Sort

Notifications You must be signed in to change notification settings

taipoxin/Improved_Counting_Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Improved_Counting_Sort

Improved and standard implementation

Improved Counting Sort: *same or less used memory (arrays from min to max versus arrays from 1 to max) *same complexity *can works with negative numbers *almost same running time (added only one O(n) loop to find min and max values)

About

Improved (to compare with standard) Counting Sort

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages