自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

原创 【程序员面试纯干货】C++知识点

程序员面试C++知识点

2014-10-29 10:07:04 704

原创 2015届 程序媛互联网找工作记,适合的工作是准备与机遇的相遇:百度,阿里,腾讯,网易游戏,网易及若干外企,

2015年互联网找工作面试记录及相关经验

2014-10-21 18:59:30 1214

原创 [Python 学习] 二、在Linux平台上使用Python

在Linux平台上使用Python的小细节

2014-06-01 12:45:32 963

原创 [Python 学习] 一、如何学习,学习资料

Python入门学习资料、基本要求、一些小建议

2014-05-29 16:38:27 726

原创 [LeetCode] Evaluate Reverse Polish Notation

1, DescriptionEvaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or another expression.Some exampl

2014-05-12 11:29:37 467

原创 2014年找实习小计:技术非技术都有,腾讯,ebay,百信网,阿里,微软

先自我介绍一下:本人研究生新计算专业

2014-05-09 11:38:37 1062 1

原创 [LeetCode] Reorder List

1.DescriptionGiven a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the nodes' values.For example,Given {1,2,3,4}, reo

2014-04-18 11:04:12 544

原创 [leetcode] Best Time to Buy and Sell Stock II

1.DescriptionSay you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete as many transactions as y

2014-04-17 11:29:14 517

原创 DataTables Python SQLAlchemy

直接上代码 这个写了很久,有错请指导

2014-04-16 22:12:57 2266

原创 Leedcode Max Points on a Line

1.Description2.Analyse3.Enhancement

2014-04-16 11:49:33 562

原创 C++ string类的使用

1.为什么要选择string类      内存不受限,有没有在OJ为了输入数据的字符串的长度不可知而痛苦万分,有了string类,所有都交给他来帮你完成吧,暂时也就可以忽略内存管理这件**的事情了。      丰富的操作符,这一点有点类似与Python这样的脚本语言的中的str,用起来比较的得心应手,要是再有个分割split()函数,去除头尾的空字符函数strip(),然后vector再来

2014-04-15 16:43:33 559

原创 Leetcode Jump Game

Problem:Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximum jump length at that position.

2014-04-14 17:05:02 449

原创 程序员应该要读的书

作为一名合格的程序员,应该要读的书

2014-04-14 16:05:37 651

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除