Skip to content

Instantly share code, notes, and snippets.

View khaledkee's full-sized avatar
🇵🇸
Free Palestine

Khaled KEE Fadel khaledkee

🇵🇸
Free Palestine
View GitHub Profile
@khaledkee
khaledkee / Microsoft Q# Coding Contest - Summer 2020 - Warmup - tutorial.ipynb
Last active June 15, 2020 23:37
Microsoft Q# Coding Contest - Summer 2020 - Warmup - tutorial
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@khaledkee
khaledkee / Springer Ebooks
Last active April 14, 2021 03:47
Springer Free eBooks collector
@khaledkee
khaledkee / CF[gRkn7bDfsN-212807]-D.cpp
Created June 4, 2017 22:01
Solution to tw-icpc-blog weekly farm 30
/*
* Solution idea:
* - Sort points around the origin clockwise.
* - Then choose a start point and check if the contraints are satisfied.
*/
#include <bits/stdc++.h>
using namespace std;
/***********************************************/
/* Dear online judge:
* I've read the problem, and tried to solve it.