100-days-of-rust/README.md
2023-03-25 17:48:16 -04:00

83 lines
4.9 KiB
Markdown

<h1 align="center">100 Days of Rust 🦀 </h1>
<p align="center">
<img width="" src="https://media4.giphy.com/media/RbDKaczqWovIugyJmW/giphy.gif?cid=ecf05e4796b9znwjl0zqxljtzh2xe4yer17y5oojmj5kztep&rid=giphy.gif&ct=g" align="center" alt="gif" />
</p>
# Introduction
Welcome to the 100 Days of Rust Coding Challenge! This challenge is designed to help you learn and improve your Rust programming skills over the course of 100 days.
Each day, you will tackle a new Rust programming concept, project, or problem. You will learn about ownership and borrowing, concurrency and parallelism, the Rust standard library, web development with Rust, game development with Rust, machine learning in Rust, system programming in Rust, cryptography in Rust, and blockchain development in Rust.
This challenge is suitable for Rust beginners and intermediate learners who want to improve their skills and build practical projects. It is also a great opportunity to connect with other Rust learners and share knowledge and experiences.
We hope you find this challenge fun and rewarding, and we can't wait to see what you build with Rust!
# How to Participate
Fork this repository and create a new branch to track your progress.
Commit to coding and learning Rust for at least an hour every day for 100 days.
Share your progress on social media with the hashtag #100DaysOfRustCodingChallenge and tag @DomSecRocks on Twitter.
We encourage you to share your progress and ask questions in the Discussions section of this repository.
# 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
- Share your progress daily in your social medias
- Try not to copy code from the internet
- Try to come up with a clean and elegant solution
- Once you can, write tests (and make them pass)
# Resources
[The Rust Programming Language Book](https://doc.rust-lang.org/book/title-page.html)
[The Rust Standard Library Documentation](https://doc.rust-lang.org/std/index.html)
[Rust By Example](https://doc.rust-lang.org/stable/rust-by-example/)
[Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/)
[Awesome Rust](https://github.com/rust-unofficial/awesome-rust)
# Project List
| Day | Project Name | Completed |
| ------------- |:-------------------------------------:| -------------------------:|
| Day #1 | Convert Age To Days | :white_large_square: |
| Day #2 | Finding Nemo | :white_large_square: |
| Day #3 | Barbecue Skewers | :white_large_square: |
| Day #4 | Is Johnny Making Progress | :white_large_square: |
| Day #5 | Pair Of Socks | :white_large_square: |
| Day #6 | Next Prime | :white_large_square: |
| Day #7 | Merge Sorted Array | :white_large_square: |
| Day #8 | Letter Combinations Of A Phone Number | :white_large_square: |
| Day #9 | Trapping Rain Water | :white_large_square: |
| Day #10 | Unique Binary Search Tree | :white_large_square: |
| Day #11 | Restore IP Addresses | :white_large_square: |
| Day #12 | Mountains or Valleys | :white_large_square: |
| Day #13 | Need Help With Your Packing | :white_large_square: |
| Day #14 | The Karacas Encryption Algorithm | :white_large_square: |
| Day #15 | Valid Anagram | :white_large_square: |
| Day #16 | Nim Game | :white_large_square: |
| Day #17 | Prison Break | :white_large_square: |
| Day #18 | Unique Paths | :white_large_square: |
| Day #19 | URL Shortener | :white_large_square: |
| Day #20 | API Challenge | :white_large_square: |
| Day #21 | Random Maze Generator | :white_large_square: |
| Day #22 | Marcio Mellos Challenge | :white_large_square: |
| Day #23 | The Dining Philosophers | :white_large_square: |
| Day #24 | The Josephus Problem | :white_large_square: |
| Day #25 | Coin Trouble | :white_large_square: |
| Day #26 | Briefcase Lock | :white_large_square: |
| Day #27 | Task Scheduler | :white_large_square: |
| Day #28 | Word Search | :white_large_square: |
| Day #29 | Traffic Light Checker | :white_large_square: |
| Day #30 | The Maximum Value | :white_large_square: |