码迷,mamicode.com
首页 >  
搜索关键字:geeks    ( 60个结果
Codeforces Round #459 (Div. 2) AB
A. Eleven Eleven wants to choose a new name for herself. As a bunch of geeks, her friends suggested an algorithm to choose a name for her. Eleven want ...
分类:其他好文   时间:2018-01-31 00:51:40    阅读次数:260
Codeforces 918A Eleven 918B Radio Station
Eleven wants to choose a new name for herself. As a bunch of geeks, her friends suggested an algorithm to choose a name for her. Eleven wants her name ...
分类:其他好文   时间:2018-01-31 00:48:01    阅读次数:459
Java8的新特性
参考文章: http://blog.csdn.net/yczz/article/details/50896975 https://www.javacodegeeks.com/2014/05/java-8-features-tutorial.html ...
分类:编程语言   时间:2018-01-26 14:46:34    阅读次数:166
H2 JOOQ CodeGenerator
https://www.javacodegeeks.com/2014/02/using-jooq-with-spring-code-generation.html ...
分类:其他好文   时间:2017-11-03 12:51:35    阅读次数:131
Java8新特性
前言: Java 8 已经发布很久了,很多报道表明Java 8 是一次重大的版本升级。在Java Code Geeks上已经有很多介绍Java 8新特性的文章,例如Playing with Java 8 – Lambdas and Concurrency、Java 8 Date Time API T ...
分类:编程语言   时间:2017-11-01 17:26:09    阅读次数:246
[GeeksForGeeks] Perfect Binary Tree
Given a Binary Tree, write a function to check whether the given Binary Tree is a prefect Binary Tree or not. A Binary tree is Perfect Binary Tree in ...
分类:其他好文   时间:2017-10-10 09:57:35    阅读次数:138
【Java学习笔记之二十八】深入了解Java8新特性
前言: Java 8 已经发布很久了,很多报道表明java 8 是一次重大的版本升级。在Java Code Geeks上已经有很多介绍Java 8新特性的文章,例如Playing with Java 8 – Lambdas and Concurrency、Java 8 Date Time API T ...
分类:编程语言   时间:2017-08-26 12:40:17    阅读次数:190
[GeeksForGeeks] Populate inorder successor for all nodes in a binary search tree
Given a binary search tree with the following tree node definition. next points to a node's inorder successor. Populate inorder successor for all node ...
分类:其他好文   时间:2017-08-23 10:36:21    阅读次数:166
二维码简析
二维码的生成细节和原理可参考下面的链接: http://bbs.angeeks.com/thread-3942741-1-1.html http://developer.51cto.com/art/201310/414082_all.htm 简单来说,二维码是用来存放文本、图片、视频等信息的一个载体 ...
分类:其他好文   时间:2017-08-12 10:28:57    阅读次数:150
[GeeksForGeeks] Cyclically rotate an array by one
Given an array of integers, write a program that cyclically rotates the array by one. Example: given {1,2,3,4,5}, your program should rotate the array ...
分类:其他好文   时间:2017-08-12 10:19:59    阅读次数:140
60条   上一页 1 2 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!