
ordermap
景行cmy
这个作者很懒,什么都没留下…
展开
-
leetcode 715. Range Module
A Range Module is a module that tracks ranges of numbers. Your task is to design and implement the following interfaces in an efficient manner.addRange(int left, int right)Adds the half-open int...原创 2019-08-05 13:50:01 · 166 阅读 · 0 评论 -
leetcode 432. All O`one Data Structure
Implement a data structure supporting the following operations:Inc(Key) - Inserts a new keywith value 1. Or increments an existing key by 1. Key is guaranteed to be anon-emptystring. Dec(Key)...原创 2019-08-08 11:01:11 · 115 阅读 · 0 评论 -
leetcode 726. Number of Atoms
Given a chemicalformula(given as a string), return the count of each atom.An atomic element always starts with an uppercase character, then zero or more lowercase letters, representing the name....原创 2019-08-08 16:04:13 · 179 阅读 · 0 评论