Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.23 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.23 KB

algorithm-training

About

This is my training code to practise Algorithm, resources are from BigO Coding, Codeforces, SPOJ, UVA, Codechef, LightOJ, Hackerrank Hackerearth, URIOnlineJudge .

Programming languages

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.

Tools

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