文件名称:stack_with_min_func
介绍说明--下载内容均来自于网络,请自行研究使用
定义栈的数据结构,要求添加一个min函数,能够得到栈的最小元素。要求函数min、push、pop的时间复杂度都是O(1)-Defined stack data structure, requires the addition of a min function, it is possible to obtain the smallest element of the stack. Function requires min, push, pop time complexity is O (1)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stack_with_min_func.cpp