https://github.com/jsjzh/interview-leetcode-map
搜集有价值的面试题并附上我的解答,面试题分为基础通识部分和需要借助代码完成的部分还有 CSS 样式部分;除此之外还有 leetcode 的算法题,题目皆为我的解答,若有更优解也会附上。
https://github.com/jsjzh/interview-leetcode-map
algorithm css3 html interview javasript leetcode leetcode-javascript question webpack webpack4
Last synced: 6 months ago
JSON representation
搜集有价值的面试题并附上我的解答,面试题分为基础通识部分和需要借助代码完成的部分还有 CSS 样式部分;除此之外还有 leetcode 的算法题,题目皆为我的解答,若有更优解也会附上。
- Host: GitHub
- URL: https://github.com/jsjzh/interview-leetcode-map
- Owner: jsjzh
- License: mit
- Created: 2019-03-20T13:56:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T14:36:14.000Z (over 6 years ago)
- Last Synced: 2025-03-21T01:41:33.975Z (9 months ago)
- Topics: algorithm, css3, html, interview, javasript, leetcode, leetcode-javascript, question, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interview-leetcode-map
## 目录介绍
### types/data-structures
javascript 实现的正统的数据结构模型
### types/html-code
多为样式相关的代码,在 init/index.js 中会自动动态引入,但是经检测新增一个页面的时候需要重启 parcel 服务
### types/interview-code
存储我看到的做过的面试题,也会有其他单独的分类,比如现在就有手工写一个 promise
### types/leetcode
存储我做过的 leetcode 的算法题,另外,该目录下的 util 为算法题中需要用到的数据模型