摘要: Given two integer arrays preorder and inorder where preorder is the preorder traversal of a binary tree and inorder is the inorder traversal of the sa 阅读全文
posted @ 2020-04-21 12:13 CNoodle 阅读(712) 评论(0) 推荐(0)
摘要: Given an array of integers nums and an integer k. A continuous subarray is called nice if there are k odd numbers on it. Return the number of nice sub 阅读全文
posted @ 2020-04-21 07:58 CNoodle 阅读(921) 评论(0) 推荐(0)