We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a45dd commit 6c65495Copy full SHA for 6c65495
README.md
@@ -27,6 +27,7 @@ But the quest for knowledge acquisition and intellectual curiosity doesn't need
27
| Challenge Name | Complexity | Author | Relevant Knowledge |
28
|------------------|------------|--------------|----------------------------------------|
29
| [Simple Parser](https://github.com/namvdo/rust-coding-challenges/tree/master/challenges/simple-parser) | Easy | [Rudi Cilibrasi](https://github.com/rudi-cilibrasi) | String manipulation, data structures |
30
+| [wc command](https://github.com/namvdo/rust-coding-challenges/tree/master/challenges/wc-command) | Medium | [namvdo](https://github.com/namvdo) | MMap, unsafe operations, string manipulation, parallel processing |
31
32
## Getting Started
33
0 commit comments