由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 一个STL的问题
相关主题
弱问,C++ primer 4th 好,还是3rd 好?auto_ptr, algorithm 混用问题,大侠们救我。头疼死了!
Scott Meyers的书有必要通读一遍吗?underlying sort algorithm for SET in STL?
请教如何自己C++编程牛逼些sort algorithm
good C++ open source project?请教template和factory有啥区别?
If using C++, please avoid the use of STL for these questio (转载)真心求助 .net c# 算法,数据结构书,网站
一个 C++ STL base type 的问题[合集] how to read c++ books?
reading STL list implementationstl: How to implement map idea with vector in stl ?
C++ STL set.find()How is map implemented in STL?
相关话题的讨论汇总
话题: stl话题: algorithms
进入Programming版参与讨论
1 (共1页)
s******u
发帖数: 247
1
正在学习C++ Primer Plus。第16章讲到STL,这个东西的好处到底是什么呢?好像它只
是关注算法啊。那么跟单纯的算法有什么区别呢?
g*****g
发帖数: 34805
2
这就是现成的数据结构,不用实现了。

【在 s******u 的大作中提到】
: 正在学习C++ Primer Plus。第16章讲到STL,这个东西的好处到底是什么呢?好像它只
: 是关注算法啊。那么跟单纯的算法有什么区别呢?

r*******y
发帖数: 290
3
STL containers: implemented data structures
STL algorithms: implemented algorithms

【在 s******u 的大作中提到】
: 正在学习C++ Primer Plus。第16章讲到STL,这个东西的好处到底是什么呢?好像它只
: 是关注算法啊。那么跟单纯的算法有什么区别呢?

1 (共1页)
进入Programming版参与讨论
相关主题
How is map implemented in STL?If using C++, please avoid the use of STL for these questio (转载)
A STL sorting algorithm problem一个 C++ STL base type 的问题
interview question: (RB tree vs. hash table)reading STL list implementation
AVL 和 Red Back Tree 那个比较容易implement. (转载)C++ STL set.find()
弱问,C++ primer 4th 好,还是3rd 好?auto_ptr, algorithm 混用问题,大侠们救我。头疼死了!
Scott Meyers的书有必要通读一遍吗?underlying sort algorithm for SET in STL?
请教如何自己C++编程牛逼些sort algorithm
good C++ open source project?请教template和factory有啥区别?
相关话题的讨论汇总
话题: stl话题: algorithms