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
相關文章
相關標籤/搜索