{"id":65154,"library":"yourbasic-graph","title":"YourBasic Graph","description":"Generic implementations of basic graph algorithms with mutable and immutable graph types.","status":"active","version":"0.0.0-20210606180040-8ecfec1c2869","language":"go","source_language":null,"source_url":"https://github.com/yourbasic/graph","tags":["graph","algorithms","data-structures"],"install":[{"cmd":"go get github.com/yourbasic/graph","lang":"bash","label":"Install github.com/yourbasic/graph"}],"dependencies":[],"imports":[{"symbol":"graph","correct":"github.com/yourbasic/graph"}],"quickstart":{"code":"g := graph.New(5)\ng.Add(0, 1, 1)\ng.Add(1, 2, 1)\npath, _ := graph.ShortestPath(g, 0, 2)\nfmt.Println(path) // [0 1 2]","lang":"go","description":"Create a graph, add edges, and find the shortest path."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':8,16 'basic':6 'data':18 'data-structur':17 'generic':3 'graph':2,7,13,15 'immut':12 'implement':4 'mutabl':10 'structur':19 'type':14 'yourbas':1","created_at":"2026-06-17T17:06:22.173749+00:00","updated_at":"2026-06-17T17:06:22.173749+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yourbasic/graph","github":"https://github.com/yourbasic/graph","docs":"https://pkg.go.dev/github.com/yourbasic/graph#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}