AUROCHSY / LeetCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My accepted leetcode solutions

Last updated: 2022/03/31 0:23

This repository is automatically generated and deployed by Leetecho .

My LeetCode homepage : andy_yuan - Profile - LeetCode

All Accepted Problems

# Title Title-CN Difficulty Last Submission Time
53 Maximum Subarray 最大子数组和 2021/04/12 9:08
300 Longest Increasing Subsequence 最长递增子序列 2021/04/12 8:16
72 Edit Distance 编辑距离 2021/04/11 17:14
322 Coin Change 零钱兑换 2021/04/10 11:26
509 Fibonacci Number 斐波那契数 2021/04/09 19:22
450 Delete Node in a BST 删除二叉搜索树中的节点 2021/04/08 20:27
701 Insert into a Binary Search Tree 二叉搜索树中的插入操作 2021/04/08 19:34
700 Search in a Binary Search Tree 二叉搜索树中的搜索 2021/04/08 18:58
98 Validate Binary Search Tree 验证二叉搜索树 2021/04/08 16:32
538 Convert BST to Greater Tree 把二叉搜索树转换为累加树 2021/04/08 16:10
230 Kth Smallest Element in a BST 二叉搜索树中第K小的元素 2021/04/08 15:37
222 Count Complete Tree Nodes 完全二叉树的节点个数 2021/04/08 13:20
236 Lowest Common Ancestor of a Binary Tree 二叉树的最近公共祖先 2021/04/08 11:08
341 Flatten Nested List Iterator 扁平化嵌套列表迭代器 2021/04/07 19:29
297 Serialize and Deserialize Binary Tree 二叉树的序列化与反序列化 2021/04/07 15:24
652 Find Duplicate Subtrees 寻找重复的子树 2021/04/06 18:37
106 Construct Binary Tree from Inorder and Postorder Traversal 从中序与后序遍历序列构造二叉树 2021/04/06 10:51
105 Construct Binary Tree from Preorder and Inorder Traversal 从前序与中序遍历序列构造二叉树 2021/04/06 9:36
654 Maximum Binary Tree 最大二叉树 2021/04/05 19:42
114 Flatten Binary Tree to Linked List 二叉树展开为链表 2021/04/05 15:52
116 Populating Next Right Pointers in Each Node 填充每个节点的下一个右侧节点指针 2021/04/05 15:02
226 Invert Binary Tree 翻转二叉树 2021/04/05 14:04
234 Palindrome Linked List 回文链表 2021/04/04 20:57
25 Reverse Nodes in k-Group K 个一组翻转链表 2021/04/04 15:16
92 Reverse Linked List II 反转链表 II 2021/04/03 20:39
206 Reverse Linked List 反转链表 2021/04/03 11:35
117 Populating Next Right Pointers in Each Node II 填充每个节点的下一个右侧节点指针 II 2021/04/02 11:14
111 Minimum Depth of Binary Tree 二叉树的最小深度 2021/03/30 20:10
110 Balanced Binary Tree 平衡二叉树 2021/03/30 15:45
33 Search in Rotated Sorted Array 搜索旋转排序数组 2021/03/30 14:01
283 Move Zeroes 移动零 2021/03/29 21:37
88 Merge Sorted Array 合并两个有序数组 2021/03/29 12:02
26 Remove Duplicates from Sorted Array 删除有序数组中的重复项 2021/03/29 11:38
4 Median of Two Sorted Arrays 寻找两个正序数组的中位数 2021/03/29 11:15
138 Copy List with Random Pointer 复制带随机指针的链表 2021/03/29 9:52
151 Reverse Words in a String 颠倒字符串中的单词 2021/03/28 13:18
剑指 Offer 58 - I 翻转单词顺序 LCOF 翻转单词顺序 2021/03/28 13:18
3 Longest Substring Without Repeating Characters 无重复字符的最长子串 2021/03/27 15:46
438 Find All Anagrams in a String 找到字符串中所有字母异位词 2021/03/27 15:00
567 Permutation in String 字符串的排列 2021/03/27 14:02
76 Minimum Window Substring 最小覆盖子串 2021/03/27 12:01
2 Add Two Numbers 两数相加 2021/03/26 15:45
1 Two Sum 两数之和 2021/03/26 14:37
867 Transpose Matrix 转置矩阵 2021/03/14 2:17

About