Skip to content

Mintcat10/lint-code-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lint-code-exercise

打卡记录

监督自己任务完成情况,每周日晚上十点之前周总结。

  • 1.每天一道题
  • 2.一周十道题目
  • 3.一周最少三道中等级别以上的题目

第一周 20191104-1110

  • 20191107(二)

    2_easy_两数之和(twoSum)
    3_mid_无重复字符的最长子串(lengthOfLongestSubstring)

  • 20191108(二)

    7_easy_整数反转(reverse)
    8_mid_字符串转换整数(myAtoi) # 正则表达式(待定)

  • 周总结
    • 完成情况

      待定

    • 内容总结

      待定

    • 自我反思

      待定

第二周 20191111-1117

  • 20191111

  • 20191112

    9_easy_回文数(isPalindrome)

  • 20191113

    11_mid_盛最多水的容器(maxArea)

  • 20191114

    12_mid_整数转罗马数字(intToRoman)
    13_easy_罗马数字转整数(romanToInt)

第三周 20191118-1124

  • 20191118

  • 20191119

    242_easy_有效的字母异位词(isAnagram)

  • 20191120

  • 20191121

    20_easy_有效的括号(isValid) # 栈的初步实践

  • 20191122

    739_mid_每日温度(dailyTemperatures) # 栈的进阶实践(需要找到哪些是需要存储到栈里面的有效信息)。 155_easy_最小栈(MinStack) # 用辅助栈牺牲空间来优化时间;list常用操作的时间复杂度。

第四周 20191125-1201

第五周 20191202-1208

第六周 20191209-1215

第七周 20191216-1222

第八周 20191223-1229[栈]

  • 20191223
  • 20191224
  • 20191225

    1047_easy_删除字符串中的所有相邻重复项(removeDuplicates)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages