Not a great cli tool to find atcoder problem tags. But it works for me. So I wanted to share it with the community expecting to improving grepcoder. grepcoder — github
Not a great cli tool to find atcoder problem tags. But it works for me. So I wanted to share it with the community expecting to improving grepcoder. grepcoder — github
Any resources about multiset hashing and related problem.
Sometimes there are some problems where a number n is given and have to output the value of n'th number of some sequence. Like these problems: 1731B - Kill Demodogs 1822C - Bun Lover 166E - Tetrahedron These problems are solvable with equations. I want to know how can we generate formula's for these types of problems .. Thanks in advanced .