摘要: Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome partitioning 阅读全文
posted @ 2019-10-05 11:15 Schwifty 阅读(156) 评论(0) 推荐(0)
摘要: Given an array of integers arr, write a function that returns true if and only if the number of occurrences of each value in the array is unique. Exam 阅读全文
posted @ 2019-10-05 09:54 Schwifty 阅读(166) 评论(0) 推荐(0)