Skip to content

Conversation

krashish8
Copy link
Member

@krashish8 krashish8 commented Aug 6, 2020

Closes #1348, #1362.

This PR adds two new pgRouting functions:

  • pgr_depthFirstSearch: Returns a depth first search traversal of the graph. The graph can be directed or undirected.
  • pgr_sequentialVertexColoring: Returns the vertex coloring of an undirected graph, using greedy approach.

This is a final merge PR containing commits from several different PRs combined.

The intermediate PRs made on the GSoC-pgRouting repository are as follows:

Description Pull Requests
pgr_depthFirstSearch
pgr_sequentialVertexColoring
Code Review & Documentation

Copy link
Member

@dkastl dkastl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!
This looks nice.

@krashish8 krashish8 merged commit bc86df2 into pgRouting:develop Aug 10, 2020
@cvvergara cvvergara added this to the Release 3.2.0 milestone Aug 10, 2020
@krashish8 krashish8 added the GSoC label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants