玩命加载中 . . .

学习之旅
162-寻找峰值 162-寻找峰值
LeetCode 162. Find Peak ElementLeetCode-162 A peak element is an element that is strictly greater than its neighbors. Gi
2021-06-03
74/240-搜索二维矩阵 74/240-搜索二维矩阵
LeetCode 74. Search a 2D MatrixLeetCode-74 Write an efficient algorithm that searches for a value in an m x n matrix. Th
2021-06-03
34-查找元素/35-搜索插入位置 34-查找元素/35-搜索插入位置
LeetCode 34. Find First and Last Position of Element in Sorted ArrayLeetCode-34 Given an array of integers nums sorted i
2021-06-02
2.3-浮点数 2.3-浮点数
浮点数的表示 IEEE 754 单精度浮点数 C0 A0 00 00 H 的值C0 A0 00 00 = 1100 0000 1010 0000 0000 0000 0000 0000数符:1为负数尾数部分:010 0000 0
2021-06-01
504-7进制数 504-7进制数
LeetCode 504. Base 7LeetCode-504 Given an integer num, return a string of its base 7 representation. Example 1:Input: nu
2021-06-01
234-回文链表 234-回文链表
LeetCode 234. Palindrome Linked ListLeetCode-234 Given the head of a singly linked list, return true if it is a palindro
2021-05-31
24-两两交换链表中的节点 24-两两交换链表中的节点
LeetCode 24. Swap Nodes in PairsLeetCode-24 Given a linked list, swap every two adjacent nodes and return its head. You
2021-05-31
1-计算机硬件 1-计算机硬件
主存:内存条辅存:机械硬盘、固态硬盘 计算机硬件 输入设备 输出设备 主存储器 运算器 控制器 主存储器、运算器、控制器构成了主机 冯诺依曼结构:以运算器为中心现代计算机结构:以存储器为中心,CPU = 运算器 + 控制器
2021-05-29
58-最后一个单词的长度 58-最后一个单词的长度
LeetCode 58. Length of Last WordLeetCode-58 Given a string s consists of some words separated by spaces, return the leng
2021-05-29
215-数组中的第k个最大元素 215-数组中的第k个最大元素
LeetCode 215. Kth Largest Element in an ArrayLeetCode-215 Given an integer array nums and an integer k, return the kth l
2021-05-29
1/167-两数之和 1/167-两数之和
LeetCode 1. Two SumLeetCode-1 Given an array of integers nums and an integer target, return indices of the two numbers s
2021-05-29
735-行星碰撞 735-行星碰撞
LeetCode 735. Asteroid CollisionLeetCode-735 We are given an array asteroids of integers representing asteroids in a row
2021-05-29
36 / 43