I am writing an Edge class for my graph for an A* implementation. I would want to later create a list of Edges and sort them based on edge weights using the IComparer interface.I am writing an Edge class for my graph for an
I am writing an Edge class for my graph for an A* implementation. I would want to later create a list of Edges and sort them based on edge weights using the IComparer interface.I am writing an Edge class for my graph for an