2020年4月14日

摘要: You are given a string s containing lowercase English letters, and a matrix shift, where shift[i] = [direction, amount]: direction can be 0 (for left 阅读全文
posted @ 2020-04-14 23:40 codingEskimo 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Given a binary array, find the maximum length of a contiguous subarray with equal number of 0 and 1. Example 1: Example 2: Note: The length of the giv 阅读全文
posted @ 2020-04-14 09:30 codingEskimo 阅读(187) 评论(4) 推荐(0) 编辑

导航