摘要:
The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fix... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(178)
评论(0)
推荐(0)
摘要:
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. • push(x) – Push element x onto stack. • p... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(148)
评论(0)
推荐(0)
摘要:
给大家推荐两个学习的地址:极客学院的视频:http://www.jikexueyuan.com/path/ios/一个博客:http://blog.csdn.net/lizhongfu2013/article/details/29210015主要想要实现一个模仿的登陆界面代码://// Login... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(507)
评论(0)
推荐(0)
摘要:
Remove Duplicates from Sorted ArrayTotal Accepted:66627 Total Submissions:212739 My Submissions Given a sorted array, remove the... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(88)
评论(0)
推荐(0)
摘要:
Given two sorted integer arrays nums1 and nums2, merge nums2 intonums1 as one sorted array.Note:You may assume that nums1 has enough space (size tha... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(124)
评论(0)
推荐(0)
摘要:
代码:#include #include #include #include #include #pragma comment(lib, "gdiplus.lib")using namespace std;using namespace Gdiplus;int main() { Gdiplus... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(1023)
评论(0)
推荐(0)
摘要:
Remove Element Total Accepted: 60351 Total Submissions: 187833 My Submissions Given an array and a value, remove all instances ... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(113)
评论(0)
推荐(0)
摘要:
String to Integer (atoi)Total Accepted:52232Total Submissions:401038My Submissions Implement atoi to convert a string to an integer.Hint: Carefully co... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(158)
评论(0)
推荐(0)
摘要:
大牛没有能做出来的题,我们要好好做一做 Invert a binary tree. 4 / \ 2 7 / \ / \1 3 6 9to 4 / \ 7 2 / \ / \9 6 3 1Trivia:This prob... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(198)
评论(0)
推荐(0)
摘要:
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 我的解决方案:... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(172)
评论(0)
推荐(0)
浙公网安备 33010602011771号