An open API service indexing awesome lists of open source software.

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 的算法题,题目皆为我的解答,若有更优解也会附上。

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 为算法题中需要用到的数据模型