码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
20191030-带返回值的回溯算法Leetcode解数独
题目描述 编写一个程序,通过已填充的空格来解决数独问题。 一个数独的解法需遵循如下规则: 数字 1-9 在每一行只能出现一次。 数字 1-9 在每一列只能出现一次。 数字 1-9 在每一个以粗实线分隔的 3x3 宫内只能出现一次。 空白格用 '.' 表示。 一个数独。 答案被标成红色。 Note: ...
分类:编程语言   时间:2019-10-30 22:50:18    阅读次数:97
Scala Types 1
在 Scala 中所有值都有一种对应的类型 单例类型 形式: ,返回类型 / 场景1:链式API调用时的类型指定 由于 Scala 会将 推断为当前类(即 ),因此无法完成链式调用 场景2:方法中使用 实例作为参数 Note:不可定义为 ~~def c1(obj: Foo)~~,因为 Foo 为单例 ...
分类:其他好文   时间:2019-10-29 21:51:36    阅读次数:78
ES6 Syntax and Feature Overview(待续)
View on GitHub Note: A commonly accepted practice is to use const except in cases of loops and reassignment. However, in this resource I'll be using l ...
分类:其他好文   时间:2019-10-29 14:06:09    阅读次数:132
写一些长一点的东西
这一学期第一次写一些长一点的东西(感触少了很多),今天要讲一些沉重的话题,以思考性的东西为主。 随着年龄的增长,无论是简短的note、reply or share,还是长篇的思考向的东西,对外都保持一种积极的状态,而对于负面情绪,则越来越不愿意也不应该发泄出来,不愿意撂下狠话。毕竟发泄一些负面的情绪 ...
分类:其他好文   时间:2019-10-29 09:15:48    阅读次数:83
python django TDD实现一个带简单注册的记事本例子
1.新建 django应用 NotPad 2.新建项目 note 3.新建功能测试 mkdir function_test touch function_test/ __init__.py 在 /function_test下新建tests.py 功能测试 /function_test/tests.p ...
分类:编程语言   时间:2019-10-28 10:57:00    阅读次数:90
49. Group Anagrams
Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The order of your output does not matter. 基本的遍历练手题 ...
分类:其他好文   时间:2019-10-27 23:15:32    阅读次数:163
Leetcode_409_Longest Palindrome
"Longest Palindrome" Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built wit ...
分类:其他好文   时间:2019-10-27 20:41:43    阅读次数:92
Leetcode_49_Group Anagrams
"Group Anagrams" Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The order of your output does not ...
分类:其他好文   时间:2019-10-27 20:18:35    阅读次数:91
119. Pascal's Triangle II
Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's trian ...
分类:其他好文   时间:2019-10-27 00:59:59    阅读次数:105
maven
排版优化https://www.zybuluo.com/Spancymath/note/1626553 Maven是一个跨平台的项目管理工具,主要用于基于Java平台的项目的构建、依赖管理。 Maven安装配置 1. 从官网http://maven.apache.org/下载 2. 设定环境变量:把 ...
分类:其他好文   时间:2019-10-26 12:09:26    阅读次数:104
7370条   上一页 1 ... 68 69 70 71 72 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!