摘要: Given a binary string s and an integer k. Return True if every binary code of length k is a substring of s. Otherwise, return False. Example 1: Input: 阅读全文
posted @ 2021-03-14 03:08 CNoodle 阅读(211) 评论(0) 推荐(0)
摘要: Given two integer arrays, preorder and postorder where preorder is the preorder traversal of a binary tree of distinct values and postorder is the pos 阅读全文
posted @ 2021-03-14 01:40 CNoodle 阅读(238) 评论(0) 推荐(0)