随笔分类 - Codewars
摘要:kata <4kyu>Guess the Digits and Expression Description: Give you a multiplication arithmetic expression: ABC * CBA = 39483 Each character represents a
阅读全文
摘要:前言 《大教堂和市集》中有这样一句话:聪明的数据结构和笨拙的代码要比相反的搭配工作的更好 ,我深以为然。本篇博文就是对此话题的个人简单理解,涉及的编程问题基本上来源于Codewars。 关于《大教堂与市集》中文版可访问这里 释读 Pascal之父——Nicklaus Wirth提出著名公式“算法+数
阅读全文
摘要:Autocomplete! Yay!(字符串自动补全) 题目描述: The autocomplete function will take in an input string and a dictionary array and return the values from the diction
阅读全文