上一页 1 2 3 4 5 6 7 8 ··· 88 下一页
摘要: There is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, 0) after it 阅读全文
posted @ 2019-01-07 17:39 Angel_Kitty 阅读(438) 评论(0) 推荐(0) 编辑
摘要: There is a table A country is big if it has an area of bigger than 3 million square km or a population of more than 25 million. Write a SQL solution t 阅读全文
posted @ 2019-01-07 17:28 Angel_Kitty 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 我在修改 目录后进行 去生成索引目录的时候报错: 然后我尝试定位到第 行和第 行,这些行我似乎并没有修改过啊。 未果,开始去找师傅解决。 解决方案探索: 由于我不太懂 的运行机制,这个时候肯定是需要找刘师傅了。 方案一、 去 缓存。 似乎这个想法是行不通了,不是根本原因。 方案二、改目录 阅读全文
posted @ 2019-01-06 17:14 Angel_Kitty 阅读(831) 评论(0) 推荐(0) 编辑
摘要: A binary tree is univalued if every node in the tree has the same value. Return if and only if the given tree is univalued. Example 1: Example 2: Note 阅读全文
posted @ 2019-01-04 09:25 Angel_Kitty 阅读(466) 评论(0) 推荐(0) 编辑
摘要: In a array of size , there are unique elements, and exactly one of these elements is repeated N times. Return the element repeated times. Example 1: E 阅读全文
posted @ 2019-01-04 09:23 Angel_Kitty 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Given a binary matrix , we want to flip the image horizontally, then invert it, and return the resulting image. To flip an image horizontally means th 阅读全文
posted @ 2019-01-04 09:22 Angel_Kitty 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 实验二、语法设计——基于LL(1)文法的预测分析表法 一、实验目的 通过实验教学,加深学生对所学的关于编译的理论知识的理解,增强学生对所学知识的综合应用能力,并通过实践达到对所学的知识进行验证。通过对基于LL(1)文法的预测分析表法DFA模拟程序实验,使学生掌握确定的自上而下的语法分析的实现技术,及 阅读全文
posted @ 2019-01-04 09:17 Angel_Kitty 阅读(10797) 评论(1) 推荐(12) 编辑
摘要: 实验一、简单的词法设计——DFA模拟程序 一、实验目的 通过实验教学,加深学生对所学的关于编译的理论知识的理解,增强学生对所学知识的综合应用能力,并通过实践达到对所学的知识进行验证。通过对 模拟程序实验,使学生掌握词法分析的实现技术,及具体实现方法。通过本实验加深对词法分析程序的功能及实现方法的理解 阅读全文
posted @ 2019-01-04 08:35 Angel_Kitty 阅读(5404) 评论(0) 推荐(5) 编辑
摘要: 互联网的高速发展,牵动着每个人的日常生活,我们的衣食住行都因互联网而发展而不断地变化着。然而中国各大互联网公司巨头纷纷发微博称通过裁员、缩减招聘,调整人才发展策略,这意味着大半的低级码农会在这股浪潮中丧失原本属于他们的一席之地,互联网的寒潮似乎真的已经到来了。互联网的寒冬给人的绝望不只是它先前割韭菜 阅读全文
posted @ 2018-12-27 17:36 Angel_Kitty 阅读(6985) 评论(62) 推荐(28) 编辑
摘要: 905. Sort Array By Parity Given an array of non negative integers, return an array consisting of all the even elements of , followed by all the odd el 阅读全文
posted @ 2018-12-22 23:05 Angel_Kitty 阅读(309) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 88 下一页