Click here to Skip to main content
15,885,546 members
Articles / General Programming / Algorithms

Sorting Variable Length Strings in O(N) Time

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
7 Nov 2012CPOL7 min read 31K   531   6  
The algorithm described herein is designed to implement sorting of variable length strings in O(n) time.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Dr. Doss holds a PhD in Applied Computer Science. His research interests include Operating Systems, Networking, Theory of NP Completeness,and Software Engineering.
https://www.rdoss.com

Comments and Discussions