Skip to content

Typo fix in graph/fixed_length_paths.md #1458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025

Conversation

bit-shashank
Copy link
Contributor

Replaced if with is.

It is obvious that the constructed adjacency matrix if is the answer to the problem for the case   $k = 1$ . It contains the number of paths of length   $1$  between each pair of vertices.

Replaced

It is obvious that the constructed adjacency matrix if the answer to the problem for the case  
$k = 1$ . It contains the number of paths of length  
$1$  between each pair of vertices.

To

It is obvious that the constructed adjacency matrix is the answer to the problem for the case  
$k = 1$ . It contains the number of paths of length  
$1$  between each pair of vertices.
@mhayter
Copy link
Contributor

mhayter commented May 2, 2025

Thanks for the contribution!

@mhayter mhayter merged commit e8b714d into cp-algorithms:main May 2, 2025
@suryansh314
Copy link

gjb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants