E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
cracking
Cracking
the coding interview目录及资料收集
前言《Crackingthecodinginterview》是一本被许多人极力推荐的程序员面试书籍,详情可见:http://www.careercup.com/book。第六版中文版里面有189道程序员面试题目及相应的解答。书中大部分是编程题目,并且配有相应的java程序。我把书中的题目做了一遍,并且记录下来,包含自己对问题的一些思路及看法,许多问题给出了两种以上的解答方案。由于个人在学习Go语言
custergo
·
2019-10-19 16:00
解决33问题──将33写成3个整数的立方和
完成中文可以查看项目qiwihui/
cracking
-the-problem-with-33。截止到目前,100以内的自然数就剩下42还没有找到关于立方和的整数解了!
qiwihui
·
2019-04-11 00:00
数学
Excel破解工作表保护
宏运行PublicSubPassword_
cracking
()ConstDBLSPACEAsString=vbNewLine&vbNewLineConstAUTHORSAsString=DBLSPACE
步履不停凡
·
2019-03-26 18:00
Cracking
the Safe
这题也是醉了,需要知道欧拉路径这个知识点。先说不用这个知识点怎么想。如果密码是六位,那五位组合是一个状态。每条边加前一个状态就是一个密码。每个状态加它所有的边就是所有密码了。这个问题就是如何最短的遍历完所有的边。枚举所有密码是得不到正确答案的,要求是在枚举所有密码的时候同时复用前面n-1位。这个叫DeBrunjinsequence。我的参考文献是leetcode解答和花花酱的视频https://w
尚无花名
·
2019-03-01 08:35
Cracking
the Safe
Thereisaboxprotectedbyapassword.Thepasswordisndigits,whereeachlettercanbeoneofthefirstkdigits0,1,...,k-1.Youcankeepinputtingthepassword,thepasswordwillautomaticallybematchedagainstthelastndigitsentere
Jeanz
·
2018-03-13 00:11
程序员面试金典-8.反转字串
tpId=8&tqId=11001&rp=1&ru=/ta/
cracking
-the-coding-interview&qru=/ta/
cracking
-the-coding-interview/question-ranking
lemon2631
·
2017-02-25 00:00
LeetCode刷题
破解故事——我是如何破解1亿2200万SHA1和Md5哈希密码
破解故事——我是如何破解1亿2200万SHA1和Md5哈希密码原文:http://blog.thireus.com/
cracking
-story-how-i-cracked-over-122-million-sha1
simeon2005
·
2016-12-09 11:21
电脑
故事
密码破解
安全技术研究
微服务最佳实践
文章来源:http://www.oschina.net/translate/
cracking
-microservices-practices?cmp在我还不知道什么叫微服务架构的时候我就使用过它。
boonya
·
2016-09-19 14:56
架构设计
ACdream 1217
Cracking
' RSA(高斯消元 + 大数)
传送门
Cracking
’RSATimeLimit:2000/1000MS(Java/Others)MemoryLimit:128000/64000KB(Java/Others)SubmitStatisticNextProblemProblemDescriptionThefollowingproblemissomehowrelatedtothefinalstageofmanyfamousintege
qingshui23
·
2016-06-14 16:00
高斯消元
大数
[The Hacker Playbook] 8.SPECIAL TEAMS-
CRACKING
,EXPLOITS,TRICKS
1.PASSWORDCRACKING破解密码一般涉及三个概念,词汇表(wordlist)、规则(rules)和哈希算法(hashalgorithms)好的wordlist有如下三个:RockYou(http://downloads.skullsecurity.org/passwords/rockyou.txt.bz2)Crackstation-human-only(http://bit.ly/1c
navyofficer
·
2016-05-18 13:43
理论知识
带你学开源项目:Meizhi Android之RxJava & Retrofit最佳实践
如果你对开源项目分析感兴趣,欢迎加入我们的android-open-source-project-
cracking
原创地址:http://www.jianshu.com/p/47e72693a302零、
jdsjlzx
·
2016-05-14 10:00
android
Cracking
the Code【整数快速幂】
L.CrackingtheCodetimelimitpertest0.5secondsmemorylimitpertest64megabytesinputstandardinputoutputstandardoutputTheprotectionofapopularprogramdevelopedbyoneofITCitycompaniesisorganizedthefollowingway.Af
qq_29600137
·
2016-05-03 12:00
快速幂
Cracking
Story - How I Cracked Over 122 Million SHA1 and MD5 Hashed Passwords
ThisisthestoryabouthowIcracked122million* passwordhasheswithJohntheRipperandoclHashcat-plus.Author:m3g9tr0n,CopyEditor:Thireus.Itwasseveralmonthsago,whenI(m3g9tr0n)sawatweetfrom KoreLogic aboutatorren
ct
·
2016-04-23 19:00
关于random
http://www.isecer.com/ctf/0ctf_2016_web_writeup_rand_2.htmlhttp://www.sjoerdlangkemper.nl/2016/02/11/
cracking
-php-rand
Ambulong
·
2016-04-07 19:08
CodeForces - 630L
Cracking
the Code (数学取余) 水
CodeForces-630LCrackingtheCodeTimeLimit: 500MS MemoryLimit: 65536KB 64bitIOFormat: %I64d&%I64uSubmit StatusDescriptionTheprotectionofapopularprogramdevelopedbyoneofITCitycompaniesisorganizedthefollow
yanghui07216
·
2016-03-17 11:00
python 刷题:实现队列
rp=1&ru=/ta/
cracking
-the-coding-interview用两个栈来实现一个队列,完成队列的Push和Pop操作。队列中的元素为int类型。
呀呀培培
·
2016-03-17 00:00
python-刷题
CodeForces 630L:
Cracking
the Code【数论】
CrackingtheCodeTimeLimit:500MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice CodeForces630LDescriptionTheprotectionofapopularprogramdevelopedbyoneofITCitycompaniesisorgan
lin14543
·
2016-03-14 19:00
cracking
the coding interview系列C#实现
原版内容转自:CTCI面试系列——谷歌面试官经典作品|快课网此系列为C#实现版本谷歌面试官经典作品(CTCI)目录 1.1判断一个字符串中的字符是否唯一1.2字符串翻转1.3去除字符串中重复字符1.8利用已知函数判断字符串是否为另一字符串的子串2.1从链表中移除重复结点2.2实现一个算法从一个单链表中返回倒数第n个元素2.3给定链表中间某结点指针,删除链表中该结点2.4求由两个链表结点组成的数之和
msp的昌伟哥哥
·
2016-03-10 11:00
B-
Cracking
the Code
B-CrackingtheCodeTimeLimit:500MSMemoryLimit:65536KB64bitIOFormat:%I64d&%I64uSubmitStatusPracticeCodeForces630LDescriptionTheprotectionofapopularprogramdevelopedbyoneofITCitycompaniesisorganizedthefoll
qq_32680617
·
2016-03-05 19:00
坑
Cracking
the Code(水~)
Description给出一个五位数abcde,对这个五位数做两步操作第一步:重组为一个新的五位数acedb第二步:输出acedb^5的后五位Input一个五位数abcdeOutput输出acedb^5的后五位SampleInput12345SampleOutput71232Solution水题,注意乘的时候会爆int,要以05d%输出Code#include #include usingname
V5ZSQ
·
2016-02-21 10:00
Cracking
the coding interview
转自:http://hawstein.com/posts/ctci-solutions-contents.htmlCrackingthecodinginterview--问题与解答March14,2013作者:Hawstein出处:http://hawstein.com/posts/ctci-solutions-contents.html声明:本文采用以下协议进行授权: 自由转载-非商用-非衍生-
bigtree_3721
·
2016-02-16 15:00
coding
the
Cracking
Cracking
Wifi Wpa-Wpa2 in 5 second——Dumpper V.80.8 +JumpStart+WinPcap
标题虽然说是5秒之内破解wpa-wpa2的wifi密码,不过其实这个是针对外国的那种路由器,我们大天朝的路由器越来越强悍了。有的路由器防pin,甚至于一些路由器没有pin,wps之类的。不过还是有一些应该有用。下面来说说方法:工具:我在https://sourceforge.net/projects/dumpper/files/这个网址上面下载的DumpperV.80.8+JumpStart+Wi
申杰博客
·
2016-02-14 01:00
cracking
the coding interview 4th-笔记-Tips
FiveStepstoaTechnicalQuestionsAtechnicalinterviewquestioncanbesolvedutilizingafivestepapproach:1 Askyourinterviewerquestionstoresolveambiguity2 DesignanAlgorithm3 Writepseudo-code first,butmakesuretot
aliceyangxi1987
·
2016-01-28 14:00
数据结构
学习笔记
cracking
the coding interview 中文版
转自:CTCI面试系列——谷歌面试官经典作品|快课网http://www.cricode.com/3083.html谷歌面试官经典作品(CTCI)目录1.1判断一个字符串中的字符是否唯一1.2字符串翻转1.3去除字符串中重复字符1.8利用已知函数判断字符串是否为另一字符串的子串2.1从链表中移除重复结点2.2实现一个算法从一个单链表中返回倒数第n个元素2.3给定链表中间某结点指针,删除链表中该结点
aliceyangxi1987
·
2016-01-15 15:00
数据结构
算法
谷歌
hadoop相关整理
1.数据结构与算法1.1书籍(1)算法导论(2)编程之美(3)编程珠玑(4)数据结构(C语言版)(5)CareerCup.
Cracking
.the.Technical.Interview.Ed4.2010
qq_26562641
·
2015-12-09 17:00
WEP&WPA
Cracking
on BT5/MAC
WEP&WPA
Cracking
on BT5/MAC 实验介绍 随着网络的迅速发展,无线网络已逐渐发展成为一种非常重要的网络连接方式。
·
2015-11-13 16:58
rack
[SGU200
Cracking
RSA]
[关键字]:数学 高斯消元 异或方程组 [题目大意]:给出m个数,保证每个数的质因数都不超过第t大的质数。从中选出若干数使其乘积为完全平方数,问有多少选择方法。 //================================================================================= [分析]:首先可以想到如果一个数是完全平方数那它的所有质因数的指
·
2015-11-13 00:13
rack
HDU 5029 Relief grain(离线+线段树+启发式合并)(2014 ACM/ICPC Asia Regional Guangzhou Online)
pid=5029 Problem Description The soil is
cracking
up because of the drought and the rabbit kingdom
·
2015-11-12 21:30
online
Cracking
the coding interview--Q1.1
原文: Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 译文: 实现一个算法来判断一个字符串中的字符是否唯一(即没有重复).不能使用额外的数据结构。 (即只使用基本的数据结构) 解答:
·
2015-11-12 20:29
interview
Cracking
the coding interview--Q2.1
原文: Write code to remove duplicates from an unsorted linked list.FOLLOW UPHow would you solve this problem if a temporary buffer is not allowed? 译文: 删除链表中的重复元素, 另外,如果不使用临时存储空间怎么做? 解答: 如果空间没有限制,那
·
2015-11-12 16:58
interview
Cracking
the coding interview--Q1.8
原文: Assume you have a method isSubstring which checks if one word is a substring of another. Given two strings, s1 and s2, write code to check if s2 is a rotation of s1 using only one call to isSubst
·
2015-11-12 16:56
interview
Cracking
the coding interview--Q1.7
原文 Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column are set to 0. 译文 写一个算法,如果一个MxN中的一个元素为0,那么将这个元素所在的行和列都设置为0。 解答 遍历一次矩阵,当遇到元素等于0时,记录下这个元素对应的行和列。并设
·
2015-11-12 16:55
interview
Cracking
the coding interview--Q1.6
原文: Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, write a method to rotate the image by 90 degrees. Can you do this in place? 译文 给一个NxN的矩阵,写一个函数把矩阵旋转90
·
2015-11-12 16:54
interview
Cracking
the coding interview--Q1.5
原文 Implement a method to perform basic string compression using the counts of repeated characters. For example, the string aabcccccaaa would becomea2blc5a3. If the "compressed" string
·
2015-11-12 16:54
interview
Cracking
the coding interview--Q1.4
原文 Write a method to replace all spaces in a string with'%20'. You may assume that the string has sufficient space at the end of the string to hold the additionalcharacters, and that you are giv
·
2015-11-12 16:53
interview
Cracking
the coding interview--Q1.3
原文 Given two strings, write a method to decide if one is a permutation of the other. 译文 给你两个字符串,写一个方法来判断其中一个是不是另一个的permutation。如果两个字符串含有相同的字符,仅仅是顺序可能不同,那么他们就叫permutations。例如"ABCDEF"和"
·
2015-11-12 16:52
interview
Cracking
the coding interview--Q1.2
原文 Implement a function void reverse(char* str) in C or C++ which reverses a null-terminated string. 译文 用C或者C++实现一个void reverse(char* str)的函数来逆转一个已null终止的字符串 解答 在C++里,设置俩指针,一个指向字符串头,一个指向尾,然后
·
2015-11-12 16:52
interview
Acdream1217
Cracking
' RSA(高斯消元)
题意:给你m个数(m<=100),每个数的素因子仅来自于前t(t<=100)个素数,问这m个数的非空子集里,满足子集里的数的积为完全平方数的有多少个。 一开始就想进去里典型的dp世界观里,dp[n][mask]表示前n个数里为mask的有多少个,但显然这里t太大了。然后又YY了很多很多。像m少的时候应该用的是高消。即对每个因子列一个xor方程,然后高斯消元,其中自由元的个数就是可以随
·
2015-11-12 16:16
rack
constant用法
Like Joey's constant knuckle-
cracking
isn't annoying?
·
2015-11-12 15:13
Const
SGU 200
Cracking
RSA (高斯消元)
转载请注明出处,谢谢http://blog.csdn.net/ACM_cxlove?viewmode=contents by---cxlove 题意:给出m个整理,因子全部为前t个素数。问有多少个子集,乘积是平方数 http://acm.sgu.ru/problem.php?contest=0&problem=200 做法:列方程组,a1,
·
2015-11-12 13:24
rack
Cracking
the coding interview--Q2.4
Write code to partition a linked list around a value x, such that all nodes less than xcome before alt nodes greater than or equal to. 分割一个链表,将值小于x的节点全部放在其他节点的前面。 解答: 我们可以创建两个不同的链表,其中一个用来连接比x小的节点,另
·
2015-11-12 12:18
interview
Cracking
the coding interview--Q2.3
Implement an algorithm to delete a node in the middle of a singly linked list,given only access to that node.EXAMPLEInput: the node c from the linked list a->b->c->d->eResult: nothing is r
·
2015-11-12 12:18
interview
Cracking
the coding interview--Q2.2
Implement an algorithm to find the kth to last element of a singly linked list. 实现一个算法寻找链表中倒数第K个数.. 解答: 关于链表的问题,书中也提到了关键的两个技巧,一个是递归;另一个是 The"Runner"Technique,也就是使用两个指针同时遍历链表的
·
2015-11-12 12:17
interview
Cracking
the coding interview 第一章问题及解答
Cracking
the coding interview 第一章问题及解答 不管是不是要挪地方,面试题具有很好的联系代码总用,参加新工作的半年里,做的大多是探索性的工作,反而代码写得少了,不高兴,最近开始重新捡起面试题
·
2015-11-12 10:27
interview
【剑指offer】包括min函数的栈
转载请注明出处:http://blog.csdn.net/ns_code/article/details/26064213 剑指offer上的第21题,之前在
Cracking
·
2015-11-12 09:43
函数
[CC150] Find a line passing the most number of points
此题是
Cracking
the code 5th edition 第七章第六题,思路就是 n choose 2, 所以时间复杂度是O(n^2),因为没有更快的办法。 此题的难点
·
2015-11-11 17:02
number
JRE精简
/article/details/7039359 http://www.cnblogs.com/wenfeng762/archive/2011/08/14/2137810.html
Cracking
·
2015-11-11 08:21
jre
SGU 200
Cracking
RSA (高斯消元)
题目链接:http://acm.sgu.ru/problem.php?contest=0&problem=200 题意:给定m个数,这些数的质因数都是前n个素数。求m有多少个不空子集使得子集中的数字之积为完全平方数。 思路:建立矩阵n*m。a[i][j]表示第j个数中含有第i个素数的个数。解的个数为m-非全零行的个数P的2^P。我的理解是这样,比如两个方程5个未知数: x1+x2+x
·
2015-11-11 03:37
rack
Programming Pearls 笔记(1)
COLUMU 1:
CRACKING
THE OYSTER (原版的英文,读起来确实费劲。。不过要坚持。。。。。
·
2015-11-11 00:24
programming
对女性友好的编程语言
对此,Gayle Laakmann McDowel(Gayle Laakmann McDowell是CareerCup公司的创始人兼CEO,也是《
Cracking
the Coding》 以及《The
·
2015-11-10 21:45
编程语言
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他