Avatar notebook default
12篇文章 · 875字 · 3人关注
  • 消除括号

    给定一个如下输入格式的字符串(1,(2,3),(4,(5,6),7))括号内的元素可以是数字,也可以是另一个括号,请实现一个算法消除嵌套的括号,...

  • 寻找最小绝对值

    一组有序数(从小到大排列),有负有正,找出绝对值最小值

  • gray-code

    The gray code is a binary numeral system where two successive values dif...

  • 0交换排序

    长度为n的数组乱序存放着0至n-1. 现在只能进行0与其他数的交换,完成以下函数。注意是元素0只能与娶她元素交换,而不是位置0. 我的答案:

  • leetcode-Longest Common Prefix

    Write a function to find the longest common prefix string amongst an arr...

  • leetcode-string to integer

    Implement atoi to convert a string to an integer. Requirements for atoi:...

  • leetcode-求取二叉树的最短路径问题

    该类问题属于树的遍历问题 题目 Given a binary tree, find its minimum depth. The minimum...

  • 字符串战争

    两个字符串之间打战,相同的字符抵消,看哪边剩余的字符多,哪边获胜。如果左边字符串有两个字符l,右边有一个字符l,则只抵消两边的一个l,因此左边字...

  • 版本比较

    Compare two version numbers version1 and version1.If version1 > version2...

文集作者