跳跃游戏链接 给定一个非负整数数组,你最初位于数组的第一个位置。 数组中的每个元素代表你在该位置可以跳跃的最大长度。 判断你是否能够到达最后一个位置。 示例 1: 示例 2: 如果只是判断能否跳到终点,我们只要在遍历数组的过程中,更新每个点能跳到最远的范围就行了, 如果最后这个范围大于等于终点,就是 ...
分类:
其他好文 时间:
2019-01-04 22:33:37
阅读次数:
236
读书计划 每天至少读2页(即4面)。手机的话,约为12屏。 读书进度 2018-01-15: 21/807 2018-01-19: 33/807 生字 species: 物种 the Original of Species 物种起源 spice: 香辛料 sable: 貂;貂皮 figurative ...
分类:
其他好文 时间:
2019-01-04 19:41:16
阅读次数:
161
Question Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents y ...
分类:
其他好文 时间:
2019-01-02 10:45:53
阅读次数:
220
生命游戏 根据百度百科,生命游戏,简称为生命,是英国数学家约翰·何顿·康威在1970年发明的细胞自动机。 给定一个包含 m × n 个格子的面板,每一个格子都可以看成是一个细胞。每个细胞具有一个初始状态 live(1)即为活细胞, 或 dead(0)即为死细胞。每个细胞与其八个相邻位置(水平,垂直, ...
分类:
其他好文 时间:
2019-01-01 17:30:30
阅读次数:
174
You are playing a simplified Pacman game. You start at the point (0, 0), and your destination is(target[0], target[1]). There are several ghosts on th ...
分类:
其他好文 时间:
2019-01-01 17:29:48
阅读次数:
114
对VR来说,追踪是很关键的技术。当前市面上的VR头显主要支持手柄和头部追踪,一些公司如CTRL-labs曾提出通过电脉冲追踪手势的方案、Clay AIR在研发无硬件手势追踪技术,而Leap Motion、Magic Leap已经有效果优秀的这方面技术了。 Holosuit Valve曾研发针对手部的 ...
分类:
其他好文 时间:
2019-01-01 13:22:20
阅读次数:
200
Getting Started with Unity 2018 - Third Edition: A Beginner's Guide to 2D and 3D game development with Unity Learn how to use Unity 2018 by creating y ...
分类:
编程语言 时间:
2018-12-29 18:36:12
阅读次数:
252
英文原版,PDF格式带目录,非常不错的关于性能优化的书籍 扫码时备注或说明中留下邮箱 付款后如未回复请至https://shop135452397.taobao.com/ 联系店主 ...
分类:
编程语言 时间:
2018-12-29 15:57:20
阅读次数:
435
题目: According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician J ...
分类:
编程语言 时间:
2018-12-28 20:38:09
阅读次数:
216