码迷,mamicode.com
首页 >  
搜索关键字:garbage collection    ( 6557个结果
【DataStructure】Another usage of List: Polynomial
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Apolynomialis a mathematical function of the fo...
分类:其他好文   时间:2014-08-11 21:22:42    阅读次数:308
leetcode 刷题之路 77 Permutations II
Given a collection of numbers that might contain duplicates, return all possible unique permutations. For example, [1,1,2] have the following unique permutations: [1,1,2], [1,2,1], and [2,1...
分类:其他好文   时间:2014-08-11 17:49:32    阅读次数:201
【DataStructure】Descriptioin and usage of List
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Alistis a collection of elements that are accessible sequential...
分类:其他好文   时间:2014-08-11 00:28:31    阅读次数:221
【DataStructure】 Classical Question: Josephus Cycle
【Description】   This problem is based upon a report by the historian Joseph ben Matthias (Josephus) on the outcome of a suicide pact that he had made between himself and 40 soldiers as they were besi...
分类:其他好文   时间:2014-08-11 00:27:51    阅读次数:235
【DataStructure】Description and usage of queue
【Description】 A queue is a collection that implements the first-in-first-out protocal. This means that the only accessiable object in the collection in the first one that was inserted. The most commo...
分类:其他好文   时间:2014-08-10 21:43:10    阅读次数:236
【DataStructure】One of queue usage: Simulation System
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 This simulationillustrates objectoriented programming...
分类:其他好文   时间:2014-08-10 21:42:20    阅读次数:450
iOS6新特征:UICollectionView介绍
目录(?)[-]Collection View 元素数据模型与交互数据模型数据提供者UICollectionViewDataSource交互UICollectionViewDelegate内容的显示UICollectionViewCell Styles使用自己的layoutUICollectionV...
分类:移动开发   时间:2014-08-10 15:35:50    阅读次数:360
LeetCode——Permutations
Given a collection of numbers, return all possible permutations. For example, [1,2,3] have the following permutations: [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], and [3,2,1]. 原题链接:https://oj...
分类:其他好文   时间:2014-08-10 10:25:50    阅读次数:265
UVA - 10239 The Book-shelver's Problem
Description Problem D The Book-shelver’s Problem Input: standard input Output: standard output Time Limit: 5 seconds Memory Limit: 32 MB   You are given a collection of books, which must...
分类:其他好文   时间:2014-08-10 10:24:30    阅读次数:317
java数据结构学习之—Collection接口
java数据结构学习之—Collection接口...
分类:编程语言   时间:2014-08-08 16:19:06    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!