Update CS110L.en.md

add Full Playlist for CS110L
This commit is contained in:
Ramadan Yassin 2025-07-01 16:15:36 +03:00 committed by GitHub
parent 5d57ab9b4e
commit 0a84277afe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ Personally, I find the concept of "futures" in Rust fascinating and elegant, and
## Course Resources
- Course Website: <https://reberhardt.com/cs110l/spring-2020/>
- Recordings: <https://youtu.be/j7AQrtLevUE>
- Recordings: <https://www.youtube.com/playlist?list=PLa24RbCI3sXtsSesfv3dmxRUa32XP1dQ2>
- Textbook: None
- Assignments: 6 Labs, 2 Projects, the course website has specific requirements. The projects are quite interesting where you will Implement a GDB-like debugger and a load balancer in Rust.