题目描述 给你三个正整数 a、b 和 c。 你可以对 a 和 b 的二进制表示进行位翻转操作,返回能够使按位或…
分类: 数据结构与算法
Leetcode: 5307. 将整数转换为两个无零整数的和
题目 「无零整数」是十进制表示中 不含任何 0 的正整数。 给你一个整数 n,请你返回一个 由两个整数组成的列…
Leetcode28: Implement strStr()
题目描述 Implement strStr(). Return the index of the first …
Leetcode5303:解码字母到整数映射
题目描述 给你一个字符串 s,它由数字(’0′ – ‘9’)和 ‘#’ 组成。我们希望按下述规则将 s 映射为…
LeetCode20. Valid Parentheses
题目: Given a string containing just the characters ‘(‘, …
Leetcode: 13. Roman to Integer
Roman numerals are represented by seven different symbo…
V4L2框架
怎么写字符设备驱动? 构造file_operations: .open = drv_open .read = …
一些觉得不错的国外Mooc课程
https://www.coursera.org/learn/programming-languages/ho…
Leetcode: 9. Palindrome Number
Determine whether an integer is a palindrome. An intege…
Leetcode:7. Reverse Integer
题目: Given a 32-bit signed integer, reverse digits of an…
Leetcode:706. Design HashMap
题目: Design a HashMap without using any built-in hash ta…
Leetcode:705. Design HashSet
题目: Design a HashSet without using any built-in hash ta…
leetcode–709: 转换成小写字母
实现函数 ToLowerCase(),该函数接收一个字符串参数 str,并将该字符串中的大写字母转换成小写字母…
leetcode–215: 数组中的第K个最大元素
在未排序的数组中找到第 k 个最大的元素。请注意,你需要找的是数组排序后的第 k 个最大的元素,而不是第 k …
leetcode–877: Stone Game
Alex and Lee play a game with piles of stones. There ar…