Competitive Programming Type = Level 1.
- Mentor should fork this template.
- Mentee should join in as a contributor.
This template is designed to assist Twoleaps mentorship program. The template consists of two major sections: Goals and Progress tracker. Mentors and mentee should add goals prior to start of mentorship. Both Parties should have agreement on the goals. Progress tracker is to be updated on week by week basis with new tasks to complete the defined goals. For each week, a folder in the repository has to be maintained which captures the work done. It can be a small essay of things learned or code written etc.
Regular feedback is highly encouraged. Feedbacks should inspire improvement. Mentors should summarize week by week progress in form of feedback whenever possible and add it to the weekly work folder in form of week1/feedback.md
<Add mentorship timeline here in weeks. Example: 8 weeks starting 10th August>
The objectives of the mentorship should be listed down here. They can be customized over time by the mentor or the mentee's preferences.
-
Fundamentals
- Introduction to Algorithms
- Mathematics
- How to Approach a Problem
-
Understanding complexity
- Big O notation.
- Space and time complexity
- Asymptotics
-
Data Structures
- Arrays
- Linked list
- Stack
- Queue
- Priority Queue
- Hash Table
- Trees
- Heap
- Graph
- Tries
-
Algorithms
- Searching
- Sorting
- String Algorithms
- Backtracking and Greedy Algorithms
- Recursion and DP
- Graph Algorithms
-
Comptitive Programming
- Language specific knowledge (STL etc)
- Practice related information
Track weekly progress in this section according to above mentioned goals.
-
- Task 1
- Task 2
- Task 3