-
http://frank19900731.github.io/blog/2014/11/07/mian-shi-jing-yan-fen-xiang-zhi-zhi-li-ti/ 题目一:给定天平,问要称重1-N N种不同质量,最少需要多少种砝码? 1)砝码只允许放在天...
-
removing directory from project You can manage your project contents via the .blazeproject file (Blaze > Project > Open Project View ...
-
-
分布式系统设计自学整理 BigTable: a NoSQL database (Column based) based on GFS 补充:大数据中常见的两种NoSQL:1) key/ value based like Redis or MemcacheDB 和 2)c...
-
http://www.1point3acres.com/bbs/thread-116171-1-1.html 一直在和他讨论如何实现。。。题目是实现一个hashtable能够对每个entry设置ttl(time to live),ttl一过就删除。一开始感觉有点像LRUCac...
-
Related: http://massivetechinterview.blogspot.com/2015/06/n00tc0d3r.html https://puncsky.com/hacking-the-software-engineer-interview#desi...
-
Pavel's Blog: Finding The Median In Large Sets Of Numbers Split Across 1000 Servers How would you find the median across a thousand se...
-
Cracking the coding interview--Q12.2 How would you design the data structures for a very large social network (Facebook,LinkedIn, etc)? De...
-
Implement a jigsaw puzzle ~ KodeKnight Implement a jigsaw puzzle. Design the data structures and explain an algorithm to solve the puzzle....
-
https://github.com/facebook/rocksdb/wiki/MemTable MemTable is an in-memory data-structure holding data before they are flushed to SST fi...