Paper Title
Graph API – A Java Library for Graph Data Structures and Algorithms

Abstract
Graph API is a free, robust, application-independent graph librarythat provides various methods to represent graph. It is written in Java programming language using collection framework with stability and performance in mind. At present, its strength is it contain efficient and generic graph data structure with their algorithms.The main features of the API are- 1. It is easy to use. 2. It is extendible. 3. We need to import only one package in java program to use all methods of our API. 4. Hereis good documentation of all methods. 5. Demo code is also available in this so that it can be easy for the users to use it. Keywords - Graph API, Java Graph Package, Java Library for Graph