Skip to content

Twoleaps/Competitive-Programming-L1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Competitive-Programming-L1

Competitive Programming Type = Level 1.

How to use this template?

  • 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.

Giving feedback

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

Timeline

<Add mentorship timeline here in weeks. Example: 8 weeks starting 10th August>

Goals

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

Progress Tracking

Track weekly progress in this section according to above mentioned goals.

  • Week 1

    • Task 1
    • Task 2
    • Task 3

About

Competitive Programming Type = Level 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages