Added algorithms library

This commit is contained in:
2019-11-28 21:42:07 +01:00
parent dff20e8bac
commit ad9960635b
9 changed files with 138 additions and 0 deletions
+7
View File
@@ -21,9 +21,16 @@
- `to_lower` - transform all characters in the string to lowercase
- `to_upper` - transform all characters in the string to uppercase
- `c0ding::algorithm` library
- `c0ding::algorithm::sort` algorithms (only partially done)
- `c0ding::algorithm::quick` sort algorithm
### Currently planned features
- `c0ding::networking` library (based on `boost::asio`)
- `c0ding::algorithm` library
- `c0ding::algorithm::sort` algorithms
- `c0ding::algorithm::heap` sort algorithm
- `c0ding::algorithm::merge` sort algorithm
- `c0ding::algorithm::radix` sort algorithm
- `c0ding::algorithm::search` algorithms