Advertisement
enigmjoe

GFG Coding Workshop Day 1

Mar 9th, 2024
198
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 1 0
  1. OBJECTIVE:
  2. 1) Build a CP Culture in College [Contest Culture]
  3. 2) Encouraging self-motivated individuals and Learning Environment.
  4. 3) Improving Coding Environment in general.
  5.  
  6.  
  7. Flow:
  8. 1) What is Competitive Programming?
  9. 2) Benefits? [https://www.canva.com/design/DAF3r4CgnJ0/hNBk39iM9R1XK7zJl2HyAw/edit?utm_content=DAF3r4CgnJ0&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton]
  10. 3) DSA vs CP vs dev
  11. 4) Myths
  12. - Will CP/DSA guarantee job?
  13. Ans: it can increase ur chances
  14.  
  15. - Should i study all Data Structures and Algorithms before starting contests?
  16. Ans: no
  17.  
  18. - CP is a waste of time?
  19. Ans: Relative, must do if you are 1st or 2nd year student.
  20.  
  21. 5) Platform wise discussion and solving problems
  22. 6) My advice
  23. - CONSISTENCY
  24. - Solve harder problems, dont remain in ur comfort zone
  25. - Dont cheat, there are no shortcuts in life
  26. - Have Fun :)
  27.  
  28.  
  29. Platforms:
  30. - Practice:
  31. Competitive:
  32. 1) hackerrank (learn basics of any language)
  33. 2) cses (standard problems, gold mine) [https://cses.fi/problemset]
  34. 3) codeforces (https://acodedaily.com/)
  35. DSA:
  36. 3) leetcode
  37. 4) geeksforgeeks
  38. - Contest (in order of relevance):
  39. 1) codeforces
  40. 2) atcoder
  41. 3) leetcode
  42. 4) codechef
  43.  
  44.  
  45. Problems:
  46. https://www.hackerrank.com/challenges/solve-me-first/problem
  47. https://cses.fi/problemset/task/1068
  48. https://codeforces.com/problemset/problem/4/A
  49. https://atcoder.jp/contests/abc220/tasks/abc220_a
  50. https://www.geeksforgeeks.org/problems/sum-of-series2811/1?page=1&difficulty=School&sortBy=submissions
  51. https://leetcode.com/problems/contains-duplicate/
  52.  
  53.  
  54. Challenges:
  55. https://codeforces.com/problemset/problem/1691/A
  56. https://codeforces.com/problemset/problem/271/A
  57. https://atcoder.jp/contests/abc339/tasks/abc339_c
  58. https://www.geeksforgeeks.org/problems/missing-number-in-array1416/1?page=1&difficulty=Easy&sortBy=submissions
  59. https://codeforces.com/contest/1520/problem/D
  60.  
  61.  
  62. Resources:
  63. https://www.tle-eliminators.com/cp-sheet
  64. https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/
  65. https://drive.google.com/file/d/16Jydn250Ue7K7hOfzLxw4p5jFF4ZCqWT/view
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement