From aa10424fbb92d07b5fbf91c716ed53eba91450f1 Mon Sep 17 00:00:00 2001 From: Ilya Shurupov <163508118+elushaX@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:23:16 -0700 Subject: [PATCH] Update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 1539bf7..b98011b 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,10 @@ ALL: Modules: Remove all static variable into module's data +Algorithms: + Implement heap sort, quick sort, bucket sort, counting sort, (radix sort?) + Implement order statistics. + Containers: Add variant size buffer Buffer add resize function