Skip to content

Instantly share code, notes, and snippets.

FWIW: I'm not the author of the content presented here (which is an outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

@omarnazih
omarnazih / Buy-a-Shovel.cpp
Created February 6, 2019 20:21
codeforces-732A---Buy-a-Shovel.cpp
#include <iostream>
using namespace std;
int main()
{
int k,r;
int x = 0;
cin>> k >> r;
do{