Skip to content

Commit 097dc96

Browse files
committed
Add verify-preorder-serialization-of-a-binary-tree
1 parent dfdeaf3 commit 097dc96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algorithms/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
|0234|[回文链表](https://leetcode-cn.com/problems/palindrome-linked-list/solution/)|[go](./linkedList/234.isPalindrome.go)|S|
4848
|0237|[删除链表中的节点](https://leetcode-cn.com/problems/delete-node-in-a-linked-list/)|[go](./linkedList/237.deleteNode.go)|S|
4949
|0287|[寻找重复数](https://leetcode-cn.com/problems/find-the-duplicate-number/)|[go](./myarray/287.findDuplicate.go)|M|
50+
|0331|[验证二叉树的前序序列化](https://leetcode-cn.com/problems/verify-preorder-serialization-of-a-binary-tree/)|[go](./tree/331.isValidSerialization.go)|M|
5051
|0344|[反转字符串](https://leetcode-cn.com/problems/reverse-string/)|[go](./mystring/344.reverseString.go)|S|
5152
|0347|[前 K 个高频元素](https://leetcode-cn.com/problems/top-k-frequent-elements/)|[go](./myheap/347.topkFrequent.go)|M|
5253
|0442|[数组中重复的数据](https://leetcode-cn.com/problems/find-all-duplicates-in-an-array/)|[go](./myarray/442.findDuplicates.go)|M|

0 commit comments

Comments
 (0)