diff --git a/README.md b/README.md index 249ca78..8a4bcc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Resources for Competitive Programming, Interview Prep, System Design, & Problem Solving. - -## 👉 Reachout to me if you have any questions: [@kunalstwt](https://twitter.com/kunalstwt ) +# Resources for Competitive Programming, Interview Prep, System Design, & Problem Solving + +## Video Tutorials +- [Kunal Kushwaha's Complete DSA Bootcamp](https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ) +- [Errichto](https://www.youtube.com/channel/UCBr_Fu6q9iHYQCh13jmpbrg) +- [William Lin](https://www.youtube.com/channel/UCKuDLsO0Wwef53qdHPjbU2Q) +- [Gaurav Sen](https://www.youtube.com/channel/UCRPMAqdtSgd0Ipeef7iFsKw) ## Problems & Tips - [CSES](https://cses.fi/problemset/) @@ -26,6 +30,7 @@ - [system-design-primer](https://github.com/donnemartin/system-design-primer) - [Mock Interview](https://www.youtube.com/watch?v=VJpfO6KdyWE) - [Machine Coding Round Practice](https://workat.tech/practice) +- [Engineering Blogs/Articles/Videos for System Design](https://workat.tech/system-design/article/best-engineering-blogs-articles-videos-system-design-tvwa05b8bzzr) ## Platforms to Practice: - [Codeforces](http://codeforces.com/contests) @@ -55,14 +60,6 @@ - The Art and Craft of Problem Solving, 3rd Edition - Cracking the Coding Interview: 150 Programming Questions and Solutions -## Video Tutorials -- [Code for Cause](https://www.youtube.com/channel/UCfv8cds8AfIM3UZtAWOz6Gg) -- [Errichto](https://www.youtube.com/channel/UCBr_Fu6q9iHYQCh13jmpbrg) -- [William Lin](https://www.youtube.com/channel/UCKuDLsO0Wwef53qdHPjbU2Q) -- [Nick White](https://www.youtube.com/channel/UC1fLEeYICmo3O9cUsqIi7HA) -- [Gaurav Sen](https://www.youtube.com/channel/UCRPMAqdtSgd0Ipeef7iFsKw) -- [Rachit Jain](https://www.youtube.com/channel/UC9fDC_eBh9e_bogw87DbGKQ) - ## Interview Prep - [Pramp](https://www.pramp.com/#/) - [interviewing.io](https://interviewing.io) @@ -81,6 +78,9 @@ - [Facebook Hacker Cup](https://www.facebook.com/codingcompetitions/hacker-cup/) > Hacker Cup is Facebook's annual open programming competition. Open to participants around the world, we invite you to apply problem-solving and algorithmic coding skills to advance through each year’s online rounds, win prizes, and have a chance to make it to the global finals and win the grand prize. +- [ICPC](https://icpc.global/) +> The ICPC formerly known as ACM-ICPC (Association for Computing Machinery - International Collegiate Programming Contest) is considered as the "Olympics of Programming Competitions". It is quite simply, the oldest, largest, and most prestigious programming contest in the world. This contest is for students only. Students from same college may form team of 3(reqiured) along with 1 reserve(optional) and with a coach from the faculty member. Contestants advance through two online-hosted rounds to compete at the annual ICPC Finals that is held at a different international sites each year. Further details are [here](https://icpc.global/regionals/rules/). + ## Thanks to all the contributors ❤️