Skip to content

dlowe-net/cl-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-sort - a collection of sorts in common lisp

This is a collection of different sorting implementations. The sorts included are:

  • bubble-sort
  • selection-sort
  • insertion-sort
  • shell-sort
  • merge-sort
  • quicksort
  • dual-pivot-quicksort

Each sorting routine is intended to be a drop-in replacement for the CL:SORT routine, though obviously the performance characteristics will vary greatly for each.

All these sort implementations are currently destructive and in-place.

About

A collection of sorting routines written in Common Lisp

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published