You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Randomized set [Problem](https://leetcode.com/explore/interview/card/top-interview-questions-medium/112/design/813/)[C++](problems/others/RandomizedSet.cpp)
286
286
287
287
## Leetcode
288
+
### Array
289
+
* Running sum [Problem](https://leetcode.com/problems/running-sum-of-1d-array/)
290
+
* using loop, using partial sum, using accumulate [C++](sites/leetcode/RunningSum.cpp)
291
+
288
292
### Maths
289
293
* Top K frequent elements [Problem](https://leetcode.com/explore/interview/card/top-interview-questions-medium/110/sorting-and-searching/799/)
290
294
* Using hashmap and sorting [C++](sites/leetcode/FrequentElements.cpp)
0 commit comments