正在加载图片...
Sequential containers vector -consecutive memory storing High performance in random access and ending element operations Low in inserting and deleting inner elements(moving) Could be used as stack a list- double linked memory units High performance in inserting and deleting on any positions Low in random access(traversing) Could be used as linked table a deque -consecutive memory storing High performance in random access and head and tail elements operations ow in inserting and deleting Could be used as queueSequential Containers ◼ vector – consecutive memory storing ◼ High performance in random access and ending element operations ◼ Low in inserting and deleting inner elements (moving) ◼ Could be used as stack ◼ list – double linked memory units ◼ High performance in inserting and deleting on any positions ◼ Low in random access (traversing) ◼ Could be used as linked table ◼ deque – consecutive memory storing ◼ High performance in random access and head and tail elements operations ◼ Low in inserting and deleting ◼ Could be used as queue
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有