-
https://github.com/Hsien-HsiuLiao/python-programming/tree/master/leetcode
[6:24 PM] Raymond Gan The key to improving the speed and Big O time complexity of your code is NOT based on which language you pick. That's not what LeetCode or companies care about. Speed is based on the algorithm + data structures you pick, not which language