aboutsummaryrefslogtreecommitdiff
path: root/project_spec.md
diff options
context:
space:
mode:
authormithe24 <mithe24@student.sdu.dk>2025-10-28 08:52:08 +0100
committermithe24 <mithe24@student.sdu.dk>2025-10-29 13:49:57 +0100
commit2e23ce86e16621682c6be20cbc29975bc4a80ea0 (patch)
tree4f351326bd966628101c00486268595bb95183dd /project_spec.md
parent7e7a35240990955b8111458850d0e05d55fc8d63 (diff)
downloadsorter-2e23ce86e16621682c6be20cbc29975bc4a80ea0.tar.gz
sorter-2e23ce86e16621682c6be20cbc29975bc4a80ea0.zip
update to-do
Diffstat (limited to 'project_spec.md')
-rw-r--r--project_spec.md5
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