# lgwebdream__FE-Interview **Repository Path**: web_apps/lgwebdream__FE-Interview ## Basic Information - **Project Name**: lgwebdream__FE-Interview - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-02 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

前端面试

GitHub issues GitHub forks GitHub stars
Html  Css  JavaScript  Vue  React Node Webpack Http Algorithm Coding Other

## ☕ 前端面试每日一题 > 每天 get 一个知识点 ### Day272:设计一个支持两种操作的数据结构 ```js addWord(word) // 添加字符串 search(word) // 返回布尔值,是否存在 //search可以搜索文字或正则表达式字符串,字符串只包含字母 . 或 a-z 。 // . 可以表示任何一个字母。 // 示例 addWord("bad") addWord("dad") addWord("mad") search("pad") -> false search("bad") -> true search(".ad") -> true search("b..") -> true // 可以假设所有单词都是由小写字母 a-z 组成的。 ``` 分类:算法 **[答案&解析](https://github.com/lgwebdream/FE-Interview-Planet/issues/1093)**
## 📚 前端面试题汇总 - **[每日一题汇总](https://github.com/lgwebdream/FE-Interview-Planet/blob/master/summarry/daily.md)** - **[全部面试题汇总](https://github.com/lgwebdream/FE-Interview-Planet/blob/master/summarry/all.md)**
## 📱 手机刷题(附带详细答案) > 二维码加载失败请点击 [入口](http://img-static.yidengxuetang.com/wxapp/issue-img/wxqr-github.png) ## ⏱️ 最近更新 - [Day271:给定一个字符串 s,最多删除一个字符。判断是否能成为回文字符串。](https://github.com/lgwebdream/FE-Interview-Planet/issues/1092) - [Day270:给你一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?请你找出所有满足条件且不重复的三元组。](https://github.com/lgwebdream/FE-Interview-Planet/issues/1091) - [Day269:给你两个有序整数数组 nums1 和 nums2,请你将 nums2 合并到 nums1 中,使 nums1 成为一个有序数组。](https://github.com/lgwebdream/FE-Interview-Planet/issues/1090) - [Day268:请修改代码跳出死循环](https://github.com/lgwebdream/FE-Interview-Planet/issues/1089) - [Day267:请写出执行结果,并解释原因](https://github.com/lgwebdream/FE-Interview-Planet/issues/1088) - [Day266:写出下面代码结果,并解释为什么?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1087) - [Day265:了解过 RPC 吗,简单说一下?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1085) - [Day264:请实现 uncurring 完成函数柯里化](https://github.com/lgwebdream/FE-Interview-Planet/issues/1084) - [Day263:请写出以下代码结果,并解释为什么?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1082) - [Day262:为什么 WeakMap 和 WeakSet 的键只能使用对象?在什么场景下使用?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1081) - [Day261:说一下 webpack4.x 模块化加载原理?(CommonJS、ES6 module、动态加载)](https://github.com/lgwebdream/FE-Interview-Planet/issues/1080) - [Day260:说下什么是 Reflect?有什么作用?你对元编程是如何理解的?有没有实际应用的例子?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1079) - [Day259:按要求实现代码](https://github.com/lgwebdream/FE-Interview-Planet/issues/1078) - [Day258:聊聊你对 Orinoco 认知](https://github.com/lgwebdream/FE-Interview-Planet/issues/1077) - [Day257:在不改变原数组的前提下,添加或删除某个元素](https://github.com/lgwebdream/FE-Interview-Planet/issues/1076) - [Day256:将二维数组转成一维数组的方法有哪些?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1075) - [Day255:将输入的数组组装成一颗树状的数据结构,要求程序具有侦测错误输入的能力](https://github.com/lgwebdream/FE-Interview-Planet/issues/1074) - [Day254:请解释下面代码为什么不能用作 IIFE?需要作出哪些修改才能使其成为 IIFE?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1073) - [Day253:说一下 JavaScript 的宿主对象和原生对象的区别?为什么扩展 JavaScript 内置对象不是好的做法?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1072) ## 🏠 前端面试 Family 如果你在工作中遇到问题、在面试中遇到疑惑、在前端路上遇到了阻碍,都可以加入我们前端星球 Family,我们会竭尽全力为大家答疑解惑,让我们共同努力,一同成长。

## 版权许可 ![](http://img-static.yidengxuetang.com/wxapp/github-img/copyright.png) 本作品采用[知识共享署名-非商业性使用 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc/4.0/)进行许可,只要保持原作者署名和非商用,您可以自由地阅读、分享、修改。