What kind of iterator does a list have? What about a vector
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:10| Question number:39
All Answers
total answers (1)
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:10| Question number:39
total answers (1)
A
`list`has bidirectional iterator.A
`vector`has random-access iterator.
need an explanation for this answer? contact us directly to get an explanation for this answer