Skip to content

Graph data structure implemented in Golang using clean architecture.

License

Notifications You must be signed in to change notification settings

ryanlemes/graph-data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph data structure

Graph data structure implemented in Golang

Folder structure

This project was created based on Uncle's bob Clean architecture and bexcodec golang clean architecture.

Is structured like this:

root/
├── cmd/
│   └── cli/
│       └── main.go
├── domain/
│   ├── mocks/
│   │   ├── ArticleRepository.go
│   │   ├── AuthorRepository.go
│   │   └── ArticleUsecase.go
│   ├── edge.go
│   ├── graph.go
│   └── vertex.go 
└── graph/
    ├── repository/
    │   └── memory/
    │       ├── memory_graph.go
    │       └── memory_graph_test.go
    └── usecase/
        ├── graph_usecase.go
        └── graph_usecase_test.go

About

Graph data structure implemented in Golang using clean architecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published