Update TODO

This commit is contained in:
Ilya Shurupov 2024-04-10 05:23:16 -07:00 committed by GitHub
parent 47ad484089
commit 9e339defd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
TODO
View file

@ -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