因为题解较多,因此按照题号排序,每 100 道题汇总到一起。 你可以在侧边栏点击题号所处的范围,也可以通过 Ctrl + F 搜索题号/标题。
LeetCode 之 700-799 刷题笔记
- 700. Search in a Binary Search Tree 二叉搜索树中的搜索
- 701. Insert into a Binary Search Tree 二叉搜索树中的插入操作
- 702. Search in a Sorted Array of Unknown Size 搜索长度未知的有序数组
- 703. Kth Largest Element in a Stream 数据流中的第 K 大元素
- 704. Binary Search 二分查找
- 705. Design HashSet 设计哈希集合
- 706. Design HashMap 设计哈希映射
- 707. Design Linked List 设计链表
- 709. To Lower Case 转换成小写字母
- 712. Minimum ASCII Delete Sum for Two Strings 两个字符串的最小ASCII删除和
- 713. Subarray Product Less Than K 乘积小于 K 的子数组
- 714. Best Time to Buy and Sell Stock with Transaction Fee 买卖股票的最佳时机含手续费
- 716. Max Stack 最大栈
- 717. 1-bit and 2-bit Characters 1 比特与 2 比特字符
- 718. Maximum Length of Repeated Subarray 最长重复子数组
- 720. Longest Word in Dictionary 词典中最长的单词
- 721. Accounts Merge 账户合并
- 722. Remove Comments 删除注释
- 723. Candy Crush 粉碎糖果
- 724. Find Pivot Index 寻找数组的中心下标
- 725. Split Linked List in Parts 分隔链表
- 726. Number of Atoms 原子的数量
- 728. Self Dividing Numbers 自除数
- 729. My Calendar I 我的日程安排表 I
- 730. Count Different Palindromic Subsequences 统计不同回文子序列
- 731. My Calendar II 我的日程安排表 II
- 732. My Calendar III 我的日程安排表 III
- 733. Flood Fill 图像渲染
- 734. Sentence Similarity 句子相似性
- 735. Asteroid Collision 行星碰撞
- 738. Monotone Increasing Digits 单调递增的数字
- 739. Daily Temperatures 每日温度
- 743. Network Delay Time 网络延迟时间
- 744. Find Smallest Letter Greater Than Target 寻找比目标字母大的最小字母
- 746. Min Cost Climbing Stairs 使用最小花费爬楼梯
- 747. Largest Number At Least Twice of Others 至少是其他数字两倍的最大数
- 748. Shortest Completing Word 最短补全词
- 750. Number Of Corner Rectangles 角矩形的数量
- 752. Open the Lock 打开转盘锁
- 753. Cracking the Safe 破解保险箱
- 754. Reach a Number 到达终点数字
- 756. Pyramid Transition Matrix 金字塔转换矩阵
- 758. Bold Words in String 字符串中的加粗单词
- 760. Find Anagram Mappings 找出变位映射
- 761. Special Binary String 特殊的二进制序列
- 762. Prime Number of Set Bits in Binary Representation 二进制表示中质数个计算置位
- 763. Partition Labels 划分字母区间
- 764. Largest Plus Sign 最大加号标志
- 765. Couples Holding Hands 情侣牵手
- 766. Toeplitz Matrix 托普利茨矩阵
- 767. Reorganize String 重构字符串
- 768. Max Chunks To Make Sorted II 最多能完成排序的块 II
- 769. Max Chunks To Make Sorted 最多能完成排序的块
- 771. Jewels and Stones 宝石与石头
- 773. Sliding Puzzle 滑动谜题
- 775. Global and Local Inversions 全局倒置与局部倒置
- 777. Swap Adjacent in LR String 在LR字符串中交换相邻字符
- 778. Swim in Rising Water 水位上升的泳池中游泳
- 779. K-th Symbol in Grammar 第K个语法符号
- 781. Rabbits in Forest 森林中的兔子
- 783. Minimum Distance Between BST Nodes 二叉搜索树节点最小距离
- 784. Letter Case Permutation 字母大小写全排列
- 785. Is Graph Bipartite? 判断二分图
- 787. Cheapest Flights Within K Stops K 站中转内最便宜的航班
- 788. Rotated Digits 旋转数字
- 789. Escape The Ghosts 逃脱阻碍者
- 790. Domino and Tromino Tiling 多米诺和托米诺平铺
- 791. Custom Sort String 自定义字符串排序
- 792. Number of Matching Subsequences 匹配子序列的单词数
- 794. Valid Tic-Tac-Toe State 有效的井字游戏
- 795. Number of Subarrays with Bounded Maximum 区间子数组个数
- 796. Rotate String 旋转字符串
- 797. All Paths From Source to Target 所有可能的路径
- 799. Champagne Tower 香槟塔