IncredibleThings

导航

2020年1月17日 #

LeetCode - Add Strings

摘要: Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: The length of both num1 and num2 is < 5100. Both num1 and num2 contains only digits 0-9. Bot 阅读全文

posted @ 2020-01-17 15:57 IncredibleThings 阅读(73) 评论(0) 推荐(0) 编辑

LeetCode - Kth Largest Element in an Array

摘要: 用 PriorityQueue 阅读全文

posted @ 2020-01-17 15:00 IncredibleThings 阅读(125) 评论(0) 推荐(0) 编辑