leetcode题库-LeetCodeNote:LeetCodeNote,如有帮助,请双击star

时间:2024-07-19 12:18:54
【文件属性】:

文件名称:leetcode题库-LeetCodeNote:LeetCodeNote,如有帮助,请双击star

文件大小:634KB

文件格式:ZIP

更新时间:2024-07-19 12:18:54

系统开源

leetcode题库 LeetCode Note 目的是辅助leetcoder刷题时做笔记,用于博客或是代码注释等。 使用场景 首先需要提醒一下的是,刷题时最好在leetcode上直接敲代码做题而不是在IDE上做题。 通常情况下,做题过程中我是不写注释或者是思路这些的。 当做完一题我会新建一个java类进行记录,比如复制题目的Description到类注释上,然后将解题代码复制到类主体中: package com.hama.leetcode; /** * @Author: rns * @Date: 2019/2/2 下午7:16 * @Description: _001_Two_Sum * Given an array of integers, return indices of the two numbers such that they add up to a specific target. * * You may assume that each input would have exactly one solution, and you may not use the sam


网友评论