Skip to content

Commit

Permalink
update table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenVanThanhHust committed May 22, 2023
1 parent a9b66a8 commit 4ef3458
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Modern C++ Challenge/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,16 @@ This is what I practice problems from [Modern C++ Challenge](https://www.amazon.

| Status | Chapter | Content |
|-----|--------|--------|
| - [x] | Chapter 1: Math | Basic math excercises |
| Doing | Chapter 1: Math | Basic math excercises |
| | Chapter 1: Math | Basic math excercises |
| | Chapter 2: Language Features | Operator overloading, move semantics, user-defined literal, template metaprogramming |
| | Chapter 3: String and Regular Expressions | String manipulation |
| | Chapter 4: Streams and File Systems | Output stream manipulation |
| | Chapter 5: Date and time | Date and time |
| | Chapter 6: Algorithms and data structures | Algorithms and data structures |
| | Chapter 7: Concurrency | threads, asynchronous function |
| | Chapter 8: Design Patterns | Decorator, composite, chain of responsibility, temnplate method |
| | Chapter 9: Data serialization | common format of serialized data |
| | Chapter 10: Archives, Images and Databases | work with zip, PNG and database |
| | Chapter 11: Cryptography | Crypto++ |
| | Chapter 12: Networkings and Services | Client and server communication on TCP/IP |

0 comments on commit 4ef3458

Please sign in to comment.