Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.33 KB

File metadata and controls

31 lines (18 loc) · 1.33 KB

algorithm-celeng

My Algorithm Challenges Code

what?

These are the algorithm challenges code that I've wrote. Note: Only the ever-changing-harddrive-pre-github-era-survivor codes are available.

why?

So they are not lost in the void. The code I mean.

how?

I'm uploading my surviving code while cleaning and formatting them in a cleaner, readable, ready-to-run format.

setup

Here's the ultimate competitive programming challenges setup I've discovered:

The most important combination was the VS-Code + IO-Run plugin. It really simplify your compile+test process. Especially when your goal was to make a problem + test-cases. As I did a while back in SRIN as the local branch problem-setter.

misc

Samsung R&D held a global, periodically "certification" in a Competitive Programming Challenges format. It aims to hone it's developers programming skill. The contest format is much like ACM-ICPC but held monthly and had one problem only. Passing developers are awarded with "certification level" that gradually increases the challenge level.