12篇文章 · 875字 · 3人关注
给定一个如下输入格式的字符串(1,(2,3),(4,(5,6),7))括号内的元素可以是数字,也可以是另一个括号,请实现一个算法消除嵌套的括号,...
一组有序数(从小到大排列),有负有正,找出绝对值最小值
The gray code is a binary numeral system where two successive values dif...
长度为n的数组乱序存放着0至n-1. 现在只能进行0与其他数的交换,完成以下函数。注意是元素0只能与娶她元素交换,而不是位置0. 我的答案:
Write a function to find the longest common prefix string amongst an arr...
Implement atoi to convert a string to an integer. Requirements for atoi:...
该类问题属于树的遍历问题 题目 Given a binary tree, find its minimum depth. The minimum...
两个字符串之间打战,相同的字符抵消,看哪边剩余的字符多,哪边获胜。如果左边字符串有两个字符l,右边有一个字符l,则只抵消两边的一个l,因此左边字...
Compare two version numbers version1 and version1.If version1 > version2...
文集作者