leecode/daily
2020-05-22 18:17:19 +08:00
..
answers Initial commit 2020-05-22 18:17:19 +08:00
2019-06-03.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-04.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-05.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-06.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-08.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-09.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-10.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-11.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-13.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-14.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-17.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-18.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-19.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-20.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-21.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-26.md Initial commit 2020-05-22 18:17:19 +08:00
2019-06-27.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-01.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-04.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-08.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-10.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-15.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-18.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-19.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-22.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-23.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-24.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-25.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-26.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-29.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-30.md Initial commit 2020-05-22 18:17:19 +08:00
2019-07-31.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-02.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-05.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-08.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-09.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-11.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-13.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-16.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-19.md Initial commit 2020-05-22 18:17:19 +08:00
2019-08-21.md Initial commit 2020-05-22 18:17:19 +08:00
2019-09-15.md Initial commit 2020-05-22 18:17:19 +08:00
2019-09-16.md Initial commit 2020-05-22 18:17:19 +08:00
2019-09-23.md Initial commit 2020-05-22 18:17:19 +08:00
2019-10-11.md Initial commit 2020-05-22 18:17:19 +08:00
README.md Initial commit 2020-05-22 18:17:19 +08:00

每日一题

每日一题是在交流群(包括微信和 qq里进行的一种活动大家一起 解一道题,这样讨论问题更加集中,会得到更多的反馈。而且 这些题目可以被记录下来,日后会进行筛选添加到仓库的题解模块

综合认领区

这里你可以看到所有的每日一题的状态信息。地址: https://github.com/azl397985856/fe-interview/projects/1

如果想要认领“未认领”的题目,请参考下方的认领步骤。

认领步骤

  1. 首先到领取区查看有哪些待领取的,传送门https://github.com/azl397985856/leetcode/projects/1
  2. 选择一个你感兴趣的
  3. 然后到对应issue下留言“认领”
  4. 这个时候我会把你领取的从”待领取”移动到”进行中”,并把你分配为解决者
  5. 开始整理,关于格式可以参考:https://github.com/azl397985856/leetcode/pull/24/files
  6. 整理完成你可以提一个pr
  7. 我合并之后会将其从”进行中”移动到”已合并”
  8. 你会成为项目的”贡献者”

题目描述以及优秀答案可以从issue的讨论中收集

历史汇总

14.Longest-Common-Prefix

tag: trie binary search

时间2019-06-03

134.Gas Station

tag: Array

时间: 2019-06-04

448.Find All Numbers Disappeared in an Array

tag: Array

时间: 2019-06-05

739.Daily Temperatures

tag: Array Stack

时间: 2019-06-06

347.Top K Frequent Elements

tag: Hash Table Heap

时间: 2019-06-08

10.Regular Expression Matching

tag: String Dynamic Programming Backtracking

时间: 2019-06-09

617. Merge Two Binary Trees

tag: Tree

时间: 2019-06-10

重复数据排序优化

tag: Sort Quick Sort

时间: 2019-06-11

三门问题

tag: Probability Theory

时间: 2019-06-13

114.flatten-binary-tree-to-linked-list

tag: tree

时间: 2019-06-14

744.find-smallest-letter-greater-than-target

tagArray binary search

时间2019-06-17

letter-combinations-of-a-phone-number

tag: backtrack

时间: 2019-06-18

big-countries

tag: sql

时间: 2019-06-19

594.longest-harmonious-subsequence

tagArray

时间2019-06-20

nth-highest-salary

tag: sql

时间: 2019-06-21

poker-reveal

tag: stack queue backtrack

时间: 2019-06-26

my-sqrt

tag: binary search math

时间: 2019-06-27

deliver-medicine

tag: logic

时间: 2019-07-01

longest-univalue-path

tag:recursive tree

时间: 2019-07-04

赛马问题

tag:dAc

时间: 2019-07-08

称球问题

tag:math

时间: 2019-07-10

圆桌一先一后

tag: 逻辑思维

时间2019-07-15

squares-of-a-sorted-array

tag:Array Two Pointers

时间: 2019-07-18

洗牌算法

tag:Array Probability

时间: 2019-07-19

524.longest-word-in-dictionary-through-deleting

tagString Two Pointers

时间: 2019-07-22

删除没有头节点的单链表中的指定项

tagLinked List

时间: 2019-07-23

灯泡问题

tag发散思维

时间: 2019-07-24

9.palindrome-number

tagMath

时间: 2019-07-25

将帅问题

tag数据压缩

时间: 2019-07-26

54.Spiral Matrix

tagArray Matrix

时间: 2019-07-29

走地球问题

tag: 几何

时间2019-07-30

电梯调度问题

tag: Math Dynamic Programming

时间2019-07-31

105.从前序与中序遍历序列构造二叉树

tag: Tree Array

时间2019-08-05

1123.最深叶节点的最近公共祖先

tag: Tree Array

时间2019-08-08

字符串首尾相等的最长子串

tag: String Hash Table

时间2019-08-16

64.最小路径和

tag: 动态规划 Array

时间2019-08-09

547.朋友圈

tag: 并查集 BFS

时间2019-08-11

771.jewels-and-stones

tagString Hash Table

时间: 2019-08-02

417. 太平洋大西洋水流问题

tag: Backtracking DFS

时间: 2019-08-13

593. 有效的正方形和

tag: Array Math

时间2019-08-19

子数组的最大乘积

tag: Array Math

时间: 2019-08-22

拼凑硬币

tag: DP Bit

时间: 2019-10-11

1190.反转每对括号间的子串

tag: String Backtracking

时间: 2019-09-23