Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 293 Bytes

LeetCode

Questions that I had problems solving or that are intereting and inspirational.

Update 2018-06-03: put the following code before Solution class to reduce run-time:

static int x = { std::ios::sync_with_stdio(false); cin.tie(NULL); return 0; }();