随笔分类 -  Codewars

摘要:1、题目: #Find the missing letter Write a method that takes an array of consecutive (increasing) letters as input and that returns the missing letter in 阅读全文
posted @ 2019-08-01 20:01 RivenLw 阅读(394) 评论(0) 推荐(0)
摘要:1、题目: You live in the city of Cartesia where all roads are laid out in a perfect grid. You arrived ten minutes too early to an appointment, so you dec 阅读全文
posted @ 2019-07-31 19:56 RivenLw 阅读(424) 评论(0) 推荐(0)
摘要:1、题目: Some numbers have funny properties. For example: 89 --> 8¹ + 9² = 89 * 1 695 --> 6² + 9³ + 5⁴= 1390 = 695 * 2 46288 --> 4³ + 6⁴+ 2⁵ + 8⁶ + 8⁷ = 阅读全文
posted @ 2019-07-30 20:00 RivenLw 阅读(482) 评论(0) 推荐(0)
摘要:1、题目: Count the number of DuplicatesWrite a function that will return the count of distinct case-insensitive alphabetic characters and numeric digits 阅读全文
posted @ 2019-07-28 20:11 RivenLw 阅读(470) 评论(0) 推荐(0)