cesiumstar's blog

By cesiumstar, history, 9 days ago, In English

I have done undergradute level courses in data structures. Currently I am comfortable using MAP,SET,PRIORITY_QUEUE,UNORDERED_MAP,UNORDERED_SET,ORDERED_SET,STACK,QUEUE,DEQUEUE. I would like to know what additional data structures should i learn in order to reach CM. Also could you recommend some good resources to learn those. Thanks :)

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

»
9 days ago, # |
  Vote: I like it +4 Vote: I do not like it
»
9 days ago, # |
  Vote: I like it +1 Vote: I do not like it

you should probably learn vector :)

at specialist you ofc know vectors, but it would help to know like what are queues, stacks, and deques, and what are they for

segment tree is good to know as well

  • »
    »
    9 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I know about stack,queue and dequeue as well. Forgot to mention that. My fault :( I dont know about segment trees though.

»
9 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by cesiumstar (previous revision, new revision, compare).