Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusixian/practice-front-end
前端学习每一天^_^
https://github.com/yusixian/practice-front-end
Last synced: about 20 hours ago
JSON representation
前端学习每一天^_^
- Host: GitHub
- URL: https://github.com/yusixian/practice-front-end
- Owner: yusixian
- Created: 2022-02-14T12:34:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:43:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T04:18:59.182Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 前端的日常实践总结
GitBook 地址:[前端学习记录](https://book.cosine.ren/)
这里包含了一些里边提到了亦或者没提到的练习
大概会包括力扣刷题、日常练习、前端知识点总结等等
# TODO
## LeetCode
刷题用的是 vscode 的 algorithm 插件(非常好用)
- [x] 剑指 offer
- [x] 剑指 offer 专项计划## JavaScript
### JS 手写题
包括 [牛客 20 道](https://www.nowcoder.com/exam/oj?page=1&pageSize=50&search=&tab=JS%E7%AF%87&topicId=274) 和日常见过的
设计模式相关
- [x] 发布订阅模式
经典手写题
- [x] 扁平数组转树
- [x] 数组拍平(flat)