Posts

Showing posts from June, 2015

Parallel accumulate vs Sequential accumulate

It looks like the parallel and sequential implementation spent also the same

LeetCode 146 LRU Cache (C++, Python)

Design and implement a data structure for Least Recently Used (LRU) cache.