sandeepgogarla61's blog

By sandeepgogarla61, history, 2 years ago, In English

What are some good problems involving xor techniques and concepts, on codeforces or any other site. difficulty range <=2300.

Thanks.

  • Vote: I like it
  • +9
  • Vote: I do not like it

»
2 years ago, # |
  Vote: I like it +16 Vote: I do not like it

https://atcoder.jp/contests/agc045/tasks/agc045_a , I think this is a nice problem

»
2 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Try bit manipulation topic under algorithms section in HackerRank. They have good questions there from easy to hard.