Data-Structure ACM problem

Please anyone tell me ACM problem releated to data structure…

Solve questions from past ACM ICPC contest.

You can find links to previous contest here Competitive Programming and Coding Challenges - CodeChef .

Actually i don’t think they are different than questions which coding platform provides us for monthly contest, so practice a lot and try to solve questions from different contests.

Forgot to mention these links which contains list of algorithms recommended by professionals, just check them out:

http://barekatain.me/teaching/acm2014/

here are few of them :- (hope you will like them , :slight_smile: )

trees

network connections

graph connectivity

numbering paths

graph problem

going in cycle

dream

big bang

page hoping

sending email

bandwidth

dijiktra

power transmission

interval product

potentiometers

segment tree 1

segment tree 2

segment tree 3

segment tree 4

combinatorics

suffix array

KMP

trie1

trie2

trie3