|
60 | 60 | - [图解字节&leetcode160:编写一个程序,找到两个单链表相交的起始节点](https://github.com/sisterAn/JavaScript-Algorithms/issues/17)
|
61 | 61 | - [腾讯&leetcode611:有效三角形的个数](https://github.com/sisterAn/JavaScript-Algorithms/issues/93)
|
62 | 62 | - [快手算法:链表求和](https://github.com/sisterAn/JavaScript-Algorithms/issues/114)
|
| 63 | +- [leetcode42:接雨水问题](https://github.com/sisterAn/JavaScript-Algorithms/issues/122) |
63 | 64 |
|
64 | 65 | #### 字符串
|
65 | 66 | - [字节&leetcode151:翻转字符串里的单词](https://github.com/sisterAn/JavaScript-Algorithms/issues/18)
|
|
141 | 142 | - [字节二面&leetcode53:最大子序和](https://github.com/sisterAn/JavaScript-Algorithms/issues/94)
|
142 | 143 | - [腾讯&leetcode121:买卖股票的最佳时机](https://github.com/sisterAn/JavaScript-Algorithms/issues/96)
|
143 | 144 | - [腾讯&leetcode647:回文子串](https://github.com/sisterAn/JavaScript-Algorithms/issues/107)
|
| 145 | +- [腾讯&leetcode5:最长回文子串](https://github.com/sisterAn/JavaScript-Algorithms/issues/121) |
144 | 146 |
|
145 | 147 | ### 贪心算法
|
146 | 148 | - [字节&leetcode122:买卖股票的最佳时机 II](https://github.com/sisterAn/JavaScript-Algorithms/issues/97)
|
| 149 | +- [字节&leetcode455:分发饼干](https://github.com/sisterAn/JavaScript-Algorithms/issues/115) |
| 150 | +- [腾讯&leetcode659:分割数组为连续子序列](https://github.com/sisterAn/JavaScript-Algorithms/issues/117) |
147 | 151 |
|
148 | 152 | ### 回溯算法
|
149 | 153 | - [百度&leetcode46:全排列问题](https://github.com/sisterAn/JavaScript-Algorithms/issues/102)
|
|
162 | 166 | - [阿里异步串行编程题:按照以下要求,实现 createFlow 函数 ](https://github.com/sisterAn/JavaScript-Algorithms/issues/106)
|
163 | 167 | - [百度&阿里编程题:模拟实现一个 localStorage](https://github.com/sisterAn/JavaScript-Algorithms/issues/108)
|
164 | 168 | - [美团编程题:编写一个算法解析以下符号,转换为json树的结构](https://github.com/sisterAn/JavaScript-Algorithms/issues/111)
|
| 169 | +- [阿里:如何判断两个变量相等](https://github.com/sisterAn/JavaScript-Algorithms/issues/116) |
| 170 | +- [蘑菇街:找出字符串中连续出现最多的字符和个数](https://github.com/sisterAn/JavaScript-Algorithms/issues/118) |
| 171 | +- [字节&剑指 Offer 29:顺时针打印矩阵](https://github.com/sisterAn/JavaScript-Algorithms/issues/119) |
| 172 | +- [编程题:以下输出顺序多少 (setTimeout 与 promise 顺序) ](https://github.com/sisterAn/JavaScript-Algorithms/issues/120) |
| 173 | +- [腾讯算法题 ](https://github.com/sisterAn/JavaScript-Algorithms/issues/124) |
| 174 | +- [腾讯:64匹马,8个赛道,找出跑最快的4匹马](https://github.com/sisterAn/JavaScript-Algorithms/issues/125) |
| 175 | +- [华为:一个字符串里出现最多的字符是什么,以及出现次数](https://github.com/sisterAn/JavaScript-Algorithms/issues/126) |
| 176 | +- [字节:N数之和](https://github.com/sisterAn/JavaScript-Algorithms/issues/128) |
| 177 | +- [编程之美&百度&腾讯:黑球、白球各100,问最后剩下一个是黑球的概率](https://github.com/sisterAn/JavaScript-Algorithms/issues/129) |
165 | 178 |
|
166 | 179 |
|
167 | 180 | ### 手写源码
|
|
179 | 192 | - [手写 axios 实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/104)
|
180 | 193 | - [手写一个发布-订阅模式](https://github.com/sisterAn/JavaScript-Algorithms/issues/110)
|
181 | 194 |
|
| 195 | +### 基础题 |
| 196 | +- [字节:使用 CSS 画一个三角形](https://github.com/sisterAn/JavaScript-Algorithms/issues/123) |
| 197 | +- [网易:请描述一下 cookies、 sessionStorage和localstorage区别](https://github.com/sisterAn/JavaScript-Algorithms/issues/127) |
| 198 | + |
182 | 199 | ## 从0到1构建完整的数据结构与算法体系
|
183 | 200 |
|
184 | 201 | 前端算法集训营第一期免费开营啦🎉🎉🎉,免费哟!
|
|
0 commit comments