LeetCode --- 5. Longest Palindromic Substring Jan 22, 2015

 Tags LeetCode , C++ , 字符串

题目链接:Longest Palindromic SubstringGiven a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists ... More »

0条评论

LeetCode --- 4. Median of Two Sorted Arrays Jan 22, 2015

 Tags LeetCode , C++ , 分治 , 数组 , 二分搜索

题目链接:Median of Two Sorted ArraysThere are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time comple... More »

0条评论

LeetCode --- 3. Longest Substring Without Repeating Characters Jan 22, 2015

 Tags LeetCode , C++ , Hash表 , 双指针 , 字符串

题目链接:Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the longest subs... More »

0条评论

LeetCode --- 2. Add Two Numbers Jan 22, 2015

 Tags LeetCode , C++ , 链表 , 数学

题目链接:Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing... More »

0条评论

LeetCode --- 1. Two Sum Jan 21, 2015

 Tags LeetCode , C++ , 数组 , Hash表

题目链接:Two SumGiven an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers... More »

0条评论

C++运算符优先级 Jan 20, 2015

 Tags C++

运算符优先级 结合律 运算符 功能 用法 左左左 :::::: 全局作用域类作用域命名空间作用域 ::nameclass::namenamespa... More »

0条评论

梦想还是要有的,万一实现了呢 Jan 14, 2015

 Tags mky

梦想还是要有的,万一实现了呢 红色 即使在最污秽的泥沼,也必须倔强地抬起头。今天,我第一次看到了红色。那是一种……叫做“希望”的颜色! 橙色 这一场没有地图的旅程,和温暖狭路相逢。今天我看到了橙色。我想……这是一种叫作“温暖”的颜色♥ 黄色 我们一路寻找,最终发现,走的路越远就越想家。最美的黄色,... More »

0条评论

中国特色社会主义——第八讲 Jan 13, 2015

 Tags 中国特色社会主义

第八讲 当代中国与世界一、当今世界发展的新特点和新趋势环顾全球,大发展大变革大调整是当今世界形势深刻变化的突出特点。准确把握世界发展大势,必须把握当今时代的主题,正确看待世界形势出现的新机遇、新挑战和新矛盾、新问题。1.和平与发展是当今时代的主题20世纪后期,国际形势和世界格局开始发生重大变化。邓小平根据这一深刻变化,从战略的高度对... More »

0条评论

中国特色社会主义——第七讲 Jan 13, 2015

 Tags 中国特色社会主义

第七讲 中国共产党的建设一、中国共产党的建设概述中国共产党自成立以来,坚持把马克思主义基本原理同中国具体实际相结合,始终高度重视和加强自身建设,领导中国人民取得了革命、建设、改革的伟大胜利。实践证明,没有中国共产党就没有新中国,就没有中国特色社会主义。1.中国共产党的性质和领导地位中国共产党是马克思主义与中国工人运动相结合的产物,是... More »

0条评论

中国特色社会主义——第六讲 Jan 13, 2015

 Tags 中国特色社会主义

第六讲 中国特色社会主义生态文明建设一、中国特色社会主义生态文明建设概述生态环境问题是中国特色社会主义发展面临的重大问题,也是全球性的重大问题。要从中国特色社会主义事业长远发展的高度,充分认识生态文明建设的重要意义、基本内容和目标要求。1.生态与生态文明生态是指生物之间以及生物与非生物环境之间的相互关系和存在状态。生态文明是人与自然... More »

0条评论