摘要: 原题链接在这里:https://leetcode.com/problems/design-hashmap/ 题目: Design a HashMap without using any built-in hash table libraries. To be specific, your desig 阅读全文
posted @ 2020-01-15 12:48 Dylan_Java_NYC 阅读(256) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/ 题目: You have d dice, and each die has f faces numbered 1, 2, ..., f. Retur 阅读全文
posted @ 2020-01-15 12:20 Dylan_Java_NYC 阅读(571) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/coin-change-2/ 题目: You are given coins of different denominations and a total amount of money. Write a function 阅读全文
posted @ 2020-01-15 08:17 Dylan_Java_NYC 阅读(256) 评论(0) 推荐(0)