This is my training code to practise Algorithm, resources are from BigO Coding, Codeforces, SPOJ, UVA, Codechef, LightOJ, Hackerrank Hackerearth, URIOnlineJudge .
This repository contains both Python
and C++
as some solutions will get TLE
if they're implemented in Python, but C++
works well for those cases.
Most of the solutions are implemented in Python
, C++
is only used for ones which time limits are too strict.
I use VSCode + IORun extension, I'd recommend anyone interested in Competitive Programming to try this extension as it's really useful to run and test your result. Readmore about the extension here: https://marketplace.visualstudio.com/items?itemName=hoangnc.io-run