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: 11 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T03:43:31.000Z (about 2 years ago)
- Last Synced: 2025-01-25T12:07:15.922Z (about 1 year 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
```