Blog Posts #
2019
LeetCode #2: Add Two Numbers
·520 words·3 mins
Coding
Leetcode
Python
$O(n)$ solution in python3: 64 ms, faster than 93,77%
LeetCode #1 : Two Sum
·1545 words·8 mins
Coding
Leetcode
Python
O(n)
solution in python3: 44 ms, faster than 97,63%