/Problem-Solving-Training

Problem solving training for computer science students.

Problem-Solving-Training

Problem solving training for computer science students.

Level 1

This level simply consists of eight sheets, three of them on Codeforces OJ, plus four of them on HackerEarth OJ, and the last one on HackerRank OJ.

Prerequisites

The prerequisites for level 1 of this training are the basic knowledge for any programming language like (Variable Types - Basic Operators - Conditions - Loops - Functions - Lists - Strings).

Codeforces OJ sheets

The Codeforces OJ sheets codeforces - phase 1-1, codeforces - phase 1-2, codeforces - phase 1-3 contain A-Div2 problems, and each sheet of them divided into 5 classes of problems (Basic Operators - Conditions - Loops - Lists - Strings). These sheets were sorted based on difficulty and grouped by the type of problems as mentioned. Finally, each sheet contains ~100 problems.

Agenda of codeforces - phase 1-1 sheet (100 problems)

Category Problems
Basic Operator 5 problems
Condition 10 problems
Loop 20 problems
String 20 problems
List 40 problems

Agenda of codeforces - phase 1-2 sheet (100 problems)

Category Problems
Basic Operator 5 problems
Condition 10 problems
Loop 20 problems
String 20 problems
List 40 problems

Agenda of codeforces - phase 1-3 sheet (100 problems)

Category Problems
Basic Operator 5 problems
Condition 10 problems
Loop 20 problems
String 20 problems
List 40 problems

HackerEarth OJ sheets

The HackerEarth OJ sheets hackerearth - phase 1-1, hackerearth - phase 1-2, hackerearth - phase 1-3 contain implementation problems and basic programming problems. These sheets were sorted based on difficulty. Each sheet contains ~100 problems. For the last sheet hackerearth - phase 1-basic-programming that focus on the basic programming problems, It's divided into 4 classes of problems (Input/Output - Bit Manipulation - Recursion - Operators). Also, this sheet was sorted based on difficulty and grouped by the type of problems as mentioned. Finally, this sheet contains ~130 problems.

Agenda of hackerearth - phase 1-1 sheet (100 problems)

Category Problems
Implementation 25 problems
Implementation 25 problems
Implementation 25 problems
Implementation 25 problems

Agenda of hackerearth - phase 1-2 sheet (100 problems)

Category Problems
Implementation 25 problems
Implementation 25 problems
Implementation 25 problems
Implementation 25 problems

Agenda of hackerearth - phase 1-3 sheet (100 problems)

Category Problems
Implementation 25 problems
Implementation 25 problems
Implementation 25 problems
Implementation 25 problems

Agenda of hackerearth - phase 1-basic-programming sheet (130 problems)

Category Problems
Input/Output 50 problems
Bit Manipulation 70 problems
Recursion 10 problems
Operators 5 problems

HackerRank OJ sheets

The HackerRank OJ sheet hackerrank - phase 1-functional-programming, It's divided into 6 classes of problems (Introduction - Recursion - Functional Structures - Memoization - Ad-Hoc - Misc). Also, this sheet was sorted based on difficulty and grouped by the type of problems as mentioned. Finally, this sheet contains ~80 problems.

Agenda of hackerrank - phase 1-functional-programming sheet (80 problems)

Category Problems
Introduction 25 problems
Recursion 20 problems
Functional Structures 10 problems
Memoization 10 problems
Ad-Hoc 15 problems
Misc 5 problems

Notes

  • If the student has a target to compete in the programming competitions like ACM-ICPC or Codejam or Kick-start or Hackercup, so it's recommended to start with Codeforces sheets, but if (s)he has a target to practice on a specific topic or preparing for an interview, so it's recommended to start with HackerEarth and HackerRank sheets.
  • On each one of these sheets has an excel sheet to record your effort and enhance your progress, The time estimate for level problems is between 30 min to 45 min for each one, including reading time, thinking time, coding time, debugging time, and learning time.