https://github.com/lue-bird/elm-sorting-basic
  
  
    basic sorting algorithms in elm 
    https://github.com/lue-bird/elm-sorting-basic
  
elm sort sorting sorting-algorithms sorting-algorithms-implemented
        Last synced: 5 months ago 
        JSON representation
    
basic sorting algorithms in elm
- Host: GitHub
 - URL: https://github.com/lue-bird/elm-sorting-basic
 - Owner: lue-bird
 - Created: 2022-05-25T09:52:43.000Z (over 3 years ago)
 - Default Branch: master
 - Last Pushed: 2022-05-25T10:01:08.000Z (over 3 years ago)
 - Last Synced: 2025-06-08T10:51:38.922Z (5 months ago)
 - Topics: elm, sort, sorting, sorting-algorithms, sorting-algorithms-implemented
 - Language: Elm
 - Homepage:
 - Size: 11.7 KB
 - Stars: 0
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          basic sorting algorithms in elm:
  - `List.Sort.bubble`, `insertion`, `quick`, `merge`
  - `Array.Sort.selection`
No focus on performance or anything.
Just a small exercise for me that's public for anyone who's interested