Skip to content

Instantly share code, notes, and snippets.

View hackerghost93's full-sized avatar

Ahmed Wael Said hackerghost93

View GitHub Profile
@osadalakmal
osadalakmal / docdist.cpp
Created June 23, 2013 20:15
Document Distance C++ version
#include <iostream>
#include <fstream>
#include <sstream>
#include <stdexcept>
#include <map>
#include <regex>
#include <set>
#include <cmath>