-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added upskilling resources section #33
base: main
Are you sure you want to change the base?
Conversation
Added upskilling resources section at the end of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a comment about CF, you can lmk if it's inaccurate
README.md
Outdated
| Link | Notes | | ||
|------|-------| | ||
| [Developer Roadmap](https://roadmap.sh/) | Explore the next step you can take to advance your technical skills | | ||
| [Codeforce](https://codeforces.com/) | Complex coding problems to make your extra prepare for tech interviews. Note: Recommand to attempt Division A, B, C for interview. D above for competitive programming contests | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably comment on divisions, i.e Div 1/2/3/4, the letters correspond to problems in the actual contest (typically of increasing difficulty) but the main difficulty spikes are in division numbers
Yea, I think your comment is accurate. Apologize for making it not as
detailed.
…On Tue, Mar 21, 2023 at 2:43 PM fylixzz ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Made a comment about CF, you can lmk if it's inaccurate
------------------------------
In README.md
<#33 (comment)>
:
> @@ -82,7 +82,13 @@ We hope you find the information contained below useful and good luck on your co
| Link | Notes |
|------|-------|
| [LeetCode](https://leetcode.com/explore/) | Platform to prepare for technical interviews |
-| [Tech Interview Handbook](https://www.techinterviewhandbook.org/) | Curated technical, behaviorial, and systems design interview preparation materials with algorithms study cheatsheets |
+| [Tech Interview Handbook](https://www.techinterviewhandbook.org/) | Curated technical, behaviorial, and systems design interview preparation materials with algorithms study cheatsheets |
+
+## Table of Upskilling Resources
+| Link | Notes |
+|------|-------|
+| [Developer Roadmap](https://roadmap.sh/) | Explore the next step you can take to advance your technical skills |
+| [Codeforce](https://codeforces.com/) | Complex coding problems to make your extra prepare for tech interviews. Note: Recommand to attempt Division A, B, C for interview. D above for competitive programming contests |
Probably comment on divisions, i.e Div 1/2/3/4, the letters correspond to
problems in the actual contest (typically of increasing difficulty) but the
main difficulty spikes are in division numbers
—
Reply to this email directly, view it on GitHub
<#33 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOFF2FX5REYKLEG6QOB3S4DW5HZE5ANCNFSM6AAAAAAWC2DQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this is probably more accurate from my understanding of CF, typically Div 1 A,B are solvable but are should cover the difficulty of most interviews/OAs already (from personal experience)
| Link | Notes | | ||
|------|-------| | ||
| [Developer Roadmap](https://roadmap.sh/) | Explore the next step you can take to advance your technical skills | | ||
| [Codeforce](https://codeforces.com/) | Complex coding problems to make your extra prepare for tech interviews. Note: Recommand to attempt Division A, B, C for interview. D above for competitive programming contests. The letter shows the diffculty of the question and is at the end of each problem number. The level of diffculty increases as letter increases in order. For people aiming at ICPC, attempt E or above.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like:
Complex coding problems to make your extra prepare for tech interviews. Note: Recommended Division 2, 3 for interviews. 1 for competitive programming contests. The letter shows the difficulty of the question and is at the end of each problem number. The level of difficulty increases as letter increases in order from A (easiest) to E (hardest) . For people aiming at ICPC, aim for AC Div 1.
Added upskilling resources section at the end of the file.
Thank you for your contribution to the 2023 Internship Repo!
Before submitting your PR, please make sure: