shaer

shaer:

博客地址:https://www.cnblogs.com/shaer/

最新文章

785. Is Graph Bipartite?( 判断是否为二分图)

20. Valid Parentheses(用栈实现括号匹配)

409. Longest Palindrome(计算一组字符集合可以组成的回文字符串的最大长度)

242. Valid Anagram(两个字符串包含的字符是否完全相同)

19. Remove Nth Node From End of List(删除链表中的第n个结点)

160. Intersection of Two Linked Lists(找出两个链表的交点)

413. Arithmetic Slices(数组中等差递增子区间的个数)

用两个栈实现队列 (剑指offer第7题)

Valid Parentheses (python)

the sum (python)

744. Find Smallest Letter Greater Than Target(大于给定元素的最小元素)(leetcode)

141. Linked List Cycle(判断l链表是否有环)(leetcode)

删除链表中重复的结点(剑指offer)

637. Average of Levels in Binary Tree(一棵树每层节点的平均数)(二叉树的层序遍历)

94. Binary Tree Inorder Traversal(非递归实现二叉树的中序遍历)

543. Diameter of Binary Tree(两节点的最长路径)

234. Palindrome Linked List(回文链表)

62. Unique Paths(矩阵的总路径数)

二叉搜索树的后序遍历序列 (剑指offer)

栈的压入弹出序列 (剑指offer)

反转链表 (剑指offer)

调整数组顺序使奇数位于偶数前面