算法
Beer Home
这个作者很懒,什么都没留下…
展开
-
ValidParentheses leetcode
原文:https://www.hexianwei.com/2019/04/10/20-ValidParentheses/ https://leetcode.com/problems/valid-parentheses/ 题目 Given a string containing just the characters ‘(’, ‘)’, ‘{’, ‘}’, ‘[’ and ‘]’, determ...原创 2019-04-11 00:24:58 · 146 阅读 · 0 评论 -
数组插入 java
写一个数组插入的方法: public class ArrayOperating { public static void main(String[] args) { ArrayOperating arrayOperating = new ArrayOperating(); int[] array = {1, 2, 4, 5, 5}; int...原创 2019-07-13 18:56:05 · 307 阅读 · 0 评论