原文:[LeetCode] 379. Design Phone Directory 設計電話目錄

Design a Phone Directory which supports the following operations: get: Provide a number which is not assigned to anyone. check: Check if a number is available or not. release: Recycle or release a nu ...

2016-08-04 03:13 5 9498 推薦指數:

查看詳情

[LeetCode] Design HashSet 設計HashSet

Design a HashSet without using any built-in hash table libraries. To be specific, your design should include these functions: add(value ...

Fri Nov 16 07:19:00 CST 2018 0 3116
LeetCode設計design(共38題)

鏈接:https://leetcode.com/tag/design/ 【146】LRU Cache 【155】Min Stack 【170】Two Sum III - Data structure design (2018年12月6日,周四) Design ...

Wed Mar 13 23:09:00 CST 2019 0 719
[LeetCode] 706. Design HashMap 設計HashMap

Design a HashMap without using any built-in hash table libraries. To be specific, your design should include these functions: put(key, value ...

Sat Nov 17 13:43:00 CST 2018 2 4588
[LeetCode] Design Twitter 設計推特

Design a simplified version of Twitter where users can post tweets, follow/unfollow another user and is able to see the 10 most recent tweets ...

Sun Jun 12 19:39:00 CST 2016 5 9058
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM