Frage im Vorstellungsgespräch bei think-cell

Implement an efficient operation on some unique data structure based on an internal std::map

Antworten zu Vorstellungsgespräch

Anonym

13. Sept. 2016

make sure you know about: map::lower_bound/upper_bound functions and map::insert/erase "with hint", and make a good randomized test to get the corner cases you didn't think about.

6

Anonym

14. Okt. 2016

I have got to do this assignment,can u please help in knowing how to make tests as i have never done them.

1