码迷,mamicode.com
首页 >  
搜索关键字:implement strstr    ( 2381个结果
232. Implement Queue using Stacks
...
分类:其他好文   时间:2016-04-02 16:02:21    阅读次数:137
H4P2[Sorting Words]反思
Problem 2: Sorting Words Description Implement a program that reads from a user-specified input file, and stores the words into a vector, then sort th ...
分类:其他好文   时间:2016-04-01 06:26:42    阅读次数:181
lintcode-medium-Min Stack
Implement a stack with min() function, which will return the smallest number in the stack. It should support push, pop and min operation all in O(1) c ...
分类:其他好文   时间:2016-03-31 09:29:58    阅读次数:175
GTK+ and Glade3--中文系列-Part3
http://blog.csdn.net/xbwee/article/details/4034314原文链接: Micah Carrick www.micahcarrick.com/01-01-2008/gtk -glade-tutorial -part-3.html   Part 3 Writing a Basic Program to Implement the G...
分类:其他好文   时间:2016-03-30 13:20:07    阅读次数:355
LeetCode Implement Stack using Queues
Implement the following operations of a stack using queues. push(x) -- Push element x onto stack. pop() -- Removes the element on top of the stack. to ...
分类:其他好文   时间:2016-03-30 01:27:20    阅读次数:185
LeetCode Implement Queue using Stacks
Implement the following operations of a queue using stacks. push(x) -- Push element x to the back of queue. pop() -- Removes the element from in front ...
分类:其他好文   时间:2016-03-29 06:20:49    阅读次数:134
[LeetCode]-algorithms-String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below ...
分类:其他好文   时间:2016-03-28 11:48:34    阅读次数:114
LRU算法&&LeetCode解题报告
题目 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get ...
分类:编程语言   时间:2016-03-27 09:40:35    阅读次数:229
LeetCode Two Sum III - Data structure design
原题链接在这里:https://leetcode.com/problems/two-sum-iii-data-structure-design/ 题目: Design and implement a TwoSum class. It should support the following oper ...
分类:其他好文   时间:2016-03-27 07:06:44    阅读次数:120
Android Studio如何添加override
而Android Studio如何添加呢?方法如下: 右键(或者Alt + Insert) Generate... Override Method... 或者 Implement Method... ...
分类:移动开发   时间:2016-03-26 12:16:58    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!