Hacker News new | past | comments | ask | show | jobs | submit login

System.Collections.Generic.List<T> is similar to std::vector, but oddly named. System.Collections.Generic.LinkedList<T> is the implementation of the canonical double linked list ADT.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: