We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e80075 commit 9954fe8Copy full SHA for 9954fe8
README.md
@@ -71,6 +71,11 @@
71
- [字节&leetcode151:翻转字符串里的单词](https://github.com/sisterAn/JavaScript-Algorithms/issues/18)
72
- [字节&Leetcode3:无重复字符的最长子串](https://github.com/sisterAn/JavaScript-Algorithms/issues/21)
73
74
+#### 哈希表
75
+- [腾讯&leetcode349:给定两个数组,编写一个函数来计算它们的交集](https://github.com/sisterAn/JavaScript-Algorithms/issues/6)
76
+- [字节&leetcode1:两数之和](https://github.com/sisterAn/JavaScript-Algorithms/issues/4)
77
+- [腾讯&leetcode15:三数之和](https://github.com/sisterAn/JavaScript-Algorithms/issues/31)
78
+
79
#### 树
80
- [字节&leetcode144:二叉树的前序遍历](https://github.com/sisterAn/JavaScript-Algorithms/issues/37)
81
- [字节&leetcode94:二叉树的中序遍历](https://github.com/sisterAn/JavaScript-Algorithms/issues/38)
0 commit comments