diff options
| author | mithe24 <mithe24@student.sdu.dk> | 2025-10-28 08:52:08 +0100 |
|---|---|---|
| committer | mithe24 <mithe24@student.sdu.dk> | 2025-10-29 13:49:57 +0100 |
| commit | 2e23ce86e16621682c6be20cbc29975bc4a80ea0 (patch) | |
| tree | 4f351326bd966628101c00486268595bb95183dd | |
| parent | 7e7a35240990955b8111458850d0e05d55fc8d63 (diff) | |
| download | sorter-2e23ce86e16621682c6be20cbc29975bc4a80ea0.tar.gz sorter-2e23ce86e16621682c6be20cbc29975bc4a80ea0.zip | |
update to-do
| -rw-r--r-- | project_spec.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/project_spec.md b/project_spec.md index 27863df..344def2 100644 --- a/project_spec.md +++ b/project_spec.md @@ -22,9 +22,9 @@ and professional deployment workflows. > [!NOTE] > Using a shell script instead of **GitLab CI** - [x] Test for **stable** sorting algorithm - - [ ] Test for **unstable** sorting algorithms + - [x] Test for **unstable** sorting algorithms - - [ ] **Benchmarking** + - [x] **Benchmarking** > [!NOTE] > Possibly via a shell script. > Use `time` to measure execution time. @@ -34,7 +34,6 @@ and professional deployment workflows. > Maybe export to `json` or similar. - [ ] **Documentation** - - [ ] Usage Message - [x] Man Page - [ ] Read me file |