shivam_360's blog

By shivam_360, history, 20 months ago, In English

can anyone suggest some good resource to learn the basic concept and implementation of sparse table?

  • Vote: I like it
  • -8
  • Vote: I do not like it

»
20 months ago, # |
  Vote: I like it 0 Vote: I do not like it

https://cp-algorithms.com/data_structures/sparse-table.html

I used the above resource for learning a bunch of other competitive coding related algorithms.