Skip to content

issues Search Results · repo:justcoding121/advanced-algorithms language:C#

Filter by

15 results
 (1 s)

15 results

injustcoding121/advanced-algorithms (press backspace or delete to remove)

Hi, would it be possible for Clone() method on graphs to be public? Is there any reason why it s not at the moment? For example I want to build one part of the graph (because it s static for my problem), ...
  • JanPalasek
  • 1
  • Opened 
    on Apr 17, 2019
  • #29

Hi, I need to perform Tarjan strongly components finding algorithm on a weighted directed graph. Is there any way to do that, except for manually trying to convert one graph to another? Thanks.
  • JanPalasek
  • 2
  • Opened 
    on Apr 16, 2019
  • #28

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) ...
bug
investigate
  • ghost
  • 4
  • Opened 
    on Jan 22, 2018
  • #5

Any plans for targeting .NetStandard 1/2 and releasing all this great work as a NuGet package?
  • YakhontovYaroslav
  • 3
  • Opened 
    on Oct 11, 2017
  • #2

https://en.wikipedia.org/wiki/Edmonds%27_algorithm implementation is missing. It would be great to have it altogether with other graph-related stuff.
new-algorithm-request
  • YakhontovYaroslav
  • 1
  • Opened 
    on Oct 11, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub