Map traversal prblm

how can we traverse a map like a linear data st. with iterators bcoz its implementation is bst

hi if u have gone through prateek bhaiya video of implementing map then u would have seen he uses the bucket concept
so in that case hash concept is used

for the bst part i`ll confirm u about it i am also in a dilemna regarding it

i request u to read this
i posted the question after u asked me.

basically the iterator functions are being overloaded such that we feel that linear iteration is happening but what is happening internally is not shown