摘要: Given a binary array nums and an integer goal, return the number of non-empty subarrays with a sum goal. A subarray is a contiguous part of the array. 阅读全文
posted @ 2021-05-05 15:44 CNoodle 阅读(204) 评论(0) 推荐(0)
摘要: Design a data structure that is initialized with a list of different words. Provided a string, you should determine if you can change exactly one char 阅读全文
posted @ 2021-05-05 00:24 CNoodle 阅读(143) 评论(0) 推荐(0)