mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
@ -1,7 +1,7 @@
|
||||
# [717. 1-bit and 2-bit Characters](https://leetcode.com/problems/1-bit-and-2-bit-characters/)
|
||||
|
||||
|
||||
# 题目:
|
||||
## 题目:
|
||||
|
||||
We have two special characters. The first character can be represented by one bit `0`. The second character can be represented by two bits (`10` or `11`).
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
|
||||
### 题目
|
||||
## 题目
|
||||
|
||||
Write a class `RecentCounter` to count recent requests.
|
||||
|
||||
|
Reference in New Issue
Block a user