From 7dc7d76a225a0eeac49689058bcb67c5fe328c33 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Mon, 18 Nov 2013 23:28:29 +0100 Subject: Added nice comments... --- main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index bfa27a1..66202c1 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,12 @@ +/* + Projet d'algorithmique et programmation 2013-2014 + (cours de C.Matthieu et J.Stern) + Alex AUVOLAT, Mendes OULAMARA + + Sujet : Algorithme de Bron-Kerbosch pour Maximum-Clique + (cf maxclique.pdf) +*/ + #include "sets.h" int main() { -- cgit v1.2.3