Skip to content

Commit 59a143b

Browse files
committed
edited research
1 parent b3c353e commit 59a143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function App() {
210210
content: <>
211211
Currently, I'm doing research at Texas A&M in {lagraphlink}, which is a library of user-friendly graph algorithms built on top of {suitesparselink}, which is an implementation of {graphblaslink}, which is a standard that defines a set of sparse matrix operations.
212212
Go ahead and re-read that.
213-
These matrix operations, when performed on adjacency matrices, is a parallel approach to computing graph algorithms.
213+
These matrix operations, when performed on adjacency matrices, can be a parallel approach to computing graph algorithms.
214214
I am developing an algorithm in LAGraph for graph coloring, where a graph is colored such that no 2 nodes share the same color.
215215
This research is being developed through the {urslink} (2024-2025 cohort), and a paper and a presentation will be available in Spring 2025.
216216
</>

0 commit comments

Comments
 (0)