From 3fa5fa083f15c69259e7acea90f68029d30778ca Mon Sep 17 00:00:00 2001 From: Rrohit ramsen Date: Mon, 17 Aug 2015 06:19:02 +0530 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ README.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32858aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbc96d1 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Graph +Graph Abstract Data Type and Algorithms