From dcbcad659f0d9f590f185eaeabf8534038020e08 Mon Sep 17 00:00:00 2001 From: Mariano Date: Sun, 4 Aug 2024 16:48:57 +0200 Subject: [PATCH] Updated README Fixed typo and marked as completed projects up to Day 10 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 81ff4d5..faa0fa7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We encourage you to share your progress and ask questions in the Discussions sec # Rules - The main rule is: Code at least an hour every day (don't skip weekends/holidays) -- Choose an area of Rust you wan't to learn or improve +- Choose an area of Rust you want to learn or improve - Share your progress daily in your social medias @@ -48,15 +48,15 @@ We encourage you to share your progress and ask questions in the Discussions sec | Day | Project Name | Completed | | ------------- |:-------------------------------------:| -------------------------:| | Day #1 | [Convert Age To Days](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-01_Convert-Ages-To-Days) | :white_check_mark: | -| Day #2 | [Finding Nemo](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-02_Finding-Nemo) | :white_large_square: | -| Day #3 | [Barbecue Skewers](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-03_Barbecue-Skewers) | :white_large_square: | -| Day #4 | [Is Johnny Making Progress](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-04_Is-Johnny-Making-Progress) | :white_large_square: | -| Day #5 | [Pair Of Socks](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-05_Pair-Of-Socks) | :white_large_square: | -| Day #6 | [Next Prime](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-06_Next-Prime) | :white_large_square: | -| Day #7 | [Merge Sorted Array](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-07_Merge-Sorted-Array) | :white_large_square: | -| Day #8 | [Letter Combinations Of A Phone Number](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-08_Letter-Combinations-Of-A-Phone-Number) | :white_large_square: | -| Day #9 | [Trapping Rain Water](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-09_Trapping-Rain-Water) | :white_large_square: | -| Day #10 | [Unique Binary Search Tree](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-10_Unique-Binary-Search-Trees) | :white_large_square: | +| Day #2 | [Finding Nemo](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-02_Finding-Nemo) | :white_check_mark: | +| Day #3 | [Barbecue Skewers](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-03_Barbecue-Skewers) | :white_check_mark: | +| Day #4 | [Is Johnny Making Progress](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-04_Is-Johnny-Making-Progress) | :white_check_mark: | +| Day #5 | [Pair Of Socks](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-05_Pair-Of-Socks) | :white_check_mark: | +| Day #6 | [Next Prime](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-06_Next-Prime) | :white_check_mark: | +| Day #7 | [Merge Sorted Array](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-01/Day-07_Merge-Sorted-Array) | :white_check_mark: | +| Day #8 | [Letter Combinations Of A Phone Number](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-08_Letter-Combinations-Of-A-Phone-Numbercheck_markarge_square: | +| Day #9 | [Trapping Rain Water](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-09_Trapping-Rain-Water) | :white_check_mark: | +| Day #10 | [Unique Binary Search Tree](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-10_Unique-Binary-Search-Trees) | :white_check_mark: | | Day #11 | [Restore IP Addresses](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-11_Restore-IP-Addresses) | :white_large_square: | | Day #12 | [Mountains or Valleys](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-12_Mountains_And_Valleys) | :white_large_square: | | Day #13 | [Need Help With Your Packing](https://github.com/LiveGray/100-Days-Of-Rust/tree/main/Week-02/Day-13_Need-Help-With-Packing) | :white_large_square: |