Skip to content

issues Search Results · repo:goombaio/dag language:Go

Filter by

17 results
 (80 ms)

17 results

ingoombaio/dag (press backspace or delete to remove)

Is your feature request related to a problem? Please describe. Hide Vertices and add GetVertex method to DAG type. Describe the solution you d like - Do not export Vertices just renaming it to vertices. ...
  • repejota
  • Opened 
    on Sep 12, 2018
  • #32

Is your feature request related to a problem? Please describe. Add OutDegree method to Vertices Describe the solution you d like Must return the number children of the vertex
  • repejota
  • Opened 
    on Sep 9, 2018
  • #26

Is your feature request related to a problem? Please describe. Add InDegree method to Vertices Describe the solution you d like Must return the number parents of the vertex
  • repejota
  • Opened 
    on Sep 9, 2018
  • #25

Is your feature request related to a problem? Please describe. Add Degree method to Vertices Describe the solution you d like Must return the number of children and parents of the vertex
  • repejota
  • Opened 
    on Sep 9, 2018
  • #24

Is your feature request related to a problem? Please describe. Implement topological sort for the graph
  • repejota
  • 1
  • Opened 
    on Sep 6, 2018
  • #17

Is your feature request related to a problem? Please describe. Implement DAG validation Describe the solution you d like - Must have at least one root vertex - Can be sorted topologically / Has no ...
  • repejota
  • 1
  • Opened 
    on Sep 6, 2018
  • #16

Is your feature request related to a problem? Please describe. Implement get vertex children from a vertex.
  • repejota
  • Opened 
    on Sep 6, 2018
  • #15

Is your feature request related to a problem? Please describe. Implement vertex predecessors/parents from a vertex.
  • repejota
  • 1
  • Opened 
    on Sep 6, 2018
  • #14

Is your feature request related to a problem? Please describe. Implement delete edge from the graph.
  • repejota
  • Opened 
    on Sep 6, 2018
  • #13

Is your feature request related to a problem? Please describe. Implement deleteVertex Describe the solution you d like delete vertex and all edges referencing it.
  • repejota
  • Opened 
    on Sep 6, 2018
  • #12
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