Skip to content

Commit

Permalink
Inserted Header File heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigRazor committed Jul 30, 2021
1 parent ec972e6 commit 5c91adf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions include/Graph.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/***********************************************************/
/*** ______ ____ ______ _ ***/
/*** / ___\ \/ /\ \/ / ___|_ __ __ _ _ __ | |__ ***/
/*** | | \ / \ / | _| '__/ _` | '_ \| '_ \ ***/
/*** | |___ / \ / \ |_| | | | (_| | |_) | | | | ***/
/*** \____/_/\_\/_/\_\____|_| \__,_| .__/|_| |_| ***/
/*** |_| ***/
/***********************************************************/
/*** Header-Only C++ Library for Graph ***/
/*** Representation and Algorithms ***/
/***********************************************************/
/*** Author: ZigRazor ***/
/*** E-Mail: zigrazor@gmail.com ***/
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/***********************************************************/

#ifndef __CXXGRAPH_H__
#define __CXXGRAPH_H__

Expand Down

0 comments on commit 5c91adf

Please sign in to comment.