07 2017 档案
摘要:Questioin Description: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that e
阅读全文
摘要:1、要设想各种情况,比如处理某个对象时,要考虑到根本不存在的情况。 2、提出问题,解决问题,当该提出什么问题也不知道的时候,那就先干起来。 3、尽量将外部变量减少到最少,以降低系统因外部变量复杂导致的问题,例如,接收文件后,将文件重新命名,杜绝因文件名的复杂导致的问题 发表于 2017-07-05
阅读全文