meamail / LeetCode-6

My LeetCode solutions, ideas and templates sharing. (我的LeetCode题解,思路以及各专题的解题模板分享,见tag)

Home Page:https://leetcode.com/lancelot_/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode

我的LeetCode刷题、思路和代码总结, 以Top 100 liked & Top interviewed questions 为主(since 2020, 更新中).

部分题目待更新,题解将逐步完善.

Tag

Tag 题解分类
Array 数组
Two Pointers 双指针问题
DP 动态规划
Tree
Linked List 链表
Subset 子集问题
DFS 深度优先搜索
BFS 广度优先搜索
Binary Search 二分查找
Graph
Sliding Window 滑动窗口问题
Merge Intervals 区间合并问题
BackTracking 回溯
Stack
Bit Manipulation 位运算
Heap
Design 设计题
String 字符串
Palindrome 回文串

题目列表

Two Pointers

DP

Tree

Linked List

Depth-First-Search

Breath-First-Search

Graph

Binary Search

Sliding Window

Merge Intervals

Subset

BackTracking

Stack

Heap / Heap Sort

Design

Array

String

Palindrome

About

My LeetCode solutions, ideas and templates sharing. (我的LeetCode题解,思路以及各专题的解题模板分享,见tag)

https://leetcode.com/lancelot_/


Languages

Language:Python 100.0%