Leetcode

LeetCode Palindrome Partitioning

回文串分割

Read more

Share

LeetCode Insertion Sort List

链表的直接插入排序

Read more

Share

LeetCode H-Index

找索引指数h,n个paper的h个至少有h个索引,其他n-h个paper少于h个索引

Read more

Share

LeetCode 01 Matrix

在01矩阵中计算每个点距离0的最短距离

Read more

Share

LeetCode Exclusive Time of Functions

计算函数独自占有时间

Read more

Share

LeetCode Pacific Atlantic Water Flow

在矩阵中找一点,根据点的大小,大数可以走到小数,使该点能到矩阵的两边

Read more

Share

LeetCode Populating Next Right Pointers in Each Node

连接树中同一层中每个节点的下一个节点

Read more

Share

LeetCode Bitwise AND of Numbers Range

求范围内所有数执行与操作后的值

Read more

Share

LeetCode Super Pow

求超级幂指数

Read more

Share

LeetCode Number of Islands

岛的个数

Read more

Share