Skip to content

ineed-coffee/CAC-Code-Forces-Algorithm-Classifier-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Code Forces Algorithm Classifier


purpose : Menu bar of Code Forces page does not have 'Algorithm' element (lists of problems with specific algorithm keyword)
목적 : 코드포스 홈페이지 메뉴 항목에 특정 알고리즘 키워드 문제들만 확인할 수 있는 카테고리가 없다.(알고리즘별 문제 확인이 여러움)

Consists of..

  • make_db.py
    • Using Code Forces Open API generate problemset databse(MySQL)
    • Table Schema (prob_set):
Column type
id varchar(50)
name varchar(65)
difficulty int
tags set
  • CAC.py
    • Creating TK interface from generated database
    • Run screen
      • Main
        runmain
      • Selection1 (select specific algorithm keyword)
        sel1
      • Selection2 (select specific problem to solve)
        sel2
      • 'Go' button will open browser of selected problem

About

Open API , MySQL , TKinter 활용 토이 프로젝트

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages