Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sleep Sort Go Example

Example implementation of the sleep sort using Go concurrency.

The program will randomly generate and print an array, and then print the sorted array:

original: [3 147 23 242 44]
  sorted: [3 23 44 147 242]

Usage

To run the example, use go run:

go run cmd/sleep-sort-go-example/sleep-sort-go-example.go

About

Example implementation of the sleep sort using Go concurrency

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages