Skip to content

Dijikstra TracePath bug #5

Closed
Closed
@ghost

Description

tracePath method implementation not working for all Nullible types. While loop:

while (!currentV.Equals(default(T)) && !parentMap[currentV].Equals(default(T)))

Will throw null reference exception on null.equals(null)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions