Introduction to Graph Data Structure in Golang
17 March 2024Graphs are non-linear data structure, which contains nodes (vertices) connected by edges. Graphs have enough amount of applications which makes it a interesting topic to cover and also mostly asked in interviews. We will talk about how to go about implementing graph data structure in golang.