Giter VIP home page Giter VIP logo

graph's People

Contributors

megalepozy avatar sauerbraten avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graph's Issues

Defer all Unlocks

I saw often in graph.go that you Lock() one graph, make something and right away you Unlock() it. I think you could directly defer every Unlock() per Lock() you do.
defer follows a LIFO pattern, so I don't think there would be any conflict on the functionality having some defers on the same method.

Correct me if I'm wrong. ๐Ÿ“ฃ

store more than single int value in edges

Hi there, I'm wondering what you think about extending the edge struct to support an interface{} instead of int, much like a Vertex supports an interface.

Here's what I'm trying to do:

I have a list of flights connecting airports and I know the departure and arrival time of the flight and I know the cost of the flight. I'm able to use graph (thank you!) to calculate the cheapest and the quickest route. The problem is that I have to build the graph twice: once with duration stored in the edges and once with cost stored in the edges. This is because it's not which airports I hit that I'm concerned with, it's which flight I must take to get there.

Let me know what you think. Also, is this something you would accept a pull request for ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.