Merge pull request #47 from halfrost/add_hugo

generate PDF version
This commit is contained in:
halfrost
2020-08-16 20:55:26 +08:00
committed by YDZ
9 changed files with 40 additions and 6 deletions

View File

@ -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`).

View File

@ -2,7 +2,7 @@
### 题目
## 题目
Write a class `RecentCounter` to count recent requests.