Commit Graph

7 Commits

Author SHA1 Message Date
Raffaele Mignone 423e581529
add graph
- add interface for undirected and directed graph
- add Graph and DiGraph
- add interface for graph data
- add adjacentMatrix and adjacentList
- add detect directed cycles
2019-05-18 16:20:48 +02:00
Raffaele Mignone 1bd9799816
clean up code 2019-04-30 19:55:04 +02:00
Raffaele Mignone bb45e3ed9e
update build scripts
continuous-integration/drone/push Build is passing Details
- upgrade to gradle 5.3.1
- upgrade to junit 5
- update test for compatibility to junit 5
2019-04-14 11:39:11 +02:00
Raffaele Mignone 47158bac88
BranchAndMerge now work with generics
- add gson dependencies
2019-03-24 17:39:13 +01:00
Raffaele Mignone 845779b71a
add BranchAndMerge
- add mockk to test dependencies
2019-03-23 12:32:01 +01:00
Raffaele Mignone cc28928e40
update gradle files 2019-03-22 17:39:08 +01:00
Raffaele Mignone 0106fd9866
init kotlin project 2019-03-10 17:56:00 +01:00