dean985 / mazewaze

0 stars 1 forks source link

execute Data structuer #3

Closed elonezra closed 4 years ago

elonezra commented 4 years ago

DGraph is implementing the interface graph ( a directed weighted graph) Weighted Graph - https://he.wikipedia.org/wiki/%D7%92%D7%A8%D7%A3_%D7%9E%D7%9E%D7%95%D7%A9%D7%A7%D7%9C

dean985 commented 4 years ago

First draft of Edge is done.