You are on page 1of 2

General Information

Codeforces Problem Analyser

Codeforces is an online platform for practicing and solving


algorithmic problems. Questions categorized under different
paradigms are available for a user to solve. Each question may
simultaneously be a part of multiple categories.

Whenever a user solves a problem correctly, his record count of


correct submissions is incremented by unity; else his incorrect
submission count is incremented.

Purpose
Design a dynamic Database System for Codeforces Problem
Analyser

Problem Statement
Problems solved by the user are not classified and categorized.
No such provision exists so as to monitor the submissions of a
particular user. Hence this categorization into relevant
paradigms is a manual and arduous task. Categorization would
not only help the user be more organized but also serve the
purpose of monitoring self-growth. User should be able to at all
times see not only the exact problem count but also the
categories to which his solved problems belong.

Objectives fulfilled by Categorization


The objectives are 2-fold

1. Short term goals analyse problem count and problem


category
2. Long term goals track improvement in a specific
paradigm of problems

You might also like