imnnquy / algorithm-training

Algorithm Training from BigO Coding and Codeforces and and and some other sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Algorithm Training from BigO Coding and Codeforces and and and some other sites


Languages

Language:Python 94.9%Language:C++ 5.1%