From c3dbe2b28b3d962cbe1f47a625a5b46ebcd00d05 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 30 Jan 2025 15:22:16 -0600 Subject: [PATCH] Add sorting a vector --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 951a30a..1285363 100644 --- a/TODO.md +++ b/TODO.md @@ -5,5 +5,6 @@ - [ ] Make all vector functions applicable to string functions and vice versa - [ ] Implement Calculus functions as seen in propeller - [ ] Implement Linear Algebra functions as specified in the previous papers +- [ ] Add a function to sort a vector ## PushGP TODO \ No newline at end of file