摘要: Description Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Input: "Hello" Outp 阅读全文
posted @ 2019-07-30 23:09 CodingYM 阅读(77) 评论(0) 推荐(0) 编辑
摘要: Description You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a 阅读全文
posted @ 2019-07-30 22:41 CodingYM 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Builder pattern builds a complex object using simple objects and using a step by step approach. This type of design pattern comes under creational pat 阅读全文
posted @ 2019-07-30 18:25 CodingYM 阅读(328) 评论(0) 推荐(0) 编辑