Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LeetCode1004. Max Consecutive Ones III
알고리즘: 투포인터 복잡도: O(n) 사고과정 1. 왜 못풀었을까? 0의 갯수를 카운팅해서 k와 비교하겠다는 생각을 안했기 때문에.. 계속 올라가는 것이 rt 인데, lt를 while로 안에서 조종하면 되겠다는 생각을 안했기 때문에
- Loading branch information