Jeffrey Yancey
Jeffrey Yancey
### Describe your change: **Title**: Add graph centrality algorithms for computing central and median nodes **Description**: This pull request introduces new algorithms to compute the central and median nodes in...
### Refactor Dijkstra pseudo-code and function for readability and type safety ### Description: This pull request refactors the Dijkstra algorithm pseudo-code and function to improve readability and ensure type safety....
### Title: Add Lanczos Eigenvector Algorithm for Graph-based Eigenvalue Computation ### Description: This pull request introduces a new algorithm for approximating the largest eigenvalues and eigenvectors of a symmetric matrix...
### Title: Add graph peripherality algorithms for computing peripheral and far nodes ### Description: This pull request introduces new algorithms to compute the peripheral and far nodes in a weighted...
### Title: Add graph centrality algorithms for computing central and median nodes ### Description: This pull request introduces new algorithms to compute the central and median nodes in a weighted...