原文:[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-2025 CODEPRJ.COM