Skip to content

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

Notifications You must be signed in to change notification settings

imnnquy/algorithm-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published