Skip to content

labib0x9/grepcoder

Repository files navigation

grepcoder


Get atcoder problems by catagorized, the result is not accurate as it is fetched by the keyword matching in editorial, So it may give you misinformation. Grepcoder uses kenkoo api for problem lists and user submission status.


Installation:

  1. Build the binary
go mod tidy
go build -o gc

Usage:

  1. Setup user handler, if you want to see problem status
./gc -setuser=9xzer0 -sync
  1. See all problem catagory
./gc -showtag

Screenshot

  1. Search by catagory
./gc dfs, aho-corasick

Screenshot

  1. Sync user submission to see recent submissions
./gc -sync
  1. Problem database update (To-Do)
./gc -syncpb

TO-DO List:

  • Maybe a better matching technique
  • Problem database update
  • Organized better
  • Add sqlite database
  • Add Unit testing
  • Add more keywords and topics

About

Atcoder problem categories based on the editorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages