玩命加载中 . . .

学习之旅
7-整数反转 7-整数反转
LeetCode 7. Reverse IntegerLeetCode-7 Given a signed 32-bit integer x, return x with its digits reversed. If reversing x
2021-06-17
566-重塑矩阵 566-重塑矩阵
LeetCode 566. Reshape the MatrixLeetCode-566 In MATLAB, there is a handy function called reshape which can reshape an m
2021-06-17
696-计数二进制子串 696-计数二进制子串
LeetCode 696. Count Binary SubstringsLeetCode-696 Give a binary string s, return the number of non-empty substrings that
2021-06-16
205-同构字符串 205-同构字符串
LeetCode 205. Isomorphic StringsLeetCode-205 Given two strings s and t, determine if they are isomorphic. Two strings s
2021-06-14
409-最长回文串 409-最长回文串
LeetCode 409. Longest PalindromeLeetCode-409 Given a string str which consists of lowercase or uppercase letters, return
2021-06-14
20-有效括号 20-有效括号
LeetCode 20. Valid ParenthesesLeetCode-20 Given a string s containing just the characters '(', ')', '
2021-06-11
61-旋转链表 61-旋转链表
LeetCode 61. Rotate ListLeetCode-61 Given the head of a linked list, rotate the list to the right by k places. Example 1
2021-06-10
86-分隔链表 86-分隔链表
LeetCode 86. Partition ListLeetCode-86 Given the head of a linked list and a value x, partition it such that all nodes l
2021-06-10
225-用队列实现栈 225-用队列实现栈
LeetCode 225. Implement Stack using QueuesLeetCode-225 Implement a last in first out (LIFO) stack using only two queues.
2021-06-10
232-用栈实现队列 232-用栈实现队列
LeetCode 232. Implement Queue using StacksLeetCode-232 Implement a first in first out (FIFO) queue using only two stacks
2021-06-09
725-分块链表 725-分块链表
LeetCode 725. Split Linked List in PartsLeetCode-725 Given a (singly) linked list with head node root, write a function
2021-06-09
83/82-删除链表重复元素 83/82-删除链表重复元素
LeetCode 83. Remove Duplicates from Sorted ListLeetCode-83 Given the head of a sorted linked list, delete all duplicates
2021-06-07
34 / 43