Added algorithms library
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user