graph-data-structure

module
v0.0.0-...-ae48655 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2021 License: Apache-2.0

README

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

Directories

Path Synopsis
cmd
cli command
graph

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL