Leetcode 717. 1-bit and 2-bit Characters

文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书 1. Description 2. Solution class Solution { public: bool isOneBitCharacter(vector<int>& bits) { int step = 1; int index = 0; whil
相关文章
相关标签/搜索