So there are some tags such as Special or Interactive which I don't really wanna practice, but they are the only ones that are recommended when i run cf next.
When running cf next, recommendations are filled with problems that I do not want to practice/not relevant to conventional contest practice (such as interactive or special problem). Currently, there is no way to filter out these categories, which can cause them to clog up all the upcoming recommendations.
So there is a need for a feature to blacklist such tags when using cf next which could be there in the persistent configuration. for example:
cf config exclude_tags interactive, special
Or if these are to be excluded manually every time, I would also recommend implementing the below given command.
cf next -x interactive -x special
So there are some tags such as
SpecialorInteractivewhich I don't really wanna practice, but they are the only ones that are recommended when i runcf next.When running
cf next, recommendations are filled with problems that I do not want to practice/not relevant to conventional contest practice (such asinteractiveorspecial problem). Currently, there is no way to filter out these categories, which can cause them to clog up all the upcoming recommendations.So there is a need for a feature to blacklist such tags when using cf next which could be there in the persistent configuration. for example:
Or if these are to be excluded manually every time, I would also recommend implementing the below given command.