https://github.com/mkcms/sort
Exercise in visualization
https://github.com/mkcms/sort
Last synced: about 1 year ago
JSON representation
Exercise in visualization
- Host: GitHub
- URL: https://github.com/mkcms/sort
- Owner: mkcms
- License: gpl-3.0
- Created: 2024-09-28T19:46:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-06T09:44:25.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:13:17.255Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sort #
An exercise project, sorting visualizer in Qt.
## Building & running ##
``` shell
cmake -B build && cmake --build build && ./build/sort
```
## License ##
```
Copyright (C) 2024 Michał Krzywkowski
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```