2014年7月27日

amazon 汇总

摘要: 1. what is hash table? how to implement in C? how to deal withconflicts? (linkedlist, linear probing, double hashing...etc)什么是hashtable, hash function... 阅读全文

posted @ 2014-07-27 14:15 brave_bo 阅读(220) 评论(0) 推荐(0)

amazon 设计 5 hotel and restaurant reservation system

摘要: there I write down the restaurant system.public class TimeSpan { String start; String end;}public class Table { int tableid; String type; ... 阅读全文

posted @ 2014-07-27 07:09 brave_bo 阅读(448) 评论(0) 推荐(0)

导航