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:
- Build the binary
go mod tidy
go build -o gc
Usage:
- Setup user handler, if you want to see problem status
./gc -setuser=9xzer0 -sync
- See all problem catagory
./gc -showtag
- Search by catagory
./gc dfs, aho-corasick
- Sync user submission to see recent submissions
./gc -sync
- 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

