Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecaine-zz/timsort
Examples of create in tim sort in BASH
https://github.com/codecaine-zz/timsort
bash bash-script example function functions timsort
Last synced: about 1 month ago
JSON representation
Examples of create in tim sort in BASH
- Host: GitHub
- URL: https://github.com/codecaine-zz/timsort
- Owner: codecaine-zz
- Created: 2024-01-10T03:39:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-10T03:43:31.000Z (12 months ago)
- Last Synced: 2024-01-28T00:09:41.611Z (11 months ago)
- Topics: bash, bash-script, example, function, functions, timsort
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# TimSort Shell Script Implementation Example
This repository contains a shell script implementation of the TimSort algorithm.
## Usage
To run the script, use the following command:
```bash
bash timsort.sh 2>/dev/null
```