程序员面试题精选100题(39)-颠倒栈[数据结构]
{
T top = stack.top();
stack.pop();
AddToStackBottom(stack, t);
stack.push(top);
}
面试题推荐
面试题相关文章