Skip to content

An algorithm-oriented project playing with Graph Theory and developing generic basic graph traversals.

License

Notifications You must be signed in to change notification settings

Marco7years/grasple

 
 

Repository files navigation

grasple Build Status

Current status: API development

Quick updates

Update 01 Jun 2019

Our API (and pretty much everything else) is still in development some features have been tested.

Update 28 May 2019:

We are currently unable to handle cycles in graph, please do not try to create cycles.

Brief introduction

Grasple (Graphe Simple) is a project working on Graph data structures. I develop this project to improve my proficiency in the Java language, especially using lambda abstractions and other cool new features.

Grasple runs on JDK11 to utilizes the most recent features of the Java programming language. It also uses Gradle 5.4.1 as a build tool, and JUnit 5 for unit testing. Therefore, make sure you have the appropriate Java version for this project to work correctly.

Updated 01 Jun 2019 by Bach Tran

About

An algorithm-oriented project playing with Graph Theory and developing generic basic graph traversals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%