id
int64 0
5k
| problem_text
stringlengths 886
3.79k
| graph
stringlengths 803
4.62k
| path
listlengths 1
18
| exact_answer
int64 1
18
|
---|---|---|---|---|
200 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Scott Simpson, John Scott, Karen Hernandez, Amy Martinez, Allison Robinson, David Williams, Martha Adams, Kyle Nelson, Wendy Alvarado, Renee Watkins, Wendy Sweeney, David Bailey, Tony Ross, Kevin Hill, Jeremy Peterson, Keith Sharp
- Fiendship connections: Scott Simpson to Keith Sharp, Allison Robinson to Tony Ross, Martha Adams to Tony Ross, Kyle Nelson to Tony Ross, Renee Watkins to Tony Ross, Wendy Sweeney to Keith Sharp, David Bailey to Tony Ross
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Scott Simpson", "id": 5464896}, {"name": "John Scott", "id": 5298305}, {"name": "Karen Hernandez", "id": 4962659}, {"name": "Amy Martinez", "id": 2451299}, {"name": "Allison Robinson", "id": 4455364}, {"name": "David Williams", "id": 2436423}, {"name": "Martha Adams", "id": 4455371}, {"name": "Kyle Nelson", "id": 2454668}, {"name": "Wendy Alvarado", "id": 5040815}, {"name": "Renee Watkins", "id": 2588304}, {"name": "Wendy Sweeney", "id": 4939283}, {"name": "David Bailey", "id": 2408629}, {"name": "Tony Ross", "id": 2475894}, {"name": "Kevin Hill", "id": 5041559}, {"name": "Jeremy Peterson", "id": 4991931}, {"name": "Keith Sharp", "id": 5043645}], "links": [{"source": 5464896, "target": 5043645}, {"source": 4455364, "target": 2475894}, {"source": 4455371, "target": 2475894}, {"source": 2454668, "target": 2475894}, {"source": 2588304, "target": 2475894}, {"source": 4939283, "target": 5043645}, {"source": 2408629, "target": 2475894}]}
|
[
5464896,
5298305,
4962659,
2451299,
4455364,
2436423,
5040815,
5041559,
4991931
] | 9 |
201 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Stephen Hawkins, Tara Patel, Sharon Smith, Lisa Barron, Jessica Gates, Nancy Mendoza, Shannon Daniel, Diane Hughes, Frank Welch, Jose Rodriguez, Angela Lopez, Tara Mcdaniel, Sarah Moore, Barbara Vaughan, James Martin, James Simpson, John Powell, Mario Smith, Antonio Hawkins
- Fiendship connections: Stephen Hawkins to Barbara Vaughan, Stephen Hawkins to Tara Patel, Tara Patel to Sharon Smith, Tara Patel to Lisa Barron, Jessica Gates to James Martin, Shannon Daniel to Jose Rodriguez, Diane Hughes to James Martin, Frank Welch to Antonio Hawkins, Jose Rodriguez to John Powell, Jose Rodriguez to Tara Mcdaniel, Jose Rodriguez to Sarah Moore, Angela Lopez to James Simpson, James Martin to Mario Smith
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Stephen Hawkins", "id": 188288}, {"name": "Tara Patel", "id": 188289}, {"name": "Sharon Smith", "id": 188290}, {"name": "Lisa Barron", "id": 188291}, {"name": "Jessica Gates", "id": 2409858}, {"name": "Nancy Mendoza", "id": 4942212}, {"name": "Shannon Daniel", "id": 5106717}, {"name": "Diane Hughes", "id": 2409889}, {"name": "Frank Welch", "id": 7074}, {"name": "Jose Rodriguez", "id": 5705636}, {"name": "Angela Lopez", "id": 5840553}, {"name": "Tara Mcdaniel", "id": 5231407}, {"name": "Sarah Moore", "id": 5802178}, {"name": "Barbara Vaughan", "id": 109030}, {"name": "James Martin", "id": 2752489}, {"name": "James Simpson", "id": 5048426}, {"name": "John Powell", "id": 4952813}, {"name": "Mario Smith", "id": 2454383}, {"name": "Antonio Hawkins", "id": 3828}], "links": [{"source": 188288, "target": 109030}, {"source": 188288, "target": 188289}, {"source": 188289, "target": 188290}, {"source": 188289, "target": 188291}, {"source": 2409858, "target": 2752489}, {"source": 5106717, "target": 5705636}, {"source": 2409889, "target": 2752489}, {"source": 7074, "target": 3828}, {"source": 5705636, "target": 4952813}, {"source": 5705636, "target": 5231407}, {"source": 5705636, "target": 5802178}, {"source": 5840553, "target": 5048426}, {"source": 2752489, "target": 2454383}]}
|
[
188288,
2752489,
4942212,
5802178,
7074,
5840553
] | 6 |
202 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Gabriel Campbell Jr., Gabriel Hoffman, Shannon Russell, Steven Black, James Goodman, Cindy Mcmahon, Brian Barnett, Robert Beard, Andrew Garcia Jr., Christine Sanchez, Mitchell Garcia, Scott Martin, Kayla Gilbert, Cynthia Mendoza, Donna Cook, Eric Brown
- Fiendship connections: Gabriel Campbell Jr. to Robert Beard, Gabriel Hoffman to Mitchell Garcia, Steven Black to Christine Sanchez, James Goodman to Eric Brown, Brian Barnett to Andrew Garcia Jr., Andrew Garcia Jr. to Mitchell Garcia, Andrew Garcia Jr. to Donna Cook, Christine Sanchez to Eric Brown
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Gabriel Campbell Jr.", "id": 68192}, {"name": "Gabriel Hoffman", "id": 2420126}, {"name": "Shannon Russell", "id": 2463556}, {"name": "Steven Black", "id": 4667176}, {"name": "James Goodman", "id": 2432479}, {"name": "Cindy Mcmahon", "id": 2444202}, {"name": "Brian Barnett", "id": 3812299}, {"name": "Robert Beard", "id": 497326}, {"name": "Andrew Garcia Jr.", "id": 2448819}, {"name": "Christine Sanchez", "id": 2484723}, {"name": "Mitchell Garcia", "id": 3068735}, {"name": "Scott Martin", "id": 2404340}, {"name": "Kayla Gilbert", "id": 2459541}, {"name": "Cynthia Mendoza", "id": 248}, {"name": "Donna Cook", "id": 3812286}, {"name": "Eric Brown", "id": 2487871}], "links": [{"source": 68192, "target": 497326}, {"source": 2420126, "target": 3068735}, {"source": 4667176, "target": 2484723}, {"source": 2432479, "target": 2487871}, {"source": 3812299, "target": 2448819}, {"source": 2448819, "target": 3068735}, {"source": 2448819, "target": 3812286}, {"source": 2484723, "target": 2487871}]}
|
[
68192,
2420126,
2463556,
4667176,
2444202,
2404340,
2459541,
248
] | 8 |
203 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Aimee Summers, Phillip Zimmerman, Todd Herrera, Kimberly Watkins, Matthew Rivera, Robert Graham, Antonio Greene, Timothy King, Jonathan Holland, Joel Payne, Kayla Smith, Nancy Stone, Pamela King, Jared Miller, Brianna White, Brooke Jackson DDS, Samantha Brown, Louis Woodard, Christopher White
- Fiendship connections: Aimee Summers to Jonathan Holland, Phillip Zimmerman to Jared Miller, Todd Herrera to Kayla Smith, Todd Herrera to Nancy Stone, Todd Herrera to Robert Graham, Todd Herrera to Brooke Jackson DDS, Kimberly Watkins to Pamela King, Matthew Rivera to Pamela King, Robert Graham to Nancy Stone, Antonio Greene to Brianna White, Antonio Greene to Jared Miller, Joel Payne to Brianna White, Jared Miller to Louis Woodard, Jared Miller to Christopher White
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Aimee Summers", "id": 2762250}, {"name": "Phillip Zimmerman", "id": 4200971}, {"name": "Todd Herrera", "id": 1690005}, {"name": "Kimberly Watkins", "id": 952222}, {"name": "Matthew Rivera", "id": 1235363}, {"name": "Robert Graham", "id": 1281965}, {"name": "Antonio Greene", "id": 2465205}, {"name": "Timothy King", "id": 2463031}, {"name": "Jonathan Holland", "id": 2410304}, {"name": "Joel Payne", "id": 4197318}, {"name": "Kayla Smith", "id": 892489}, {"name": "Nancy Stone", "id": 1183580}, {"name": "Pamela King", "id": 1112931}, {"name": "Jared Miller", "id": 2465393}, {"name": "Brianna White", "id": 2465266}, {"name": "Brooke Jackson DDS", "id": 1880179}, {"name": "Samantha Brown", "id": 2463734}, {"name": "Louis Woodard", "id": 4200954}, {"name": "Christopher White", "id": 4200956}], "links": [{"source": 2762250, "target": 2410304}, {"source": 4200971, "target": 2465393}, {"source": 1690005, "target": 892489}, {"source": 1690005, "target": 1183580}, {"source": 1690005, "target": 1281965}, {"source": 1690005, "target": 1880179}, {"source": 952222, "target": 1112931}, {"source": 1235363, "target": 1112931}, {"source": 1281965, "target": 1183580}, {"source": 2465205, "target": 2465266}, {"source": 2465205, "target": 2465393}, {"source": 4197318, "target": 2465266}, {"source": 2465393, "target": 4200954}, {"source": 2465393, "target": 4200956}]}
|
[
2410304,
4197318,
892489,
1112931,
2463031,
2463734
] | 6 |
204 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Angela Spencer, Jeremy Jimenez, Donald Ortiz, Michael Estrada, David Fields, Amy Horn, Aaron Vargas, Sherri Boyd, Jack Sosa, Joseph Velasquez, Charles Rice, Steven Ward, Sarah Perkins, Kayla Perez, Nicole Tucker
- Fiendship connections: Angela Spencer to Aaron Vargas, Jeremy Jimenez to Kayla Perez, Jeremy Jimenez to Joseph Velasquez, Jeremy Jimenez to Nicole Tucker, Jeremy Jimenez to David Fields, Jeremy Jimenez to Charles Rice, Jeremy Jimenez to Steven Ward, Jeremy Jimenez to Donald Ortiz, Jeremy Jimenez to Amy Horn, Donald Ortiz to Kayla Perez, Donald Ortiz to Joseph Velasquez, Donald Ortiz to Nicole Tucker, Donald Ortiz to David Fields, Donald Ortiz to Charles Rice, Michael Estrada to Charles Rice, David Fields to Jack Sosa, David Fields to Kayla Perez, David Fields to Joseph Velasquez, David Fields to Nicole Tucker, David Fields to Charles Rice, David Fields to Steven Ward, David Fields to Amy Horn, Amy Horn to Joseph Velasquez, Amy Horn to Charles Rice, Amy Horn to Steven Ward, Amy Horn to Aaron Vargas, Aaron Vargas to Charles Rice, Aaron Vargas to Steven Ward, Jack Sosa to Joseph Velasquez, Jack Sosa to Charles Rice, Joseph Velasquez to Kayla Perez, Joseph Velasquez to Charles Rice, Charles Rice to Sarah Perkins, Charles Rice to Nicole Tucker, Charles Rice to Steven Ward, Kayla Perez to Nicole Tucker
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Angela Spencer", "id": 1145541}, {"name": "Jeremy Jimenez", "id": 1383705}, {"name": "Donald Ortiz", "id": 1732904}, {"name": "Michael Estrada", "id": 2144010}, {"name": "David Fields", "id": 1242893}, {"name": "Amy Horn", "id": 1767917}, {"name": "Aaron Vargas", "id": 1803567}, {"name": "Sherri Boyd", "id": 1360530}, {"name": "Jack Sosa", "id": 812819}, {"name": "Joseph Velasquez", "id": 886485}, {"name": "Charles Rice", "id": 1242903}, {"name": "Steven Ward", "id": 1487608}, {"name": "Sarah Perkins", "id": 1053273}, {"name": "Kayla Perez", "id": 878618}, {"name": "Nicole Tucker", "id": 1121660}], "links": [{"source": 1145541, "target": 1803567}, {"source": 1383705, "target": 878618}, {"source": 1383705, "target": 886485}, {"source": 1383705, "target": 1121660}, {"source": 1383705, "target": 1242893}, {"source": 1383705, "target": 1242903}, {"source": 1383705, "target": 1487608}, {"source": 1383705, "target": 1732904}, {"source": 1383705, "target": 1767917}, {"source": 1732904, "target": 878618}, {"source": 1732904, "target": 886485}, {"source": 1732904, "target": 1121660}, {"source": 1732904, "target": 1242893}, {"source": 1732904, "target": 1242903}, {"source": 2144010, "target": 1242903}, {"source": 1242893, "target": 812819}, {"source": 1242893, "target": 878618}, {"source": 1242893, "target": 886485}, {"source": 1242893, "target": 1121660}, {"source": 1242893, "target": 1242903}, {"source": 1242893, "target": 1487608}, {"source": 1242893, "target": 1767917}, {"source": 1767917, "target": 886485}, {"source": 1767917, "target": 1242903}, {"source": 1767917, "target": 1487608}, {"source": 1767917, "target": 1803567}, {"source": 1803567, "target": 1242903}, {"source": 1803567, "target": 1487608}, {"source": 812819, "target": 886485}, {"source": 812819, "target": 1242903}, {"source": 886485, "target": 878618}, {"source": 886485, "target": 1242903}, {"source": 1242903, "target": 1053273}, {"source": 1242903, "target": 1121660}, {"source": 1242903, "target": 1487608}, {"source": 878618, "target": 1121660}]}
|
[
1145541,
1360530
] | 2 |
205 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Thomas Adams, Aaron Zavala, Joseph Gutierrez, Jason Bass, Michael Taylor, Caitlin Taylor, Selena Mcneil, Patrick Pope, Courtney Page, Keith Wolfe, William Preston, Daniel Medina, Christopher Hernandez, Ryan Brooks, Cameron Young
- Fiendship connections: Thomas Adams to Cameron Young, Thomas Adams to Jason Bass, Jason Bass to Cameron Young, Michael Taylor to Daniel Medina, Michael Taylor to Selena Mcneil, Caitlin Taylor to Cameron Young, Selena Mcneil to Christopher Hernandez, Selena Mcneil to Daniel Medina, Patrick Pope to Ryan Brooks, Courtney Page to Cameron Young, Keith Wolfe to Cameron Young, William Preston to Daniel Medina
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Thomas Adams", "id": 2474176}, {"name": "Aaron Zavala", "id": 905058}, {"name": "Joseph Gutierrez", "id": 28390}, {"name": "Jason Bass", "id": 4394407}, {"name": "Michael Taylor", "id": 5154663}, {"name": "Caitlin Taylor", "id": 4415420}, {"name": "Selena Mcneil", "id": 5154669}, {"name": "Patrick Pope", "id": 47859}, {"name": "Courtney Page", "id": 4415411}, {"name": "Keith Wolfe", "id": 2804533}, {"name": "William Preston", "id": 5163705}, {"name": "Daniel Medina", "id": 5111706}, {"name": "Christopher Hernandez", "id": 4958907}, {"name": "Ryan Brooks", "id": 719228}, {"name": "Cameron Young", "id": 2474431}], "links": [{"source": 2474176, "target": 2474431}, {"source": 2474176, "target": 4394407}, {"source": 4394407, "target": 2474431}, {"source": 5154663, "target": 5111706}, {"source": 5154663, "target": 5154669}, {"source": 4415420, "target": 2474431}, {"source": 5154669, "target": 4958907}, {"source": 5154669, "target": 5111706}, {"source": 47859, "target": 719228}, {"source": 4415411, "target": 2474431}, {"source": 2804533, "target": 2474431}, {"source": 5163705, "target": 5111706}]}
|
[
2474176,
905058,
28390,
5154663,
47859
] | 5 |
206 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Stacey Morrison, Connie Taylor, Bryan Dalton, Jessica Sullivan, Elizabeth Hall, Michael Orr, Jon Dunn, Kristina Hebert, Alexander Williams, Kelly Schmidt, Emily Ibarra, Terry Sanchez, Lori Bryant, Diane Gonzales, Christopher Chavez, Amber Franklin, Kathleen Gonzalez, Christopher Simmons, Michael Odonnell, Riley Mcgrath, James Johnson
- Fiendship connections: Stacey Morrison to Connie Taylor, Stacey Morrison to Lori Bryant, Connie Taylor to Elizabeth Hall, Connie Taylor to James Johnson, Bryan Dalton to Terry Sanchez, Bryan Dalton to Lori Bryant, Jessica Sullivan to Kristina Hebert, Jon Dunn to Kristina Hebert, Kristina Hebert to Christopher Simmons, Kelly Schmidt to Christopher Simmons, Terry Sanchez to Kathleen Gonzalez, Lori Bryant to Amber Franklin, Christopher Chavez to James Johnson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Stacey Morrison", "id": 2816009}, {"name": "Connie Taylor", "id": 2413596}, {"name": "Bryan Dalton", "id": 3095972}, {"name": "Jessica Sullivan", "id": 2452389}, {"name": "Elizabeth Hall", "id": 2414758}, {"name": "Michael Orr", "id": 2415147}, {"name": "Jon Dunn", "id": 2482358}, {"name": "Kristina Hebert", "id": 2531383}, {"name": "Alexander Williams", "id": 2449340}, {"name": "Kelly Schmidt", "id": 2427965}, {"name": "Emily Ibarra", "id": 2416573}, {"name": "Terry Sanchez", "id": 2419264}, {"name": "Lori Bryant", "id": 2419270}, {"name": "Diane Gonzales", "id": 2415057}, {"name": "Christopher Chavez", "id": 2413536}, {"name": "Amber Franklin", "id": 3096290}, {"name": "Kathleen Gonzalez", "id": 2684260}, {"name": "Christopher Simmons", "id": 2423910}, {"name": "Michael Odonnell", "id": 2500855}, {"name": "Riley Mcgrath", "id": 2470011}, {"name": "James Johnson", "id": 2865279}], "links": [{"source": 2816009, "target": 2413596}, {"source": 2816009, "target": 2419270}, {"source": 2413596, "target": 2414758}, {"source": 2413596, "target": 2865279}, {"source": 3095972, "target": 2419264}, {"source": 3095972, "target": 2419270}, {"source": 2452389, "target": 2531383}, {"source": 2482358, "target": 2531383}, {"source": 2531383, "target": 2423910}, {"source": 2427965, "target": 2423910}, {"source": 2419264, "target": 2684260}, {"source": 2419270, "target": 3096290}, {"source": 2413536, "target": 2865279}]}
|
[
2413536,
2452389,
2415147,
2449340,
2416573,
2415057,
2500855,
2470011
] | 8 |
207 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Andrea Greene, Douglas Cuevas, Kellie Anderson, Joseph Mcknight II, Michelle Holmes, Pamela Alexander, Jose Adams, David Williams, Andrew Pitts, Paul Bryant, Albert Moyer, Traci Holmes, Joseph Gonzalez, Mr. Gary Lawson MD, Jason Myers, James Jones
- Fiendship connections: Andrea Greene to Albert Moyer, Kellie Anderson to Pamela Alexander, Joseph Mcknight II to James Jones, Michelle Holmes to Jose Adams, David Williams to Mr. Gary Lawson MD, Paul Bryant to Jason Myers, Paul Bryant to Traci Holmes, Joseph Gonzalez to James Jones
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Andrea Greene", "id": 5222754}, {"name": "Douglas Cuevas", "id": 2641157}, {"name": "Kellie Anderson", "id": 1221127}, {"name": "Joseph Mcknight II", "id": 168}, {"name": "Michelle Holmes", "id": 2422441}, {"name": "Pamela Alexander", "id": 884647}, {"name": "Jose Adams", "id": 2457036}, {"name": "David Williams", "id": 2432685}, {"name": "Andrew Pitts", "id": 2449809}, {"name": "Paul Bryant", "id": 2419571}, {"name": "Albert Moyer", "id": 5997334}, {"name": "Traci Holmes", "id": 3078807}, {"name": "Joseph Gonzalez", "id": 189145}, {"name": "Mr. Gary Lawson MD", "id": 3500954}, {"name": "Jason Myers", "id": 3075741}, {"name": "James Jones", "id": 189151}], "links": [{"source": 5222754, "target": 5997334}, {"source": 1221127, "target": 884647}, {"source": 168, "target": 189151}, {"source": 2422441, "target": 2457036}, {"source": 2432685, "target": 3500954}, {"source": 2419571, "target": 3075741}, {"source": 2419571, "target": 3078807}, {"source": 189145, "target": 189151}]}
|
[
5222754,
2641157,
884647,
168,
2422441,
3500954,
2449809,
2419571
] | 8 |
208 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: David Arias, Kimberly Davidson, John Smith, Calvin Price, Jonathan Reynolds, Maxwell Ford, Christopher Cohen, Chad Brooks, Amber Jennings, Christina Webster, Michael Steele, Douglas Ayala, Christian James, Todd Tucker, Richard Sutton, Lisa Heath, Andrew Briggs, Michelle Skinner
- Fiendship connections: David Arias to Todd Tucker, Kimberly Davidson to Jonathan Reynolds, Kimberly Davidson to Douglas Ayala, John Smith to Christian James, John Smith to Christopher Cohen, Calvin Price to Todd Tucker, Calvin Price to Michael Steele, Calvin Price to Douglas Ayala, Jonathan Reynolds to Todd Tucker, Jonathan Reynolds to Chad Brooks, Jonathan Reynolds to Christian James, Jonathan Reynolds to Lisa Heath, Jonathan Reynolds to Amber Jennings, Maxwell Ford to Michael Steele, Maxwell Ford to Richard Sutton, Chad Brooks to Amber Jennings, Amber Jennings to Christian James, Christina Webster to Todd Tucker, Michael Steele to Richard Sutton, Todd Tucker to Andrew Briggs
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "David Arias", "id": 1371617}, {"name": "Kimberly Davidson", "id": 1335747}, {"name": "John Smith", "id": 1303621}, {"name": "Calvin Price", "id": 1325670}, {"name": "Jonathan Reynolds", "id": 1373767}, {"name": "Maxwell Ford", "id": 1447046}, {"name": "Christopher Cohen", "id": 1926537}, {"name": "Chad Brooks", "id": 1017803}, {"name": "Amber Jennings", "id": 1667724}, {"name": "Christina Webster", "id": 991853}, {"name": "Michael Steele", "id": 1127502}, {"name": "Douglas Ayala", "id": 1613615}, {"name": "Christian James", "id": 1373937}, {"name": "Todd Tucker", "id": 830162}, {"name": "Richard Sutton", "id": 1972245}, {"name": "Lisa Heath", "id": 1502170}, {"name": "Andrew Briggs", "id": 1358971}, {"name": "Michelle Skinner", "id": 1001596}], "links": [{"source": 1371617, "target": 830162}, {"source": 1335747, "target": 1373767}, {"source": 1335747, "target": 1613615}, {"source": 1303621, "target": 1373937}, {"source": 1303621, "target": 1926537}, {"source": 1325670, "target": 830162}, {"source": 1325670, "target": 1127502}, {"source": 1325670, "target": 1613615}, {"source": 1373767, "target": 830162}, {"source": 1373767, "target": 1017803}, {"source": 1373767, "target": 1373937}, {"source": 1373767, "target": 1502170}, {"source": 1373767, "target": 1667724}, {"source": 1447046, "target": 1127502}, {"source": 1447046, "target": 1972245}, {"source": 1017803, "target": 1667724}, {"source": 1667724, "target": 1373937}, {"source": 991853, "target": 830162}, {"source": 1127502, "target": 1972245}, {"source": 830162, "target": 1358971}]}
|
[
1371617,
1001596
] | 2 |
209 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Shannon Lewis, Jamie Ferguson, Christina Larson, Courtney Banks, Angela Gardner, Mrs. Linda Johnson PhD, Karen Mathews, Gregory Savage, Ashley Hall, Amber Goodman, Amber Ramirez, Larry Abbott, Crystal Diaz, Cynthia Castaneda, Brandon Wilkins, James Taylor
- Fiendship connections: Shannon Lewis to Amber Goodman, Jamie Ferguson to Brandon Wilkins, Jamie Ferguson to Crystal Diaz, Christina Larson to Amber Ramirez, Christina Larson to Larry Abbott, Angela Gardner to James Taylor, Mrs. Linda Johnson PhD to Amber Ramirez, Gregory Savage to Cynthia Castaneda, Gregory Savage to Crystal Diaz, Ashley Hall to Amber Goodman, Amber Goodman to Crystal Diaz, Cynthia Castaneda to Brandon Wilkins, Brandon Wilkins to James Taylor
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Shannon Lewis", "id": 26496}, {"name": "Jamie Ferguson", "id": 8837}, {"name": "Christina Larson", "id": 2456582}, {"name": "Courtney Banks", "id": 15141}, {"name": "Angela Gardner", "id": 806}, {"name": "Mrs. Linda Johnson PhD", "id": 2438825}, {"name": "Karen Mathews", "id": 2459023}, {"name": "Gregory Savage", "id": 12400}, {"name": "Ashley Hall", "id": 30961}, {"name": "Amber Goodman", "id": 30963}, {"name": "Amber Ramirez", "id": 2757884}, {"name": "Larry Abbott", "id": 3990457}, {"name": "Crystal Diaz", "id": 261499}, {"name": "Cynthia Castaneda", "id": 1691}, {"name": "Brandon Wilkins", "id": 3422}, {"name": "James Taylor", "id": 53823}], "links": [{"source": 26496, "target": 30963}, {"source": 8837, "target": 3422}, {"source": 8837, "target": 261499}, {"source": 2456582, "target": 2757884}, {"source": 2456582, "target": 3990457}, {"source": 806, "target": 53823}, {"source": 2438825, "target": 2757884}, {"source": 12400, "target": 1691}, {"source": 12400, "target": 261499}, {"source": 30961, "target": 30963}, {"source": 30963, "target": 261499}, {"source": 1691, "target": 3422}, {"source": 3422, "target": 53823}]}
|
[
26496,
3990457,
15141,
2459023
] | 4 |
210 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Patrick May, Lauren Gutierrez, Tina Schultz, Edward West, Scott Clark, Elizabeth Burke, Robert Garrett, Mr. Thomas Conrad, Linda Guzman, Jamie Small, Deborah Townsend, Jeremy Rodriguez, Gregory Hale, Judy Hall, Michael Jones, Jeffrey Smith
- Fiendship connections: Patrick May to Jeremy Rodriguez, Patrick May to Lauren Gutierrez, Tina Schultz to Judy Hall, Tina Schultz to Michael Jones, Tina Schultz to Edward West, Tina Schultz to Scott Clark, Tina Schultz to Elizabeth Burke, Tina Schultz to Robert Garrett, Tina Schultz to Mr. Thomas Conrad, Tina Schultz to Jamie Small, Tina Schultz to Deborah Townsend, Linda Guzman to Jeremy Rodriguez, Linda Guzman to Jamie Small
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Patrick May", "id": 2497920}, {"name": "Lauren Gutierrez", "id": 2432099}, {"name": "Tina Schultz", "id": 2472420}, {"name": "Edward West", "id": 4336679}, {"name": "Scott Clark", "id": 4336680}, {"name": "Elizabeth Burke", "id": 4336681}, {"name": "Robert Garrett", "id": 4336682}, {"name": "Mr. Thomas Conrad", "id": 4336683}, {"name": "Linda Guzman", "id": 2497992}, {"name": "Jamie Small", "id": 4336685}, {"name": "Deborah Townsend", "id": 4336686}, {"name": "Jeremy Rodriguez", "id": 2405976}, {"name": "Gregory Hale", "id": 2472409}, {"name": "Judy Hall", "id": 2451195}, {"name": "Michael Jones", "id": 2476446}, {"name": "Jeffrey Smith", "id": 2421535}], "links": [{"source": 2497920, "target": 2405976}, {"source": 2497920, "target": 2432099}, {"source": 2472420, "target": 2451195}, {"source": 2472420, "target": 2476446}, {"source": 2472420, "target": 4336679}, {"source": 2472420, "target": 4336680}, {"source": 2472420, "target": 4336681}, {"source": 2472420, "target": 4336682}, {"source": 2472420, "target": 4336683}, {"source": 2472420, "target": 4336685}, {"source": 2472420, "target": 4336686}, {"source": 2497992, "target": 2405976}, {"source": 2497992, "target": 4336685}]}
|
[
2497920,
2472409,
2421535
] | 3 |
211 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Crystal Leon, Courtney Garner, Sharon Roberts, Jamie Chavez, Steven Stanley, Regina Thompson, Robert Leach, Tony Garrett, Jessica Dixon, Jonathan Curry, Darin Fletcher, Jacqueline Rodriguez, Kimberly Huffman, Christopher Perkins, Brian Brown, Veronica Dickson, Richard Fisher, Alexandra Dyer, Amber Morrison, Nancy Woodward, Rebecca Bryant, Kristen Johnson, Jose Bryant, Ashley Hughes
- Fiendship connections: Crystal Leon to Kristen Johnson, Crystal Leon to Alexandra Dyer, Crystal Leon to Regina Thompson, Crystal Leon to Jamie Chavez, Crystal Leon to Jessica Dixon, Crystal Leon to Darin Fletcher, Crystal Leon to Brian Brown, Courtney Garner to Rebecca Bryant, Courtney Garner to Kimberly Huffman, Courtney Garner to Amber Morrison, Sharon Roberts to Alexandra Dyer, Sharon Roberts to Ashley Hughes, Jamie Chavez to Steven Stanley, Steven Stanley to Robert Leach, Steven Stanley to Nancy Woodward, Tony Garrett to Ashley Hughes, Tony Garrett to Christopher Perkins, Jessica Dixon to Jonathan Curry, Jacqueline Rodriguez to Veronica Dickson, Jacqueline Rodriguez to Amber Morrison, Kimberly Huffman to Rebecca Bryant, Richard Fisher to Alexandra Dyer, Rebecca Bryant to Kristen Johnson, Kristen Johnson to Jose Bryant
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Crystal Leon", "id": 808581}, {"name": "Courtney Garner", "id": 847110}, {"name": "Sharon Roberts", "id": 1152649}, {"name": "Jamie Chavez", "id": 1103503}, {"name": "Steven Stanley", "id": 1086871}, {"name": "Regina Thompson", "id": 1013016}, {"name": "Robert Leach", "id": 969630}, {"name": "Tony Garrett", "id": 1117855}, {"name": "Jessica Dixon", "id": 1195441}, {"name": "Jonathan Curry", "id": 1054517}, {"name": "Darin Fletcher", "id": 1300561}, {"name": "Jacqueline Rodriguez", "id": 776274}, {"name": "Kimberly Huffman", "id": 888824}, {"name": "Christopher Perkins", "id": 1394013}, {"name": "Brian Brown", "id": 1752288}, {"name": "Veronica Dickson", "id": 981092}, {"name": "Richard Fisher", "id": 1238372}, {"name": "Alexandra Dyer", "id": 809064}, {"name": "Amber Morrison", "id": 981097}, {"name": "Nancy Woodward", "id": 1875565}, {"name": "Rebecca Bryant", "id": 808558}, {"name": "Kristen Johnson", "id": 771832}, {"name": "Jose Bryant", "id": 773370}, {"name": "Ashley Hughes", "id": 1263231}], "links": [{"source": 808581, "target": 771832}, {"source": 808581, "target": 809064}, {"source": 808581, "target": 1013016}, {"source": 808581, "target": 1103503}, {"source": 808581, "target": 1195441}, {"source": 808581, "target": 1300561}, {"source": 808581, "target": 1752288}, {"source": 847110, "target": 808558}, {"source": 847110, "target": 888824}, {"source": 847110, "target": 981097}, {"source": 1152649, "target": 809064}, {"source": 1152649, "target": 1263231}, {"source": 1103503, "target": 1086871}, {"source": 1086871, "target": 969630}, {"source": 1086871, "target": 1875565}, {"source": 1117855, "target": 1263231}, {"source": 1117855, "target": 1394013}, {"source": 1195441, "target": 1054517}, {"source": 776274, "target": 981092}, {"source": 776274, "target": 981097}, {"source": 888824, "target": 808558}, {"source": 1238372, "target": 809064}, {"source": 808558, "target": 771832}, {"source": 771832, "target": 773370}]}
|
[
808581
] | 1 |
212 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Whitney Anderson, Rebecca Cox, Brooke Freeman DDS, Sarah Kelly, Tiffany Finley, Matthew Kennedy, Robin Simmons, Kimberly White, Michael Hall, Heather Rojas, Daniel Newman, Tiffany Vazquez, Tim Escobar, Kerri Lamb, Shannon Walker, Stephanie George, Ronnie Silva, Dr. Jill Levy MD, Michael Brown, Crystal Smith
- Fiendship connections: Whitney Anderson to Shannon Walker, Rebecca Cox to Tiffany Vazquez, Rebecca Cox to Michael Brown, Brooke Freeman DDS to Tim Escobar, Brooke Freeman DDS to Michael Hall, Matthew Kennedy to Tim Escobar, Robin Simmons to Ronnie Silva, Kimberly White to Ronnie Silva, Daniel Newman to Michael Brown, Tiffany Vazquez to Michael Brown, Tiffany Vazquez to Kerri Lamb, Kerri Lamb to Michael Brown, Shannon Walker to Stephanie George, Stephanie George to Dr. Jill Levy MD, Dr. Jill Levy MD to Michael Brown
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Whitney Anderson", "id": 4936066}, {"name": "Rebecca Cox", "id": 5147651}, {"name": "Brooke Freeman DDS", "id": 102406}, {"name": "Sarah Kelly", "id": 5027981}, {"name": "Tiffany Finley", "id": 4991506}, {"name": "Matthew Kennedy", "id": 39203}, {"name": "Robin Simmons", "id": 5888305}, {"name": "Kimberly White", "id": 4959156}, {"name": "Michael Hall", "id": 24251}, {"name": "Heather Rojas", "id": 5018561}, {"name": "Daniel Newman", "id": 6051542}, {"name": "Tiffany Vazquez", "id": 4968279}, {"name": "Tim Escobar", "id": 1111}, {"name": "Kerri Lamb", "id": 5515744}, {"name": "Shannon Walker", "id": 5208041}, {"name": "Stephanie George", "id": 5253612}, {"name": "Ronnie Silva", "id": 4947696}, {"name": "Dr. Jill Levy MD", "id": 5283570}, {"name": "Michael Brown", "id": 5408888}, {"name": "Crystal Smith", "id": 5306493}], "links": [{"source": 4936066, "target": 5208041}, {"source": 5147651, "target": 4968279}, {"source": 5147651, "target": 5408888}, {"source": 102406, "target": 1111}, {"source": 102406, "target": 24251}, {"source": 39203, "target": 1111}, {"source": 5888305, "target": 4947696}, {"source": 4959156, "target": 4947696}, {"source": 6051542, "target": 5408888}, {"source": 4968279, "target": 5408888}, {"source": 4968279, "target": 5515744}, {"source": 5515744, "target": 5408888}, {"source": 5208041, "target": 5253612}, {"source": 5253612, "target": 5283570}, {"source": 5283570, "target": 5408888}]}
|
[
5515744,
39203,
5027981,
4991506,
4947696,
5018561,
5306493
] | 7 |
213 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jeremy Solis, Amanda Harrison, David Rich, Blake Hart, Allen Lane, Bethany Shah, Alicia Washington, Richard Ware, Lisa Evans PhD, Robert Simmons, Randy Rivera, Alyssa Herrera, Ashley Thomas, James Morris, Lisa Johnson, Cheyenne Levy, Robert Austin, Christopher Hoffman, John Sullivan, Gina Moran, Stephen Brewer, Zachary Camacho, Aaron Smith, John Garcia, Cody Mcclure, Kimberly Mitchell
- Fiendship connections: Jeremy Solis to Robert Simmons, Amanda Harrison to Robert Austin, Amanda Harrison to Stephen Brewer, David Rich to Blake Hart, Blake Hart to Allen Lane, Allen Lane to James Morris, Allen Lane to Richard Ware, Alicia Washington to John Sullivan, Richard Ware to Aaron Smith, Richard Ware to Gina Moran, Richard Ware to James Morris, Richard Ware to Lisa Johnson, Richard Ware to Alyssa Herrera, Richard Ware to Christopher Hoffman, Lisa Evans PhD to Lisa Johnson, Randy Rivera to Alyssa Herrera, Alyssa Herrera to Aaron Smith, Alyssa Herrera to Gina Moran, Alyssa Herrera to John Garcia, Alyssa Herrera to John Sullivan, Alyssa Herrera to Christopher Hoffman, Lisa Johnson to Gina Moran, Cheyenne Levy to Stephen Brewer, Robert Austin to Gina Moran, Gina Moran to Aaron Smith, Zachary Camacho to Kimberly Mitchell, Zachary Camacho to Aaron Smith, Zachary Camacho to John Garcia
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jeremy Solis", "id": 748165}, {"name": "Amanda Harrison", "id": 819342}, {"name": "David Rich", "id": 1740693}, {"name": "Blake Hart", "id": 1500183}, {"name": "Allen Lane", "id": 1500185}, {"name": "Bethany Shah", "id": 1176224}, {"name": "Alicia Washington", "id": 827298}, {"name": "Richard Ware", "id": 1575843}, {"name": "Lisa Evans PhD", "id": 1049250}, {"name": "Robert Simmons", "id": 9893}, {"name": "Randy Rivera", "id": 1267877}, {"name": "Alyssa Herrera", "id": 1575848}, {"name": "Ashley Thomas", "id": 16821}, {"name": "James Morris", "id": 1150136}, {"name": "Lisa Johnson", "id": 1417788}, {"name": "Cheyenne Levy", "id": 1013823}, {"name": "Robert Austin", "id": 880960}, {"name": "Christopher Hoffman", "id": 2275916}, {"name": "John Sullivan", "id": 1360717}, {"name": "Gina Moran", "id": 857691}, {"name": "Stephen Brewer", "id": 1298272}, {"name": "Zachary Camacho", "id": 847203}, {"name": "Aaron Smith", "id": 842990}, {"name": "John Garcia", "id": 1244400}, {"name": "Cody Mcclure", "id": 6387}, {"name": "Kimberly Mitchell", "id": 823925}], "links": [{"source": 748165, "target": 9893}, {"source": 819342, "target": 880960}, {"source": 819342, "target": 1298272}, {"source": 1740693, "target": 1500183}, {"source": 1500183, "target": 1500185}, {"source": 1500185, "target": 1150136}, {"source": 1500185, "target": 1575843}, {"source": 827298, "target": 1360717}, {"source": 1575843, "target": 842990}, {"source": 1575843, "target": 857691}, {"source": 1575843, "target": 1150136}, {"source": 1575843, "target": 1417788}, {"source": 1575843, "target": 1575848}, {"source": 1575843, "target": 2275916}, {"source": 1049250, "target": 1417788}, {"source": 1267877, "target": 1575848}, {"source": 1575848, "target": 842990}, {"source": 1575848, "target": 857691}, {"source": 1575848, "target": 1244400}, {"source": 1575848, "target": 1360717}, {"source": 1575848, "target": 2275916}, {"source": 1417788, "target": 857691}, {"source": 1013823, "target": 1298272}, {"source": 880960, "target": 857691}, {"source": 857691, "target": 842990}, {"source": 847203, "target": 823925}, {"source": 847203, "target": 842990}, {"source": 847203, "target": 1244400}]}
|
[
748165,
819342,
1176224,
16821,
6387
] | 5 |
214 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Walter Rivera, Adam Sosa, Luke Reed, Michael Navarro, Cynthia Jordan, Ryan Shepherd, Ellen Brown, Dr. Patricia Patel, Toni Thompson, Ryan Goodwin, Jason Willis, Steven Bailey, Jessica Terry, Andrea Freeman, Daniel Blackwell, Brian Gray, Melody Armstrong, Nancy Bradley, Eric Adams, Joshua Hunt, Maria Bishop, Richard Maxwell, Kyle Medina, Matthew Garcia, Vanessa Dyer, Carol Skinner
- Fiendship connections: Adam Sosa to Ryan Goodwin, Adam Sosa to Joshua Hunt, Luke Reed to Ellen Brown, Luke Reed to Andrea Freeman, Luke Reed to Maria Bishop, Luke Reed to Carol Skinner, Luke Reed to Cynthia Jordan, Michael Navarro to Maria Bishop, Cynthia Jordan to Andrea Freeman, Cynthia Jordan to Maria Bishop, Cynthia Jordan to Matthew Garcia, Ryan Shepherd to Jessica Terry, Ryan Shepherd to Andrea Freeman, Ryan Shepherd to Maria Bishop, Ryan Shepherd to Carol Skinner, Ellen Brown to Andrea Freeman, Ellen Brown to Carol Skinner, Ellen Brown to Matthew Garcia, Dr. Patricia Patel to Richard Maxwell, Dr. Patricia Patel to Joshua Hunt, Jessica Terry to Andrea Freeman, Jessica Terry to Carol Skinner, Andrea Freeman to Maria Bishop, Andrea Freeman to Carol Skinner, Daniel Blackwell to Joshua Hunt, Brian Gray to Joshua Hunt, Melody Armstrong to Eric Adams, Joshua Hunt to Kyle Medina, Joshua Hunt to Richard Maxwell, Maria Bishop to Matthew Garcia
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Walter Rivera", "id": 5054081}, {"name": "Adam Sosa", "id": 4956931}, {"name": "Luke Reed", "id": 2421769}, {"name": "Michael Navarro", "id": 3156874}, {"name": "Cynthia Jordan", "id": 2421772}, {"name": "Ryan Shepherd", "id": 3154319}, {"name": "Ellen Brown", "id": 2420248}, {"name": "Dr. Patricia Patel", "id": 5238181}, {"name": "Toni Thompson", "id": 4933291}, {"name": "Ryan Goodwin", "id": 5106613}, {"name": "Jason Willis", "id": 2428614}, {"name": "Steven Bailey", "id": 5022669}, {"name": "Jessica Terry", "id": 2421585}, {"name": "Andrea Freeman", "id": 2421586}, {"name": "Daniel Blackwell", "id": 5503315}, {"name": "Brian Gray", "id": 5582162}, {"name": "Melody Armstrong", "id": 2463578}, {"name": "Nancy Bradley", "id": 2421729}, {"name": "Eric Adams", "id": 2430306}, {"name": "Joshua Hunt", "id": 5557348}, {"name": "Maria Bishop", "id": 2421611}, {"name": "Richard Maxwell", "id": 4933489}, {"name": "Kyle Medina", "id": 4927347}, {"name": "Matthew Garcia", "id": 2452340}, {"name": "Vanessa Dyer", "id": 5114235}, {"name": "Carol Skinner", "id": 2421629}], "links": [{"source": 4956931, "target": 5106613}, {"source": 4956931, "target": 5557348}, {"source": 2421769, "target": 2420248}, {"source": 2421769, "target": 2421586}, {"source": 2421769, "target": 2421611}, {"source": 2421769, "target": 2421629}, {"source": 2421769, "target": 2421772}, {"source": 3156874, "target": 2421611}, {"source": 2421772, "target": 2421586}, {"source": 2421772, "target": 2421611}, {"source": 2421772, "target": 2452340}, {"source": 3154319, "target": 2421585}, {"source": 3154319, "target": 2421586}, {"source": 3154319, "target": 2421611}, {"source": 3154319, "target": 2421629}, {"source": 2420248, "target": 2421586}, {"source": 2420248, "target": 2421629}, {"source": 2420248, "target": 2452340}, {"source": 5238181, "target": 4933489}, {"source": 5238181, "target": 5557348}, {"source": 2421585, "target": 2421586}, {"source": 2421585, "target": 2421629}, {"source": 2421586, "target": 2421611}, {"source": 2421586, "target": 2421629}, {"source": 5503315, "target": 5557348}, {"source": 5582162, "target": 5557348}, {"source": 2463578, "target": 2430306}, {"source": 5557348, "target": 4927347}, {"source": 5557348, "target": 4933489}, {"source": 2421611, "target": 2452340}]}
|
[
5054081,
4956931,
2421769,
4933291,
2428614,
5022669,
2463578,
2421729,
5114235
] | 9 |
215 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Melody Mccormick, Amy Beard, Roy Simpson, Haley Rodriguez, Sean Hernandez, Carlos Todd, Charles Wu, Robert Weiss, Carlos Anderson, Stacey Carpenter, Marie Hunt, Renee Vance, Zachary Wilson, Emily Fields, Ryan Morales, Danielle Mcgee, Brandon Williams, Jennifer Allen, Matthew Miller, Amanda Turner, James Roth, Brian Barrett, Joel Henderson, Veronica Greene, Danielle Burns
- Fiendship connections: Melody Mccormick to Carlos Todd, Amy Beard to Sean Hernandez, Amy Beard to Danielle Burns, Haley Rodriguez to Charles Wu, Carlos Todd to Stacey Carpenter, Charles Wu to Marie Hunt, Robert Weiss to Carlos Anderson, Robert Weiss to Stacey Carpenter, Stacey Carpenter to Zachary Wilson, Renee Vance to James Roth, Zachary Wilson to Jennifer Allen, Emily Fields to Matthew Miller, James Roth to Joel Henderson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Melody Mccormick", "id": 2485248}, {"name": "Amy Beard", "id": 2476293}, {"name": "Roy Simpson", "id": 2502033}, {"name": "Haley Rodriguez", "id": 4794391}, {"name": "Sean Hernandez", "id": 2411806}, {"name": "Carlos Todd", "id": 3306535}, {"name": "Charles Wu", "id": 2493611}, {"name": "Robert Weiss", "id": 2652465}, {"name": "Carlos Anderson", "id": 2424242}, {"name": "Stacey Carpenter", "id": 2426675}, {"name": "Marie Hunt", "id": 2493241}, {"name": "Renee Vance", "id": 4934465}, {"name": "Zachary Wilson", "id": 2444101}, {"name": "Emily Fields", "id": 2520010}, {"name": "Ryan Morales", "id": 2481995}, {"name": "Danielle Mcgee", "id": 2481490}, {"name": "Brandon Williams", "id": 2476630}, {"name": "Jennifer Allen", "id": 3209816}, {"name": "Matthew Miller", "id": 2416475}, {"name": "Amanda Turner", "id": 2479590}, {"name": "James Roth", "id": 5439083}, {"name": "Brian Barrett", "id": 2447341}, {"name": "Joel Henderson", "id": 4977006}, {"name": "Veronica Greene", "id": 2482031}, {"name": "Danielle Burns", "id": 2486013}], "links": [{"source": 2485248, "target": 3306535}, {"source": 2476293, "target": 2411806}, {"source": 2476293, "target": 2486013}, {"source": 4794391, "target": 2493611}, {"source": 3306535, "target": 2426675}, {"source": 2493611, "target": 2493241}, {"source": 2652465, "target": 2424242}, {"source": 2652465, "target": 2426675}, {"source": 2426675, "target": 2444101}, {"source": 4934465, "target": 5439083}, {"source": 2444101, "target": 3209816}, {"source": 2520010, "target": 2416475}, {"source": 5439083, "target": 4977006}]}
|
[
2485248,
2486013,
2502033,
2493241,
4934465,
2520010,
2481995,
2481490,
2476630,
2479590,
2447341,
2482031
] | 12 |
216 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: April Leon, Brian Meyers, Audrey Lee, Joshua Smith, Christy Middleton MD, Damon Nicholson, Tara Thompson, Michael Klein, Kristie Hoffman, Charles Velasquez, Elizabeth Hunt, Kristen Baker, William Jones, Travis Fernandez, Ashley Valdez, Gina King, Craig Thompson
- Fiendship connections: April Leon to Tara Thompson, Brian Meyers to Gina King, Brian Meyers to Tara Thompson, Audrey Lee to Charles Velasquez, Audrey Lee to Kristie Hoffman, Joshua Smith to Damon Nicholson, Joshua Smith to William Jones, Joshua Smith to Kristen Baker, Joshua Smith to Ashley Valdez, Christy Middleton MD to Charles Velasquez, Tara Thompson to Kristie Hoffman, Michael Klein to Charles Velasquez, Kristie Hoffman to Charles Velasquez, Kristie Hoffman to Craig Thompson, Kristie Hoffman to Travis Fernandez, Charles Velasquez to Travis Fernandez, Elizabeth Hunt to Craig Thompson, Kristen Baker to Ashley Valdez, William Jones to Ashley Valdez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "April Leon", "id": 4507713}, {"name": "Brian Meyers", "id": 2551929}, {"name": "Audrey Lee", "id": 2700964}, {"name": "Joshua Smith", "id": 792773}, {"name": "Christy Middleton MD", "id": 4058758}, {"name": "Damon Nicholson", "id": 792775}, {"name": "Tara Thompson", "id": 2482732}, {"name": "Michael Klein", "id": 4058895}, {"name": "Kristie Hoffman", "id": 2473872}, {"name": "Charles Velasquez", "id": 2459635}, {"name": "Elizabeth Hunt", "id": 2474292}, {"name": "Kristen Baker", "id": 1468182}, {"name": "William Jones", "id": 1174199}, {"name": "Travis Fernandez", "id": 4058680}, {"name": "Ashley Valdez", "id": 1589977}, {"name": "Gina King", "id": 2405334}, {"name": "Craig Thompson", "id": 2526877}], "links": [{"source": 4507713, "target": 2482732}, {"source": 2551929, "target": 2405334}, {"source": 2551929, "target": 2482732}, {"source": 2700964, "target": 2459635}, {"source": 2700964, "target": 2473872}, {"source": 792773, "target": 792775}, {"source": 792773, "target": 1174199}, {"source": 792773, "target": 1468182}, {"source": 792773, "target": 1589977}, {"source": 4058758, "target": 2459635}, {"source": 2482732, "target": 2473872}, {"source": 4058895, "target": 2459635}, {"source": 2473872, "target": 2459635}, {"source": 2473872, "target": 2526877}, {"source": 2473872, "target": 4058680}, {"source": 2459635, "target": 4058680}, {"source": 2474292, "target": 2526877}, {"source": 1468182, "target": 1589977}, {"source": 1174199, "target": 1589977}]}
|
[
4507713,
792773
] | 2 |
217 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Yolanda Brewer, Robert Schmidt, Christopher Franklin, Paula Ashley, Angela Cole, Mark Smith, Justin King, Mary Mccoy, Danielle Rivera, Laura Ortiz, Dean Smith DDS, Katherine Contreras, Chelsea Frey, James Chase, Carrie Moses, Cindy Villegas, Miranda Richardson, Douglas Edwards, James Clark, Wendy Robertson, Lisa Roberts, Jason Johnson II, Patrick Garner
- Fiendship connections: Yolanda Brewer to Mark Smith, Yolanda Brewer to James Chase, Yolanda Brewer to Carrie Moses, Yolanda Brewer to Christopher Franklin, Robert Schmidt to Jason Johnson II, Christopher Franklin to Chelsea Frey, Paula Ashley to Mark Smith, Angela Cole to Douglas Edwards, Angela Cole to Patrick Garner, Mary Mccoy to Laura Ortiz, Mary Mccoy to Patrick Garner, Danielle Rivera to Wendy Robertson, Laura Ortiz to Wendy Robertson, Dean Smith DDS to Chelsea Frey, Chelsea Frey to Lisa Roberts, Chelsea Frey to Douglas Edwards, Lisa Roberts to Jason Johnson II
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Yolanda Brewer", "id": 2478336}, {"name": "Robert Schmidt", "id": 3559430}, {"name": "Christopher Franklin", "id": 4306833}, {"name": "Paula Ashley", "id": 4317971}, {"name": "Angela Cole", "id": 2495638}, {"name": "Mark Smith", "id": 2472087}, {"name": "Justin King", "id": 2462243}, {"name": "Mary Mccoy", "id": 2474539}, {"name": "Danielle Rivera", "id": 2456498}, {"name": "Laura Ortiz", "id": 2969907}, {"name": "Dean Smith DDS", "id": 4306868}, {"name": "Katherine Contreras", "id": 2433591}, {"name": "Chelsea Frey", "id": 2470742}, {"name": "James Chase", "id": 2571734}, {"name": "Carrie Moses", "id": 3060952}, {"name": "Cindy Villegas", "id": 2471901}, {"name": "Miranda Richardson", "id": 2499936}, {"name": "Douglas Edwards", "id": 2882409}, {"name": "James Clark", "id": 2464491}, {"name": "Wendy Robertson", "id": 2456434}, {"name": "Lisa Roberts", "id": 2536564}, {"name": "Jason Johnson II", "id": 2475510}, {"name": "Patrick Garner", "id": 3518847}], "links": [{"source": 2478336, "target": 2472087}, {"source": 2478336, "target": 2571734}, {"source": 2478336, "target": 3060952}, {"source": 2478336, "target": 4306833}, {"source": 3559430, "target": 2475510}, {"source": 4306833, "target": 2470742}, {"source": 4317971, "target": 2472087}, {"source": 2495638, "target": 2882409}, {"source": 2495638, "target": 3518847}, {"source": 2474539, "target": 2969907}, {"source": 2474539, "target": 3518847}, {"source": 2456498, "target": 2456434}, {"source": 2969907, "target": 2456434}, {"source": 4306868, "target": 2470742}, {"source": 2470742, "target": 2536564}, {"source": 2470742, "target": 2882409}, {"source": 2536564, "target": 2475510}]}
|
[
2478336,
2462243,
2433591,
2471901,
2499936,
2464491
] | 6 |
218 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Kendra Webb, David Velazquez, Jordan Johnson, Omar Davenport, Jacob Rasmussen, Claudia Medina, Anne Harmon, Angela Kane, Stephen Brandt, David Reed, Robert Stark, Angela Mcintosh, Catherine Parker, Kathryn Lane, Edward Davis, Daniel Sherman, Nancy Cruz, Kim Carter, Laura Mckinney, Monica Cox, William Dickerson, John Richmond, Angela Roberts, Susan Lawson, Wesley Fischer
- Fiendship connections: Kendra Webb to Kathryn Lane, Kendra Webb to David Velazquez, Kendra Webb to Daniel Sherman, David Velazquez to Kathryn Lane, Jordan Johnson to Omar Davenport, Omar Davenport to David Reed, Omar Davenport to John Richmond, Omar Davenport to William Dickerson, Omar Davenport to Edward Davis, Anne Harmon to Monica Cox, Stephen Brandt to Monica Cox, Robert Stark to Monica Cox, Kathryn Lane to Daniel Sherman, Kathryn Lane to Wesley Fischer, Monica Cox to Angela Roberts
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kendra Webb", "id": 855186}, {"name": "David Velazquez", "id": 855188}, {"name": "Jordan Johnson", "id": 2493350}, {"name": "Omar Davenport", "id": 2888615}, {"name": "Jacob Rasmussen", "id": 2451763}, {"name": "Claudia Medina", "id": 2477621}, {"name": "Anne Harmon", "id": 271798}, {"name": "Angela Kane", "id": 2462394}, {"name": "Stephen Brandt", "id": 123450}, {"name": "David Reed", "id": 2414528}, {"name": "Robert Stark", "id": 163527}, {"name": "Angela Mcintosh", "id": 850124}, {"name": "Catherine Parker", "id": 915540}, {"name": "Kathryn Lane", "id": 824405}, {"name": "Edward Davis", "id": 2462423}, {"name": "Daniel Sherman", "id": 931930}, {"name": "Nancy Cruz", "id": 2478940}, {"name": "Kim Carter", "id": 2453980}, {"name": "Laura Mckinney", "id": 804194}, {"name": "Monica Cox", "id": 4323}, {"name": "William Dickerson", "id": 2454884}, {"name": "John Richmond", "id": 2414566}, {"name": "Angela Roberts", "id": 758505}, {"name": "Susan Lawson", "id": 2482930}, {"name": "Wesley Fischer", "id": 941177}], "links": [{"source": 855186, "target": 824405}, {"source": 855186, "target": 855188}, {"source": 855186, "target": 931930}, {"source": 855188, "target": 824405}, {"source": 2493350, "target": 2888615}, {"source": 2888615, "target": 2414528}, {"source": 2888615, "target": 2414566}, {"source": 2888615, "target": 2454884}, {"source": 2888615, "target": 2462423}, {"source": 271798, "target": 4323}, {"source": 123450, "target": 4323}, {"source": 163527, "target": 4323}, {"source": 824405, "target": 931930}, {"source": 824405, "target": 941177}, {"source": 4323, "target": 758505}]}
|
[
855186,
2414528,
2451763,
2477621,
4323,
2462394,
850124,
915540,
2478940,
2453980,
804194,
2482930
] | 12 |
219 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Harry Roy, Tracey Blake, Steve Boone, Raymond Gardner, Rachael Swanson, Andrew Carrillo, Tyler Bradshaw, Stephanie Gutierrez, Melissa Ingram, Dustin Butler, Becky Osborne, Francisco Mathis DDS, Brent Miller, Mary Lewis, Ashley Tucker, Michelle Simon PhD, Carol Hall, Teresa Bishop
- Fiendship connections: Harry Roy to Raymond Gardner, Tracey Blake to Raymond Gardner, Steve Boone to Mary Lewis, Steve Boone to Rachael Swanson, Raymond Gardner to Tyler Bradshaw, Raymond Gardner to Teresa Bishop, Raymond Gardner to Carol Hall, Raymond Gardner to Brent Miller, Raymond Gardner to Rachael Swanson, Raymond Gardner to Andrew Carrillo, Raymond Gardner to Francisco Mathis DDS, Raymond Gardner to Stephanie Gutierrez, Raymond Gardner to Becky Osborne, Raymond Gardner to Ashley Tucker, Tyler Bradshaw to Melissa Ingram, Dustin Butler to Michelle Simon PhD, Dustin Butler to Mary Lewis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Harry Roy", "id": 6101891}, {"name": "Tracey Blake", "id": 6101987}, {"name": "Steve Boone", "id": 4928550}, {"name": "Raymond Gardner", "id": 4937577}, {"name": "Rachael Swanson", "id": 5278282}, {"name": "Andrew Carrillo", "id": 6101833}, {"name": "Tyler Bradshaw", "id": 4937390}, {"name": "Stephanie Gutierrez", "id": 6101871}, {"name": "Melissa Ingram", "id": 5162575}, {"name": "Dustin Butler", "id": 4971890}, {"name": "Becky Osborne", "id": 6101876}, {"name": "Francisco Mathis DDS", "id": 6101845}, {"name": "Brent Miller", "id": 5159700}, {"name": "Mary Lewis", "id": 4971832}, {"name": "Ashley Tucker", "id": 6102043}, {"name": "Michelle Simon PhD", "id": 4932093}, {"name": "Carol Hall", "id": 5132350}, {"name": "Teresa Bishop", "id": 4937503}], "links": [{"source": 6101891, "target": 4937577}, {"source": 6101987, "target": 4937577}, {"source": 4928550, "target": 4971832}, {"source": 4928550, "target": 5278282}, {"source": 4937577, "target": 4937390}, {"source": 4937577, "target": 4937503}, {"source": 4937577, "target": 5132350}, {"source": 4937577, "target": 5159700}, {"source": 4937577, "target": 5278282}, {"source": 4937577, "target": 6101833}, {"source": 4937577, "target": 6101845}, {"source": 4937577, "target": 6101871}, {"source": 4937577, "target": 6101876}, {"source": 4937577, "target": 6102043}, {"source": 4937390, "target": 5162575}, {"source": 4971890, "target": 4932093}, {"source": 4971890, "target": 4971832}]}
|
[
6101891
] | 1 |
220 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Shannon Oconnell, Michael Johnson, Renee Jenkins, John Serrano, Richard Cook, Jennifer Wolf, Angel Price, Savannah Ruiz, Lori Gonzalez, Robert Brandt Jr., Samantha Valencia, Aaron Castro, Gerald Jordan, Brandon Hampton, James Walters, Amy Martin, Michael Morales, Dr. Lisa Gregory, Dakota Jones, Cheryl Davis
- Fiendship connections: Shannon Oconnell to Dakota Jones, Michael Johnson to Dakota Jones, Renee Jenkins to Samantha Valencia, John Serrano to Aaron Castro, Jennifer Wolf to Lori Gonzalez, Jennifer Wolf to Brandon Hampton, Jennifer Wolf to James Walters, Angel Price to Samantha Valencia, Savannah Ruiz to Samantha Valencia, Savannah Ruiz to Gerald Jordan, Samantha Valencia to Gerald Jordan, Samantha Valencia to Michael Morales
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Shannon Oconnell", "id": 5292163}, {"name": "Michael Johnson", "id": 5800836}, {"name": "Renee Jenkins", "id": 2409991}, {"name": "John Serrano", "id": 2411539}, {"name": "Richard Cook", "id": 4956574}, {"name": "Jennifer Wolf", "id": 2467763}, {"name": "Angel Price", "id": 3130045}, {"name": "Savannah Ruiz", "id": 2467778}, {"name": "Lori Gonzalez", "id": 2437442}, {"name": "Robert Brandt Jr.", "id": 4960459}, {"name": "Samantha Valencia", "id": 2421075}, {"name": "Aaron Castro", "id": 2823511}, {"name": "Gerald Jordan", "id": 2467806}, {"name": "Brandon Hampton", "id": 2499039}, {"name": "James Walters", "id": 4256484}, {"name": "Amy Martin", "id": 2467821}, {"name": "Michael Morales", "id": 3129838}, {"name": "Dr. Lisa Gregory", "id": 2466414}, {"name": "Dakota Jones", "id": 4936956}, {"name": "Cheryl Davis", "id": 2414206}], "links": [{"source": 5292163, "target": 4936956}, {"source": 5800836, "target": 4936956}, {"source": 2409991, "target": 2421075}, {"source": 2411539, "target": 2823511}, {"source": 2467763, "target": 2437442}, {"source": 2467763, "target": 2499039}, {"source": 2467763, "target": 4256484}, {"source": 3130045, "target": 2421075}, {"source": 2467778, "target": 2421075}, {"source": 2467778, "target": 2467806}, {"source": 2421075, "target": 2467806}, {"source": 2421075, "target": 3129838}]}
|
[
5800836,
2467778,
2411539,
4956574,
2437442,
4960459,
2467821,
2466414,
2414206
] | 9 |
221 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Destiny Jensen, Virginia Sims, Andrew Taylor, Felicia Deleon, William Wood, Matthew Green, Jennifer Bernard, Elizabeth Johnson, Kristen Bryant, Michael Rivas DDS, Monica Hendricks, Yvette Chapman, Andrew Johns, Amanda Kelly, Kelsey Stephens, Jeffrey Poole, Brent Smith, Melissa Ramirez, Luis Wallace
- Fiendship connections: Virginia Sims to Andrew Johns, Andrew Taylor to Luis Wallace, William Wood to Luis Wallace, Matthew Green to Luis Wallace, Kristen Bryant to Melissa Ramirez, Monica Hendricks to Luis Wallace, Amanda Kelly to Luis Wallace, Jeffrey Poole to Melissa Ramirez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Destiny Jensen", "id": 1124739}, {"name": "Virginia Sims", "id": 2478735}, {"name": "Andrew Taylor", "id": 321559}, {"name": "Felicia Deleon", "id": 2464408}, {"name": "William Wood", "id": 386458}, {"name": "Matthew Green", "id": 386459}, {"name": "Jennifer Bernard", "id": 168603}, {"name": "Elizabeth Johnson", "id": 1054}, {"name": "Kristen Bryant", "id": 948647}, {"name": "Michael Rivas DDS", "id": 2457013}, {"name": "Monica Hendricks", "id": 241725}, {"name": "Yvette Chapman", "id": 2496199}, {"name": "Andrew Johns", "id": 4551752}, {"name": "Amanda Kelly", "id": 91086}, {"name": "Kelsey Stephens", "id": 25310}, {"name": "Jeffrey Poole", "id": 1309151}, {"name": "Brent Smith", "id": 741}, {"name": "Melissa Ramirez", "id": 1545710}, {"name": "Luis Wallace", "id": 535797}], "links": [{"source": 2478735, "target": 4551752}, {"source": 321559, "target": 535797}, {"source": 386458, "target": 535797}, {"source": 386459, "target": 535797}, {"source": 948647, "target": 1545710}, {"source": 241725, "target": 535797}, {"source": 91086, "target": 535797}, {"source": 1309151, "target": 1545710}]}
|
[
1124739,
4551752,
91086,
2464408,
168603,
1054,
1309151,
2457013,
2496199,
25310,
741
] | 11 |
222 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: John Moore, Julia Cain, Thomas Gonzales, Richard Harrell, Michelle Wall, Robert Vasquez, Jerry Valentine, Jennifer Wilson, Jesse Gomez, Bryan Kelly, Cameron Munoz, Sheila Lang, Ronald Bailey, Stephanie Andrews, Brent Harris, Catherine Kirby
- Fiendship connections: John Moore to Catherine Kirby, Julia Cain to Catherine Kirby, Thomas Gonzales to Catherine Kirby, Richard Harrell to Brent Harris, Richard Harrell to Catherine Kirby, Michelle Wall to Stephanie Andrews, Michelle Wall to Cameron Munoz, Robert Vasquez to Catherine Kirby, Jerry Valentine to Catherine Kirby, Jennifer Wilson to Catherine Kirby, Jesse Gomez to Catherine Kirby, Bryan Kelly to Stephanie Andrews, Cameron Munoz to Stephanie Andrews, Sheila Lang to Brent Harris, Ronald Bailey to Brent Harris, Stephanie Andrews to Brent Harris, Stephanie Andrews to Catherine Kirby, Brent Harris to Catherine Kirby
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "John Moore", "id": 2844801}, {"name": "Julia Cain", "id": 2844802}, {"name": "Thomas Gonzales", "id": 2844803}, {"name": "Richard Harrell", "id": 2843267}, {"name": "Michelle Wall", "id": 2412741}, {"name": "Robert Vasquez", "id": 2844806}, {"name": "Jerry Valentine", "id": 2844807}, {"name": "Jennifer Wilson", "id": 2844805}, {"name": "Jesse Gomez", "id": 2844804}, {"name": "Bryan Kelly", "id": 2412811}, {"name": "Cameron Munoz", "id": 2412780}, {"name": "Sheila Lang", "id": 2843277}, {"name": "Ronald Bailey", "id": 2843279}, {"name": "Stephanie Andrews", "id": 2403698}, {"name": "Brent Harris", "id": 2412791}, {"name": "Catherine Kirby", "id": 2412829}], "links": [{"source": 2844801, "target": 2412829}, {"source": 2844802, "target": 2412829}, {"source": 2844803, "target": 2412829}, {"source": 2843267, "target": 2412791}, {"source": 2843267, "target": 2412829}, {"source": 2412741, "target": 2403698}, {"source": 2412741, "target": 2412780}, {"source": 2844806, "target": 2412829}, {"source": 2844807, "target": 2412829}, {"source": 2844805, "target": 2412829}, {"source": 2844804, "target": 2412829}, {"source": 2412811, "target": 2403698}, {"source": 2412780, "target": 2403698}, {"source": 2843277, "target": 2412791}, {"source": 2843279, "target": 2412791}, {"source": 2403698, "target": 2412791}, {"source": 2403698, "target": 2412829}, {"source": 2412791, "target": 2412829}]}
|
[
2844801
] | 1 |
223 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Elizabeth Thomas DVM, Brittany Patel, Nancy Wagner, Kelsey Stewart, Debra Bennett, Angelica Hammond, Devon Hall, Colin Barron, Amy Walton, Peter Crane, Zachary Wyatt, John Smith MD, Kimberly Smith, Jennifer Ortega, Justin Joseph, Emily Allen, Ruben Byrd, Stephen Sanders, Jennifer Lee, Terry Rivas, Tony Mcdonald, Matthew Velez, Tanya Acosta, Scott Jensen, Julia Hutchinson, Susan Ramos, Sarah Gonzales, Beverly Harper, Aaron Kelly Jr., William Wilson
- Fiendship connections: Brittany Patel to Terry Rivas, Brittany Patel to Colin Barron, Nancy Wagner to Aaron Kelly Jr., Kelsey Stewart to Stephen Sanders, Debra Bennett to Tanya Acosta, Angelica Hammond to Matthew Velez, Angelica Hammond to Tanya Acosta, Devon Hall to Tanya Acosta, Colin Barron to Amy Walton, Colin Barron to Peter Crane, Colin Barron to Zachary Wyatt, Colin Barron to John Smith MD, Colin Barron to Kimberly Smith, Colin Barron to Justin Joseph, Colin Barron to Emily Allen, Stephen Sanders to Aaron Kelly Jr., Stephen Sanders to Jennifer Lee, Stephen Sanders to Scott Jensen, Stephen Sanders to Sarah Gonzales, Tony Mcdonald to Tanya Acosta, Matthew Velez to Tanya Acosta, Tanya Acosta to William Wilson, Julia Hutchinson to Beverly Harper
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Elizabeth Thomas DVM", "id": 5232786}, {"name": "Brittany Patel", "id": 4928531}, {"name": "Nancy Wagner", "id": 4968472}, {"name": "Kelsey Stewart", "id": 5480743}, {"name": "Debra Bennett", "id": 1534633}, {"name": "Angelica Hammond", "id": 862635}, {"name": "Devon Hall", "id": 2019516}, {"name": "Colin Barron", "id": 5657278}, {"name": "Amy Walton", "id": 5657279}, {"name": "Peter Crane", "id": 5657280}, {"name": "Zachary Wyatt", "id": 5657281}, {"name": "John Smith MD", "id": 5657282}, {"name": "Kimberly Smith", "id": 5657283}, {"name": "Jennifer Ortega", "id": 1076548}, {"name": "Justin Joseph", "id": 5657285}, {"name": "Emily Allen", "id": 5657286}, {"name": "Ruben Byrd", "id": 1688138}, {"name": "Stephen Sanders", "id": 5173195}, {"name": "Jennifer Lee", "id": 5173197}, {"name": "Terry Rivas", "id": 5113947}, {"name": "Tony Mcdonald", "id": 1922399}, {"name": "Matthew Velez", "id": 1385833}, {"name": "Tanya Acosta", "id": 1560684}, {"name": "Scott Jensen", "id": 6095598}, {"name": "Julia Hutchinson", "id": 48881}, {"name": "Susan Ramos", "id": 1190130}, {"name": "Sarah Gonzales", "id": 6095601}, {"name": "Beverly Harper", "id": 601849}, {"name": "Aaron Kelly Jr.", "id": 4970235}, {"name": "William Wilson", "id": 2082941}], "links": [{"source": 4928531, "target": 5113947}, {"source": 4928531, "target": 5657278}, {"source": 4968472, "target": 4970235}, {"source": 5480743, "target": 5173195}, {"source": 1534633, "target": 1560684}, {"source": 862635, "target": 1385833}, {"source": 862635, "target": 1560684}, {"source": 2019516, "target": 1560684}, {"source": 5657278, "target": 5657279}, {"source": 5657278, "target": 5657280}, {"source": 5657278, "target": 5657281}, {"source": 5657278, "target": 5657282}, {"source": 5657278, "target": 5657283}, {"source": 5657278, "target": 5657285}, {"source": 5657278, "target": 5657286}, {"source": 5173195, "target": 4970235}, {"source": 5173195, "target": 5173197}, {"source": 5173195, "target": 6095598}, {"source": 5173195, "target": 6095601}, {"source": 1922399, "target": 1560684}, {"source": 1385833, "target": 1560684}, {"source": 1560684, "target": 2082941}, {"source": 48881, "target": 601849}]}
|
[
5232786,
5657280,
5480743,
1534633,
1076548,
1688138,
48881,
1190130
] | 8 |
224 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Matthew Miller, Catherine Orr, Susan Sampson, Kurt Sharp, Lindsay Pratt, Dave Charles, Penny Nelson, Wayne Simmons, Sarah Phillips MD, Lisa Washington, Manuel Collins, Michael Good, Mr. David Wilson, Yvette Walker, William Neal, David Whitehead, Gina Thomas, Michael Mckinney, Tanya Franklin, Margaret Allen, Jennifer Hampton, Oscar Cook, Dr. John Allen, Kenneth Cordova, John Foster, David Thompson, Mrs. Brittany Williams, Ashley Williams
- Fiendship connections: Matthew Miller to Penny Nelson, Catherine Orr to Ashley Williams, Catherine Orr to Mrs. Brittany Williams, Catherine Orr to Susan Sampson, Susan Sampson to William Neal, Kurt Sharp to Penny Nelson, Kurt Sharp to John Foster, Dave Charles to Kenneth Cordova, Dave Charles to David Thompson, Dave Charles to Mr. David Wilson, Wayne Simmons to Michael Good, Wayne Simmons to Kenneth Cordova, Sarah Phillips MD to Jennifer Hampton, Sarah Phillips MD to Gina Thomas, Manuel Collins to Yvette Walker, Manuel Collins to David Whitehead, Manuel Collins to Kenneth Cordova, Mr. David Wilson to Yvette Walker, Mr. David Wilson to Kenneth Cordova, Yvette Walker to David Whitehead, Yvette Walker to Kenneth Cordova, Yvette Walker to David Thompson, David Whitehead to Kenneth Cordova, Gina Thomas to Jennifer Hampton, Gina Thomas to John Foster, Gina Thomas to Ashley Williams, Gina Thomas to Mrs. Brittany Williams, Michael Mckinney to Mrs. Brittany Williams, Tanya Franklin to Oscar Cook, Jennifer Hampton to Ashley Williams, Jennifer Hampton to Mrs. Brittany Williams, Kenneth Cordova to David Thompson, Mrs. Brittany Williams to Ashley Williams
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Matthew Miller", "id": 5282563}, {"name": "Catherine Orr", "id": 5335940}, {"name": "Susan Sampson", "id": 5356421}, {"name": "Kurt Sharp", "id": 4959622}, {"name": "Lindsay Pratt", "id": 5049874}, {"name": "Dave Charles", "id": 1220376}, {"name": "Penny Nelson", "id": 5000357}, {"name": "Wayne Simmons", "id": 1703215}, {"name": "Sarah Phillips MD", "id": 4957494}, {"name": "Lisa Washington", "id": 4951360}, {"name": "Manuel Collins", "id": 788423}, {"name": "Michael Good", "id": 807756}, {"name": "Mr. David Wilson", "id": 1879500}, {"name": "Yvette Walker", "id": 1003859}, {"name": "William Neal", "id": 5005909}, {"name": "David Whitehead", "id": 1003862}, {"name": "Gina Thomas", "id": 4959702}, {"name": "Michael Mckinney", "id": 5097690}, {"name": "Tanya Franklin", "id": 4932444}, {"name": "Margaret Allen", "id": 1304797}, {"name": "Jennifer Hampton", "id": 5198045}, {"name": "Oscar Cook", "id": 5026147}, {"name": "Dr. John Allen", "id": 5056102}, {"name": "Kenneth Cordova", "id": 1068264}, {"name": "John Foster", "id": 5074920}, {"name": "David Thompson", "id": 1237106}, {"name": "Mrs. Brittany Williams", "id": 5198067}, {"name": "Ashley Williams", "id": 5008756}], "links": [{"source": 5282563, "target": 5000357}, {"source": 5335940, "target": 5008756}, {"source": 5335940, "target": 5198067}, {"source": 5335940, "target": 5356421}, {"source": 5356421, "target": 5005909}, {"source": 4959622, "target": 5000357}, {"source": 4959622, "target": 5074920}, {"source": 1220376, "target": 1068264}, {"source": 1220376, "target": 1237106}, {"source": 1220376, "target": 1879500}, {"source": 1703215, "target": 807756}, {"source": 1703215, "target": 1068264}, {"source": 4957494, "target": 5198045}, {"source": 4957494, "target": 4959702}, {"source": 788423, "target": 1003859}, {"source": 788423, "target": 1003862}, {"source": 788423, "target": 1068264}, {"source": 1879500, "target": 1003859}, {"source": 1879500, "target": 1068264}, {"source": 1003859, "target": 1003862}, {"source": 1003859, "target": 1068264}, {"source": 1003859, "target": 1237106}, {"source": 1003862, "target": 1068264}, {"source": 4959702, "target": 5198045}, {"source": 4959702, "target": 5074920}, {"source": 4959702, "target": 5008756}, {"source": 4959702, "target": 5198067}, {"source": 5097690, "target": 5198067}, {"source": 4932444, "target": 5026147}, {"source": 5198045, "target": 5008756}, {"source": 5198045, "target": 5198067}, {"source": 1068264, "target": 1237106}, {"source": 5198067, "target": 5008756}]}
|
[
5282563,
5049874,
788423,
4951360,
5026147,
1304797,
5056102
] | 7 |
225 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Stacy White, Laura Payne, Mrs. Nancy Oconnell, Cory Brown, Destiny Curtis, Katherine Phelps, Mr. Anthony Romero, Tara Stewart, Tracy Peterson, Benjamin Fuller, Mr. Ruben Hansen, Debbie Pena, Stephen Willis, Stephanie Hill, Karl Nguyen, Brittany Jones, Brian Meyer, Cory Berger, Susan Williams, Sherry Mejia, Joshua Ruiz, Dennis Nguyen
- Fiendship connections: Stacy White to Destiny Curtis, Mrs. Nancy Oconnell to Tara Stewart, Mrs. Nancy Oconnell to Cory Brown, Cory Brown to Tara Stewart, Destiny Curtis to Susan Williams, Destiny Curtis to Brittany Jones, Katherine Phelps to Mr. Ruben Hansen, Katherine Phelps to Brian Meyer, Tracy Peterson to Cory Berger, Benjamin Fuller to Cory Berger, Brian Meyer to Joshua Ruiz, Brian Meyer to Dennis Nguyen
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Stacy White", "id": 932865}, {"name": "Laura Payne", "id": 1402637}, {"name": "Mrs. Nancy Oconnell", "id": 1542549}, {"name": "Cory Brown", "id": 1273756}, {"name": "Destiny Curtis", "id": 1344797}, {"name": "Katherine Phelps", "id": 5073702}, {"name": "Mr. Anthony Romero", "id": 5414700}, {"name": "Tara Stewart", "id": 1024438}, {"name": "Tracy Peterson", "id": 2404535}, {"name": "Benjamin Fuller", "id": 3660737}, {"name": "Mr. Ruben Hansen", "id": 4930376}, {"name": "Debbie Pena", "id": 1374538}, {"name": "Stephen Willis", "id": 4932176}, {"name": "Stephanie Hill", "id": 2429782}, {"name": "Karl Nguyen", "id": 1527013}, {"name": "Brittany Jones", "id": 974695}, {"name": "Brian Meyer", "id": 5980649}, {"name": "Cory Berger", "id": 2441066}, {"name": "Susan Williams", "id": 967275}, {"name": "Sherry Mejia", "id": 2421872}, {"name": "Joshua Ruiz", "id": 4943604}, {"name": "Dennis Nguyen", "id": 5739895}], "links": [{"source": 932865, "target": 1344797}, {"source": 1542549, "target": 1024438}, {"source": 1542549, "target": 1273756}, {"source": 1273756, "target": 1024438}, {"source": 1344797, "target": 967275}, {"source": 1344797, "target": 974695}, {"source": 5073702, "target": 4930376}, {"source": 5073702, "target": 5980649}, {"source": 2404535, "target": 2441066}, {"source": 3660737, "target": 2441066}, {"source": 5980649, "target": 4943604}, {"source": 5980649, "target": 5739895}]}
|
[
932865,
1402637,
1273756,
5073702,
5414700,
3660737,
1374538,
4932176,
2429782,
1527013,
2421872
] | 11 |
226 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Paul Clark, Crystal Hernandez, Michelle Gonzalez, Gary Bass, Donna Hudson, James Porter, Michael Davis, Vicki Booker, Paul Cross IV, Christian Atkins, Cindy Jones, Karen Bautista, Elizabeth Navarro, Randall Spencer, Dillon Bass, Seth Wright, Janet Armstrong, Adam Hernandez, Megan Carr, Ryan Anderson, Roberto Evans, Abigail Robertson, Tyler Murray, Robert Gomez, Nina Miller, Benjamin Willis, Bobby Hall
- Fiendship connections: Paul Clark to Vicki Booker, Crystal Hernandez to Bobby Hall, Michelle Gonzalez to Gary Bass, Gary Bass to Cindy Jones, Donna Hudson to James Porter, James Porter to Robert Gomez, James Porter to Ryan Anderson, Michael Davis to Megan Carr, Michael Davis to Adam Hernandez, Michael Davis to Roberto Evans, Vicki Booker to Abigail Robertson, Vicki Booker to Karen Bautista, Vicki Booker to Randall Spencer, Vicki Booker to Dillon Bass, Karen Bautista to Abigail Robertson, Elizabeth Navarro to Nina Miller, Seth Wright to Tyler Murray
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Paul Clark", "id": 947462}, {"name": "Crystal Hernandez", "id": 2440842}, {"name": "Michelle Gonzalez", "id": 5290381}, {"name": "Gary Bass", "id": 5290383}, {"name": "Donna Hudson", "id": 5912982}, {"name": "James Porter", "id": 5912983}, {"name": "Michael Davis", "id": 1416855}, {"name": "Vicki Booker", "id": 1197720}, {"name": "Paul Cross IV", "id": 4958488}, {"name": "Christian Atkins", "id": 4991906}, {"name": "Cindy Jones", "id": 4940712}, {"name": "Karen Bautista", "id": 924713}, {"name": "Elizabeth Navarro", "id": 3753900}, {"name": "Randall Spencer", "id": 1580215}, {"name": "Dillon Bass", "id": 1744953}, {"name": "Seth Wright", "id": 1562833}, {"name": "Janet Armstrong", "id": 2466651}, {"name": "Adam Hernandez", "id": 1762144}, {"name": "Megan Carr", "id": 1351265}, {"name": "Ryan Anderson", "id": 4972135}, {"name": "Roberto Evans", "id": 2334185}, {"name": "Abigail Robertson", "id": 801392}, {"name": "Tyler Murray", "id": 1954416}, {"name": "Robert Gomez", "id": 4947698}, {"name": "Nina Miller", "id": 2445811}, {"name": "Benjamin Willis", "id": 824179}, {"name": "Bobby Hall", "id": 3652343}], "links": [{"source": 947462, "target": 1197720}, {"source": 2440842, "target": 3652343}, {"source": 5290381, "target": 5290383}, {"source": 5290383, "target": 4940712}, {"source": 5912982, "target": 5912983}, {"source": 5912983, "target": 4947698}, {"source": 5912983, "target": 4972135}, {"source": 1416855, "target": 1351265}, {"source": 1416855, "target": 1762144}, {"source": 1416855, "target": 2334185}, {"source": 1197720, "target": 801392}, {"source": 1197720, "target": 924713}, {"source": 1197720, "target": 1580215}, {"source": 1197720, "target": 1744953}, {"source": 924713, "target": 801392}, {"source": 3753900, "target": 2445811}, {"source": 1562833, "target": 1954416}]}
|
[
947462,
2440842,
4940712,
4947698,
1762144,
4958488,
4991906,
2445811,
1954416,
2466651,
824179
] | 11 |
227 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jordan Ochoa, Samantha Stevens, Michele Blankenship, Benjamin Guzman, Richard Hill, Justin Hodge, Calvin Gallegos, James Molina, Justin Marshall, Anthony James, Jesse Barker, Brenda Gomez, Devin Garcia, Peter Harris, Anne Richards, Jessica Waters, Michael Logan, Sarah Bishop, Barbara Brooks, Robert Gomez
- Fiendship connections: Jordan Ochoa to Anthony James, Samantha Stevens to Anne Richards, Michele Blankenship to Justin Hodge, Michele Blankenship to Richard Hill, Richard Hill to Justin Hodge, Justin Hodge to James Molina, Anthony James to Robert Gomez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jordan Ochoa", "id": 4991492}, {"name": "Samantha Stevens", "id": 3504524}, {"name": "Michele Blankenship", "id": 2448140}, {"name": "Benjamin Guzman", "id": 2487180}, {"name": "Richard Hill", "id": 2538904}, {"name": "Justin Hodge", "id": 2448154}, {"name": "Calvin Gallegos", "id": 5061662}, {"name": "James Molina", "id": 3808690}, {"name": "Justin Marshall", "id": 2448836}, {"name": "Anthony James", "id": 4980572}, {"name": "Jesse Barker", "id": 2459997}, {"name": "Brenda Gomez", "id": 5003492}, {"name": "Devin Garcia", "id": 2493286}, {"name": "Peter Harris", "id": 2480998}, {"name": "Anne Richards", "id": 2432744}, {"name": "Jessica Waters", "id": 2474088}, {"name": "Michael Logan", "id": 2431336}, {"name": "Sarah Bishop", "id": 4951787}, {"name": "Barbara Brooks", "id": 2469616}, {"name": "Robert Gomez", "id": 4947698}], "links": [{"source": 4991492, "target": 4980572}, {"source": 3504524, "target": 2432744}, {"source": 2448140, "target": 2448154}, {"source": 2448140, "target": 2538904}, {"source": 2538904, "target": 2448154}, {"source": 2448154, "target": 3808690}, {"source": 4980572, "target": 4947698}]}
|
[
4947698,
2432744,
2538904,
2487180,
5061662,
2448836,
2459997,
5003492,
2493286,
2480998,
2474088,
2431336,
4951787,
2469616
] | 14 |
228 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Nicole Hawkins, Francis Rose, Devon Acevedo, Teresa Smith, Katrina Mcguire, Jillian Fleming, Cynthia Smith, Kyle Chavez, Casey Perez, Connie Griffin, Shane Villa, Christine Norton, Corey Stephens, Kim Green, Jane Johnson, Ronald Russell, Melanie Rich, Krista Torres, Karen Ortiz, David Curtis, Patty Buck, Ashley Johnson
- Fiendship connections: Devon Acevedo to Jane Johnson, Teresa Smith to Katrina Mcguire, Katrina Mcguire to Connie Griffin, Katrina Mcguire to Melanie Rich, Cynthia Smith to Shane Villa, Shane Villa to Christine Norton, Corey Stephens to Jane Johnson, Jane Johnson to Ronald Russell, Jane Johnson to Patty Buck, Jane Johnson to Krista Torres, Krista Torres to Ashley Johnson, David Curtis to Ashley Johnson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Nicole Hawkins", "id": 4989062}, {"name": "Francis Rose", "id": 5028235}, {"name": "Devon Acevedo", "id": 5671828}, {"name": "Teresa Smith", "id": 5126040}, {"name": "Katrina Mcguire", "id": 5839896}, {"name": "Jillian Fleming", "id": 5010843}, {"name": "Cynthia Smith", "id": 4932257}, {"name": "Kyle Chavez", "id": 5035430}, {"name": "Casey Perez", "id": 5237947}, {"name": "Connie Griffin", "id": 4941380}, {"name": "Shane Villa", "id": 6105675}, {"name": "Christine Norton", "id": 6105676}, {"name": "Corey Stephens", "id": 5253579}, {"name": "Kim Green", "id": 5314639}, {"name": "Jane Johnson", "id": 5256535}, {"name": "Ronald Russell", "id": 5233758}, {"name": "Melanie Rich", "id": 5190114}, {"name": "Krista Torres", "id": 5843953}, {"name": "Karen Ortiz", "id": 5438835}, {"name": "David Curtis", "id": 5623926}, {"name": "Patty Buck", "id": 5313915}, {"name": "Ashley Johnson", "id": 5071869}], "links": [{"source": 5671828, "target": 5256535}, {"source": 5126040, "target": 5839896}, {"source": 5839896, "target": 4941380}, {"source": 5839896, "target": 5190114}, {"source": 4932257, "target": 6105675}, {"source": 6105675, "target": 6105676}, {"source": 5253579, "target": 5256535}, {"source": 5256535, "target": 5233758}, {"source": 5256535, "target": 5313915}, {"source": 5256535, "target": 5843953}, {"source": 5843953, "target": 5071869}, {"source": 5623926, "target": 5071869}]}
|
[
4989062,
5028235,
5253579,
5126040,
5010843,
4932257,
5035430,
5237947,
5314639,
5438835
] | 10 |
229 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Christopher Oconnell, Mrs. Mackenzie Hernandez, Judy Nelson, Nicole Patterson MD, Amanda Woodard, Terri Combs, Eric Acevedo, Tamara Richmond, Mark Bell, Joann Trujillo, Maria Garcia, Paul Snow, James White, Zachary Sims, Eric Green, Sarah Price
- Fiendship connections: Mrs. Mackenzie Hernandez to Eric Green, Judy Nelson to Terri Combs, Nicole Patterson MD to Eric Green, Amanda Woodard to Eric Green, Terri Combs to Eric Green, Eric Acevedo to Eric Green, Tamara Richmond to Zachary Sims, Mark Bell to Eric Green, Joann Trujillo to Eric Green, Paul Snow to James White
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christopher Oconnell", "id": 2412096}, {"name": "Mrs. Mackenzie Hernandez", "id": 4838307}, {"name": "Judy Nelson", "id": 2497861}, {"name": "Nicole Patterson MD", "id": 4838310}, {"name": "Amanda Woodard", "id": 4838311}, {"name": "Terri Combs", "id": 2405975}, {"name": "Eric Acevedo", "id": 4838313}, {"name": "Tamara Richmond", "id": 2436109}, {"name": "Mark Bell", "id": 4838317}, {"name": "Joann Trujillo", "id": 4838318}, {"name": "Maria Garcia", "id": 2420144}, {"name": "Paul Snow", "id": 2418450}, {"name": "James White", "id": 3029658}, {"name": "Zachary Sims", "id": 3573690}, {"name": "Eric Green", "id": 2497819}, {"name": "Sarah Price", "id": 2462653}], "links": [{"source": 4838307, "target": 2497819}, {"source": 2497861, "target": 2405975}, {"source": 4838310, "target": 2497819}, {"source": 4838311, "target": 2497819}, {"source": 2405975, "target": 2497819}, {"source": 4838313, "target": 2497819}, {"source": 2436109, "target": 3573690}, {"source": 4838317, "target": 2497819}, {"source": 4838318, "target": 2497819}, {"source": 2418450, "target": 3029658}]}
|
[
2412096,
4838307,
3573690,
2420144,
2418450,
2462653
] | 6 |
230 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Valerie Dickson, Joshua Henry, Andrew Brown, Destiny Francis, Andrea Little, Riley King, James Vasquez, Kristen Ramirez, Andrea Patel, Megan Guzman, Donald Jefferson, Brandon Haas, Stephen Madden, Brenda Hensley, Courtney Lewis, Michael Pratt, Fred Johnson, Russell Clark, Christina Rivera, Christopher Smith, Sean Guzman, Erin Murray, Charles Blair, Thomas Gordon, Scott Conrad, Clayton Donaldson, Gerald Wong
- Fiendship connections: Valerie Dickson to Brandon Haas, Joshua Henry to Andrew Brown, Andrew Brown to Russell Clark, Andrew Brown to Donald Jefferson, Andrew Brown to Kristen Ramirez, Andrew Brown to Riley King, Destiny Francis to Courtney Lewis, Destiny Francis to Christina Rivera, Destiny Francis to Christopher Smith, Andrea Little to Sean Guzman, James Vasquez to Sean Guzman, Andrea Patel to Fred Johnson, Megan Guzman to Thomas Gordon, Brandon Haas to Sean Guzman, Michael Pratt to Erin Murray, Erin Murray to Clayton Donaldson, Erin Murray to Charles Blair
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Valerie Dickson", "id": 2417920}, {"name": "Joshua Henry", "id": 1669271}, {"name": "Andrew Brown", "id": 2022936}, {"name": "Destiny Francis", "id": 807838}, {"name": "Andrea Little", "id": 4479007}, {"name": "Riley King", "id": 1684256}, {"name": "James Vasquez", "id": 4479013}, {"name": "Kristen Ramirez", "id": 1594410}, {"name": "Andrea Patel", "id": 275884}, {"name": "Megan Guzman", "id": 2477742}, {"name": "Donald Jefferson", "id": 1445682}, {"name": "Brandon Haas", "id": 2477237}, {"name": "Stephen Madden", "id": 2475190}, {"name": "Brenda Hensley", "id": 2001462}, {"name": "Courtney Lewis", "id": 973750}, {"name": "Michael Pratt", "id": 2502458}, {"name": "Fred Johnson", "id": 652090}, {"name": "Russell Clark", "id": 921410}, {"name": "Christina Rivera", "id": 1224770}, {"name": "Christopher Smith", "id": 1224774}, {"name": "Sean Guzman", "id": 2477004}, {"name": "Erin Murray", "id": 3247822}, {"name": "Charles Blair", "id": 2452688}, {"name": "Thomas Gordon", "id": 4513116}, {"name": "Scott Conrad", "id": 2418783}, {"name": "Clayton Donaldson", "id": 2424430}, {"name": "Gerald Wong", "id": 2426864}], "links": [{"source": 2417920, "target": 2477237}, {"source": 1669271, "target": 2022936}, {"source": 2022936, "target": 921410}, {"source": 2022936, "target": 1445682}, {"source": 2022936, "target": 1594410}, {"source": 2022936, "target": 1684256}, {"source": 807838, "target": 973750}, {"source": 807838, "target": 1224770}, {"source": 807838, "target": 1224774}, {"source": 4479007, "target": 2477004}, {"source": 4479013, "target": 2477004}, {"source": 275884, "target": 652090}, {"source": 2477742, "target": 4513116}, {"source": 2477237, "target": 2477004}, {"source": 2502458, "target": 3247822}, {"source": 3247822, "target": 2424430}, {"source": 3247822, "target": 2452688}]}
|
[
2417920,
1684256,
1224774,
652090,
4513116,
2475190,
2001462,
2452688,
2418783,
2426864
] | 10 |
231 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Emily Jacobson, Keith Hodges, Tyler Barrett, Courtney Reyes, Richard Jenkins, Eric Rowland, Melissa Martinez, Cassie Cox, Christopher Andersen, Jennifer Lowe, Marcus Harris, Kelly Sanders, Erica Pena, Gail Lowery, James Erickson, Erika Sanders
- Fiendship connections: Emily Jacobson to Eric Rowland, Emily Jacobson to Tyler Barrett, Tyler Barrett to Jennifer Lowe, Courtney Reyes to Gail Lowery, Courtney Reyes to Christopher Andersen, Courtney Reyes to Cassie Cox, Courtney Reyes to Erica Pena, Cassie Cox to James Erickson, Erica Pena to Gail Lowery
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Emily Jacobson", "id": 4966080}, {"name": "Keith Hodges", "id": 4949859}, {"name": "Tyler Barrett", "id": 5074886}, {"name": "Courtney Reyes", "id": 5332007}, {"name": "Richard Jenkins", "id": 5640810}, {"name": "Eric Rowland", "id": 4989578}, {"name": "Melissa Martinez", "id": 5007468}, {"name": "Cassie Cox", "id": 5633455}, {"name": "Christopher Andersen", "id": 5761328}, {"name": "Jennifer Lowe", "id": 5835091}, {"name": "Marcus Harris", "id": 4988630}, {"name": "Kelly Sanders", "id": 5084054}, {"name": "Erica Pena", "id": 5700376}, {"name": "Gail Lowery", "id": 5155098}, {"name": "James Erickson", "id": 5040571}, {"name": "Erika Sanders", "id": 4947325}], "links": [{"source": 4966080, "target": 4989578}, {"source": 4966080, "target": 5074886}, {"source": 5074886, "target": 5835091}, {"source": 5332007, "target": 5155098}, {"source": 5332007, "target": 5761328}, {"source": 5332007, "target": 5633455}, {"source": 5332007, "target": 5700376}, {"source": 5633455, "target": 5040571}, {"source": 5700376, "target": 5155098}]}
|
[
4966080,
4949859,
5332007,
5640810,
5007468,
4988630,
5084054,
4947325
] | 8 |
232 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Hunter Ross, Sarah Austin, Gregory Hood, Leah Rosario, Antonio Davis, Jason Lynn, Thomas Thompson, Diana Bennett MD, Heidi Duncan, Stacey Williams, Christopher George, Katie Lawson, Michael Powell, Jared Vaughn, Kelly Wilkins, William Cervantes, Alan Franklin, Amy Key, Brenda Stafford
- Fiendship connections: Hunter Ross to Heidi Duncan, Hunter Ross to Thomas Thompson, Sarah Austin to Diana Bennett MD, Sarah Austin to Stacey Williams, Gregory Hood to Antonio Davis, Gregory Hood to Thomas Thompson, Leah Rosario to Alan Franklin, Leah Rosario to Diana Bennett MD, Leah Rosario to Christopher George, Leah Rosario to Katie Lawson, Antonio Davis to Kelly Wilkins, Jason Lynn to Brenda Stafford, Diana Bennett MD to Amy Key, Diana Bennett MD to Michael Powell, Diana Bennett MD to Brenda Stafford, Heidi Duncan to Alan Franklin, Stacey Williams to William Cervantes, Katie Lawson to Jared Vaughn, Jared Vaughn to Kelly Wilkins
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Hunter Ross", "id": 1253394}, {"name": "Sarah Austin", "id": 1162899}, {"name": "Gregory Hood", "id": 2121255}, {"name": "Leah Rosario", "id": 1122474}, {"name": "Antonio Davis", "id": 1205036}, {"name": "Jason Lynn", "id": 869296}, {"name": "Thomas Thompson", "id": 1673265}, {"name": "Diana Bennett MD", "id": 1654835}, {"name": "Heidi Duncan", "id": 867252}, {"name": "Stacey Williams", "id": 1877430}, {"name": "Christopher George", "id": 1845953}, {"name": "Katie Lawson", "id": 1870532}, {"name": "Michael Powell", "id": 1102671}, {"name": "Jared Vaughn", "id": 975832}, {"name": "Kelly Wilkins", "id": 833114}, {"name": "William Cervantes", "id": 1365729}, {"name": "Alan Franklin", "id": 1501814}, {"name": "Amy Key", "id": 1018106}, {"name": "Brenda Stafford", "id": 1594748}], "links": [{"source": 1253394, "target": 867252}, {"source": 1253394, "target": 1673265}, {"source": 1162899, "target": 1654835}, {"source": 1162899, "target": 1877430}, {"source": 2121255, "target": 1205036}, {"source": 2121255, "target": 1673265}, {"source": 1122474, "target": 1501814}, {"source": 1122474, "target": 1654835}, {"source": 1122474, "target": 1845953}, {"source": 1122474, "target": 1870532}, {"source": 1205036, "target": 833114}, {"source": 869296, "target": 1594748}, {"source": 1654835, "target": 1018106}, {"source": 1654835, "target": 1102671}, {"source": 1654835, "target": 1594748}, {"source": 867252, "target": 1501814}, {"source": 1877430, "target": 1365729}, {"source": 1870532, "target": 975832}, {"source": 975832, "target": 833114}]}
|
[
1253394
] | 1 |
233 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jason Johnson, Edward Mejia, Sheila Delgado, Jaime Jenkins, Amber Garcia, Janet Graham, Leah Martinez, Michelle Black, Vincent Yang, Rachel Smith, Jason Harris, Justin Dixon, Christina Phelps, Vicki Kent, Donna Serrano, Courtney Hudson, April Kane, Kaitlyn Thompson, Kelly Cole, Meredith Murray, Heather Gonzalez, Stephanie Travis, Philip Smith, Regina Wilson, Johnny Ellis, Meagan Thompson, Scott Hernandez, Jacqueline Farmer, Stacey Shaffer
- Fiendship connections: Jason Johnson to Sheila Delgado, Jason Johnson to Jason Harris, Jason Johnson to Justin Dixon, Jason Johnson to Edward Mejia, Jaime Jenkins to Courtney Hudson, Amber Garcia to Kelly Cole, Amber Garcia to Vincent Yang, Janet Graham to Heather Gonzalez, Janet Graham to Scott Hernandez, Janet Graham to Regina Wilson, Janet Graham to Michelle Black, Janet Graham to Donna Serrano, Leah Martinez to Vincent Yang, Michelle Black to Regina Wilson, Michelle Black to Donna Serrano, Vincent Yang to Kelly Cole, Rachel Smith to Christina Phelps, Christina Phelps to Meredith Murray, Donna Serrano to Regina Wilson, Heather Gonzalez to Scott Hernandez, Johnny Ellis to Meagan Thompson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jason Johnson", "id": 1458053}, {"name": "Edward Mejia", "id": 1389841}, {"name": "Sheila Delgado", "id": 800403}, {"name": "Jaime Jenkins", "id": 5756569}, {"name": "Amber Garcia", "id": 1616026}, {"name": "Janet Graham", "id": 4175021}, {"name": "Leah Martinez", "id": 1625776}, {"name": "Michelle Black", "id": 2493617}, {"name": "Vincent Yang", "id": 2242482}, {"name": "Rachel Smith", "id": 2405176}, {"name": "Jason Harris", "id": 869689}, {"name": "Justin Dixon", "id": 907578}, {"name": "Christina Phelps", "id": 2526269}, {"name": "Vicki Kent", "id": 2478910}, {"name": "Donna Serrano", "id": 2493688}, {"name": "Courtney Hudson", "id": 4931523}, {"name": "April Kane", "id": 2446789}, {"name": "Kaitlyn Thompson", "id": 2459862}, {"name": "Kelly Cole", "id": 1577047}, {"name": "Meredith Murray", "id": 2418391}, {"name": "Heather Gonzalez", "id": 2474334}, {"name": "Stephanie Travis", "id": 2467295}, {"name": "Philip Smith", "id": 5174625}, {"name": "Regina Wilson", "id": 2493544}, {"name": "Johnny Ellis", "id": 2477550}, {"name": "Meagan Thompson", "id": 4504433}, {"name": "Scott Hernandez", "id": 2487288}, {"name": "Jacqueline Farmer", "id": 5084796}, {"name": "Stacey Shaffer", "id": 5893247}], "links": [{"source": 1458053, "target": 800403}, {"source": 1458053, "target": 869689}, {"source": 1458053, "target": 907578}, {"source": 1458053, "target": 1389841}, {"source": 5756569, "target": 4931523}, {"source": 1616026, "target": 1577047}, {"source": 1616026, "target": 2242482}, {"source": 4175021, "target": 2474334}, {"source": 4175021, "target": 2487288}, {"source": 4175021, "target": 2493544}, {"source": 4175021, "target": 2493617}, {"source": 4175021, "target": 2493688}, {"source": 1625776, "target": 2242482}, {"source": 2493617, "target": 2493544}, {"source": 2493617, "target": 2493688}, {"source": 2242482, "target": 1577047}, {"source": 2405176, "target": 2526269}, {"source": 2526269, "target": 2418391}, {"source": 2493688, "target": 2493544}, {"source": 2474334, "target": 2487288}, {"source": 2477550, "target": 4504433}]}
|
[
1458053,
5756569,
2242482,
2493688,
2405176,
2478910,
2446789,
2459862,
2467295,
5174625,
4504433,
5084796,
5893247
] | 13 |
234 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mr. Mark Meyer, Margaret Curtis MD, Christine Christian, Kyle Valdez, Christina Park, Mario Hill, Mr. Corey Evans, Amanda Turner, Jason Brown, Crystal Bradford, Jo Peters, Kara Patton, Jeffrey Jimenez, Mason Rogers, Kathleen Dodson, Jenna Olson, Logan Ortiz, Erin Turner, Robert Young, Amber Chambers, Ashley Villegas, Ryan Lynn, Sean Davis
- Fiendship connections: Margaret Curtis MD to Mason Rogers, Christine Christian to Ryan Lynn, Christine Christian to Christina Park, Kyle Valdez to Mr. Corey Evans, Kyle Valdez to Amber Chambers, Christina Park to Ryan Lynn, Mario Hill to Erin Turner, Mr. Corey Evans to Ryan Lynn, Amanda Turner to Ashley Villegas, Amanda Turner to Jenna Olson, Jason Brown to Mason Rogers, Crystal Bradford to Mason Rogers, Jo Peters to Mason Rogers, Kara Patton to Mason Rogers, Jeffrey Jimenez to Mason Rogers, Mason Rogers to Ashley Villegas, Mason Rogers to Robert Young, Mason Rogers to Amber Chambers, Mason Rogers to Kathleen Dodson, Mason Rogers to Erin Turner, Kathleen Dodson to Sean Davis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mr. Mark Meyer", "id": 2416517}, {"name": "Margaret Curtis MD", "id": 2479371}, {"name": "Christine Christian", "id": 2405391}, {"name": "Kyle Valdez", "id": 3228966}, {"name": "Christina Park", "id": 2560679}, {"name": "Mario Hill", "id": 2469676}, {"name": "Mr. Corey Evans", "id": 2423600}, {"name": "Amanda Turner", "id": 2404528}, {"name": "Jason Brown", "id": 2435512}, {"name": "Crystal Bradford", "id": 4418749}, {"name": "Jo Peters", "id": 4730822}, {"name": "Kara Patton", "id": 4730824}, {"name": "Jeffrey Jimenez", "id": 2447816}, {"name": "Mason Rogers", "id": 2490193}, {"name": "Kathleen Dodson", "id": 2558290}, {"name": "Jenna Olson", "id": 2476896}, {"name": "Logan Ortiz", "id": 2498158}, {"name": "Erin Turner", "id": 4287088}, {"name": "Robert Young", "id": 2430704}, {"name": "Amber Chambers", "id": 2458356}, {"name": "Ashley Villegas", "id": 2409718}, {"name": "Ryan Lynn", "id": 2438391}, {"name": "Sean Davis", "id": 2475638}], "links": [{"source": 2479371, "target": 2490193}, {"source": 2405391, "target": 2438391}, {"source": 2405391, "target": 2560679}, {"source": 3228966, "target": 2423600}, {"source": 3228966, "target": 2458356}, {"source": 2560679, "target": 2438391}, {"source": 2469676, "target": 4287088}, {"source": 2423600, "target": 2438391}, {"source": 2404528, "target": 2409718}, {"source": 2404528, "target": 2476896}, {"source": 2435512, "target": 2490193}, {"source": 4418749, "target": 2490193}, {"source": 4730822, "target": 2490193}, {"source": 4730824, "target": 2490193}, {"source": 2447816, "target": 2490193}, {"source": 2490193, "target": 2409718}, {"source": 2490193, "target": 2430704}, {"source": 2490193, "target": 2458356}, {"source": 2490193, "target": 2558290}, {"source": 2490193, "target": 4287088}, {"source": 2558290, "target": 2475638}]}
|
[
2416517,
2479371,
2498158
] | 3 |
235 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mary Hood, Laura Lee, Christine Smith, Michael Farley, Cheryl Sanchez DDS, Paul Williams, Richard Diaz, Todd Cooley, Krystal Wong, Donna Lucero, Shannon Craig, Steven Wood, Joann Hughes, Randy Arnold, Amber Smith, April Griffith, Robert Perkins, Rachel Ball, Vanessa Hood, Brandy Cox, Johnny King, Jessica Rowland, Heather Wallace, Scott Bolton
- Fiendship connections: Mary Hood to Todd Cooley, Mary Hood to Cheryl Sanchez DDS, Laura Lee to Christine Smith, Christine Smith to Heather Wallace, Christine Smith to Scott Bolton, Christine Smith to Steven Wood, Cheryl Sanchez DDS to Richard Diaz, Cheryl Sanchez DDS to Randy Arnold, Cheryl Sanchez DDS to Joann Hughes, Krystal Wong to Vanessa Hood, Shannon Craig to April Griffith, Shannon Craig to Vanessa Hood, Shannon Craig to Brandy Cox, Shannon Craig to Rachel Ball, Amber Smith to April Griffith, April Griffith to Vanessa Hood, April Griffith to Brandy Cox, Rachel Ball to Vanessa Hood, Rachel Ball to Brandy Cox, Rachel Ball to Jessica Rowland, Vanessa Hood to Brandy Cox, Vanessa Hood to Jessica Rowland
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mary Hood", "id": 1074560}, {"name": "Laura Lee", "id": 438277}, {"name": "Christine Smith", "id": 440327}, {"name": "Michael Farley", "id": 960009}, {"name": "Cheryl Sanchez DDS", "id": 1569937}, {"name": "Paul Williams", "id": 14742}, {"name": "Richard Diaz", "id": 859299}, {"name": "Todd Cooley", "id": 1374887}, {"name": "Krystal Wong", "id": 1377329}, {"name": "Donna Lucero", "id": 10933}, {"name": "Shannon Craig", "id": 1601980}, {"name": "Steven Wood", "id": 41277}, {"name": "Joann Hughes", "id": 2151492}, {"name": "Randy Arnold", "id": 1176263}, {"name": "Amber Smith", "id": 1450568}, {"name": "April Griffith", "id": 1194315}, {"name": "Robert Perkins", "id": 1155149}, {"name": "Rachel Ball", "id": 1669709}, {"name": "Vanessa Hood", "id": 1357519}, {"name": "Brandy Cox", "id": 1617999}, {"name": "Johnny King", "id": 1202005}, {"name": "Jessica Rowland", "id": 1669719}, {"name": "Heather Wallace", "id": 619}, {"name": "Scott Bolton", "id": 25334}], "links": [{"source": 1074560, "target": 1374887}, {"source": 1074560, "target": 1569937}, {"source": 438277, "target": 440327}, {"source": 440327, "target": 619}, {"source": 440327, "target": 25334}, {"source": 440327, "target": 41277}, {"source": 1569937, "target": 859299}, {"source": 1569937, "target": 1176263}, {"source": 1569937, "target": 2151492}, {"source": 1377329, "target": 1357519}, {"source": 1601980, "target": 1194315}, {"source": 1601980, "target": 1357519}, {"source": 1601980, "target": 1617999}, {"source": 1601980, "target": 1669709}, {"source": 1450568, "target": 1194315}, {"source": 1194315, "target": 1357519}, {"source": 1194315, "target": 1617999}, {"source": 1669709, "target": 1357519}, {"source": 1669709, "target": 1617999}, {"source": 1669709, "target": 1669719}, {"source": 1357519, "target": 1617999}, {"source": 1357519, "target": 1669719}]}
|
[
1074560,
438277,
960009,
14742,
1450568,
10933,
1155149,
1202005
] | 8 |
236 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Stephen Vasquez, Christopher Turner, Michelle Burke, Timothy Williams, Daniel Romero, Nicole Lewis, Donald Wilson, John Young, Samantha Dixon, Ashley Moody, Jason Lucas, Erika Smith, Victoria Kirby, Brian Moon, Sarah Rogers, Robert Kennedy, Timothy Davis
- Fiendship connections: Stephen Vasquez to Jason Lucas, Christopher Turner to Victoria Kirby, Christopher Turner to Ashley Moody, Michelle Burke to Nicole Lewis, Michelle Burke to Jason Lucas, Timothy Williams to Victoria Kirby, Daniel Romero to John Young, Nicole Lewis to Victoria Kirby, Donald Wilson to Sarah Rogers, Donald Wilson to Robert Kennedy, John Young to Victoria Kirby, John Young to Robert Kennedy, Samantha Dixon to Victoria Kirby, Ashley Moody to Brian Moon, Victoria Kirby to Timothy Davis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Stephen Vasquez", "id": 2474658}, {"name": "Christopher Turner", "id": 2486436}, {"name": "Michelle Burke", "id": 2483044}, {"name": "Timothy Williams", "id": 3849128}, {"name": "Daniel Romero", "id": 3143241}, {"name": "Nicole Lewis", "id": 2561386}, {"name": "Donald Wilson", "id": 2442892}, {"name": "John Young", "id": 2421455}, {"name": "Samantha Dixon", "id": 2558256}, {"name": "Ashley Moody", "id": 2640431}, {"name": "Jason Lucas", "id": 3844946}, {"name": "Erika Smith", "id": 2443670}, {"name": "Victoria Kirby", "id": 2450294}, {"name": "Brian Moon", "id": 2429785}, {"name": "Sarah Rogers", "id": 3038106}, {"name": "Robert Kennedy", "id": 3143228}, {"name": "Timothy Davis", "id": 2800062}], "links": [{"source": 2474658, "target": 3844946}, {"source": 2486436, "target": 2450294}, {"source": 2486436, "target": 2640431}, {"source": 2483044, "target": 2561386}, {"source": 2483044, "target": 3844946}, {"source": 3849128, "target": 2450294}, {"source": 3143241, "target": 2421455}, {"source": 2561386, "target": 2450294}, {"source": 2442892, "target": 3038106}, {"source": 2442892, "target": 3143228}, {"source": 2421455, "target": 2450294}, {"source": 2421455, "target": 3143228}, {"source": 2558256, "target": 2450294}, {"source": 2640431, "target": 2429785}, {"source": 2450294, "target": 2800062}]}
|
[
2474658,
2443670
] | 2 |
237 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Megan Kelly, Cindy Bennett, Jonathan Garza, Erin Miller, Tiffany James, Lisa Wilson, Laura Bishop, Michael Casey, Daniel Crawford, Kelly Torres, Xavier Shelton, Danny Owens, Eileen Black, Christina Durham, Patrick Mcpherson
- Fiendship connections: Megan Kelly to Eileen Black, Megan Kelly to Lisa Wilson, Megan Kelly to Jonathan Garza, Cindy Bennett to Christina Durham, Cindy Bennett to Daniel Crawford, Erin Miller to Tiffany James, Erin Miller to Kelly Torres, Laura Bishop to Daniel Crawford, Michael Casey to Patrick Mcpherson, Michael Casey to Danny Owens, Daniel Crawford to Christina Durham
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Megan Kelly", "id": 2951584}, {"name": "Cindy Bennett", "id": 4996224}, {"name": "Jonathan Garza", "id": 2479298}, {"name": "Erin Miller", "id": 4972355}, {"name": "Tiffany James", "id": 4972354}, {"name": "Lisa Wilson", "id": 2447296}, {"name": "Laura Bishop", "id": 5511049}, {"name": "Michael Casey", "id": 2618444}, {"name": "Daniel Crawford", "id": 5742542}, {"name": "Kelly Torres", "id": 4972399}, {"name": "Xavier Shelton", "id": 2471410}, {"name": "Danny Owens", "id": 2448083}, {"name": "Eileen Black", "id": 2416950}, {"name": "Christina Durham", "id": 4933495}, {"name": "Patrick Mcpherson", "id": 2406361}], "links": [{"source": 2951584, "target": 2416950}, {"source": 2951584, "target": 2447296}, {"source": 2951584, "target": 2479298}, {"source": 4996224, "target": 4933495}, {"source": 4996224, "target": 5742542}, {"source": 4972355, "target": 4972354}, {"source": 4972355, "target": 4972399}, {"source": 5511049, "target": 5742542}, {"source": 2618444, "target": 2406361}, {"source": 2618444, "target": 2448083}, {"source": 5742542, "target": 4933495}]}
|
[
2951584,
4996224,
4972354,
2406361,
2471410
] | 5 |
238 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Lisa Alvarado, Alicia Arellano, Mariah Mcguire, Ronald Griffith, William Taylor, Daniel Ruiz, Stephen Riggs, Kari Potter, Matthew Gillespie, Barbara Hubbard, Chelsea Stokes, Adam Shepherd, Crystal Copeland, Katherine Taylor, Sean Shelton, John Hernandez, Cynthia Graham
- Fiendship connections: Mariah Mcguire to Cynthia Graham, Ronald Griffith to Daniel Ruiz, Ronald Griffith to William Taylor, Ronald Griffith to Kari Potter, Stephen Riggs to Katherine Taylor, Kari Potter to Sean Shelton, Matthew Gillespie to Katherine Taylor, Chelsea Stokes to Cynthia Graham, John Hernandez to Cynthia Graham
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Lisa Alvarado", "id": 2464805}, {"name": "Alicia Arellano", "id": 2435973}, {"name": "Mariah Mcguire", "id": 2428647}, {"name": "Ronald Griffith", "id": 2470282}, {"name": "William Taylor", "id": 4014507}, {"name": "Daniel Ruiz", "id": 2423245}, {"name": "Stephen Riggs", "id": 2477039}, {"name": "Kari Potter", "id": 4297872}, {"name": "Matthew Gillespie", "id": 4214450}, {"name": "Barbara Hubbard", "id": 2476211}, {"name": "Chelsea Stokes", "id": 2481909}, {"name": "Adam Shepherd", "id": 2459896}, {"name": "Crystal Copeland", "id": 2433177}, {"name": "Katherine Taylor", "id": 2464634}, {"name": "Sean Shelton", "id": 2477055}, {"name": "John Hernandez", "id": 2425982}, {"name": "Cynthia Graham", "id": 3275615}], "links": [{"source": 2428647, "target": 3275615}, {"source": 2470282, "target": 2423245}, {"source": 2470282, "target": 4014507}, {"source": 2470282, "target": 4297872}, {"source": 2477039, "target": 2464634}, {"source": 4297872, "target": 2477055}, {"source": 4214450, "target": 2464634}, {"source": 2481909, "target": 3275615}, {"source": 2425982, "target": 3275615}]}
|
[
2464805,
2435973,
2425982,
2470282,
4214450,
2476211,
2459896,
2433177
] | 8 |
239 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Charlene James, Ryan Carter, Corey Love, Kimberly Cline, Michelle Cole, William Dickerson, Tricia Shaw, Elizabeth Winters, Jason Wong, Jasmine Romero, Lisa Hensley, Taylor Bailey, Rachel Smith, Christopher Hess, John Baker, Vicki Garza, Dr. Jennifer Jones PhD, Martin Wilson
- Fiendship connections: Charlene James to Michelle Cole, Ryan Carter to Jasmine Romero, Corey Love to Christopher Hess, Corey Love to Jasmine Romero, William Dickerson to Vicki Garza, Jasmine Romero to Vicki Garza, Taylor Bailey to John Baker, John Baker to Martin Wilson, Vicki Garza to Dr. Jennifer Jones PhD
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Charlene James", "id": 4942464}, {"name": "Ryan Carter", "id": 2462433}, {"name": "Corey Love", "id": 2499264}, {"name": "Kimberly Cline", "id": 4934785}, {"name": "Michelle Cole", "id": 5818852}, {"name": "William Dickerson", "id": 2454884}, {"name": "Tricia Shaw", "id": 5006331}, {"name": "Elizabeth Winters", "id": 2456428}, {"name": "Jason Wong", "id": 5000173}, {"name": "Jasmine Romero", "id": 3267918}, {"name": "Lisa Hensley", "id": 5218509}, {"name": "Taylor Bailey", "id": 4947603}, {"name": "Rachel Smith", "id": 4950324}, {"name": "Christopher Hess", "id": 2425944}, {"name": "John Baker", "id": 5013338}, {"name": "Vicki Garza", "id": 2425243}, {"name": "Dr. Jennifer Jones PhD", "id": 2482239}, {"name": "Martin Wilson", "id": 5013343}], "links": [{"source": 4942464, "target": 5818852}, {"source": 2462433, "target": 3267918}, {"source": 2499264, "target": 2425944}, {"source": 2499264, "target": 3267918}, {"source": 2454884, "target": 2425243}, {"source": 3267918, "target": 2425243}, {"source": 4947603, "target": 5013338}, {"source": 5013338, "target": 5013343}, {"source": 2425243, "target": 2482239}]}
|
[
4942464,
2499264,
4934785,
5006331,
2456428,
5000173,
5218509,
5013338,
4950324
] | 9 |
240 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Rebecca Lawrence, Christopher Washington, Donald Clark, Adam Dickerson, Jennifer Ramirez, Dustin Norman, Sandra Gonzalez, Karen Lynn, Elizabeth Kirk, Ian Erickson, Amy Reed, Monica Gutierrez, Travis Cooper, Olivia Haas, Kerry Lane, Michael Walker, Grace Johnson
- Fiendship connections: Rebecca Lawrence to Olivia Haas, Rebecca Lawrence to Grace Johnson, Rebecca Lawrence to Adam Dickerson, Rebecca Lawrence to Ian Erickson, Rebecca Lawrence to Amy Reed, Rebecca Lawrence to Michael Walker, Christopher Washington to Olivia Haas, Donald Clark to Karen Lynn, Donald Clark to Amy Reed, Adam Dickerson to Olivia Haas, Adam Dickerson to Dustin Norman, Adam Dickerson to Sandra Gonzalez, Adam Dickerson to Ian Erickson, Adam Dickerson to Amy Reed, Adam Dickerson to Michael Walker, Adam Dickerson to Jennifer Ramirez, Dustin Norman to Grace Johnson, Sandra Gonzalez to Olivia Haas, Karen Lynn to Elizabeth Kirk, Elizabeth Kirk to Kerry Lane, Amy Reed to Monica Gutierrez, Olivia Haas to Grace Johnson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Rebecca Lawrence", "id": 5082884}, {"name": "Christopher Washington", "id": 4930340}, {"name": "Donald Clark", "id": 5071207}, {"name": "Adam Dickerson", "id": 5193224}, {"name": "Jennifer Ramirez", "id": 6079241}, {"name": "Dustin Norman", "id": 5169384}, {"name": "Sandra Gonzalez", "id": 5391114}, {"name": "Karen Lynn", "id": 5157324}, {"name": "Elizabeth Kirk", "id": 5071466}, {"name": "Ian Erickson", "id": 5193230}, {"name": "Amy Reed", "id": 5364751}, {"name": "Monica Gutierrez", "id": 5142387}, {"name": "Travis Cooper", "id": 5579219}, {"name": "Olivia Haas", "id": 5045011}, {"name": "Kerry Lane", "id": 5664693}, {"name": "Michael Walker", "id": 5554587}, {"name": "Grace Johnson", "id": 5193214}], "links": [{"source": 5082884, "target": 5045011}, {"source": 5082884, "target": 5193214}, {"source": 5082884, "target": 5193224}, {"source": 5082884, "target": 5193230}, {"source": 5082884, "target": 5364751}, {"source": 5082884, "target": 5554587}, {"source": 4930340, "target": 5045011}, {"source": 5071207, "target": 5157324}, {"source": 5071207, "target": 5364751}, {"source": 5193224, "target": 5045011}, {"source": 5193224, "target": 5169384}, {"source": 5193224, "target": 5391114}, {"source": 5193224, "target": 5193230}, {"source": 5193224, "target": 5364751}, {"source": 5193224, "target": 5554587}, {"source": 5193224, "target": 6079241}, {"source": 5169384, "target": 5193214}, {"source": 5391114, "target": 5045011}, {"source": 5157324, "target": 5071466}, {"source": 5071466, "target": 5664693}, {"source": 5364751, "target": 5142387}, {"source": 5045011, "target": 5193214}]}
|
[
5082884,
5579219
] | 2 |
241 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Rachel Bolton, Caitlin Porter, Darren Tapia, Richard Green, Teresa Campbell, Shane Bowers, Adam Salazar, Nathan Hernandez, Robin Hobbs, Angela Ryan DVM, Eric Cruz, Phillip Mullen, Brooke Berry, Anthony Crawford, Melissa Stewart, David Paul, Charlotte Cox, Laura Mason
- Fiendship connections: Rachel Bolton to Darren Tapia, Rachel Bolton to Brooke Berry, Caitlin Porter to Darren Tapia, Darren Tapia to Angela Ryan DVM, Richard Green to Nathan Hernandez, Teresa Campbell to Charlotte Cox, Adam Salazar to Eric Cruz, Nathan Hernandez to Robin Hobbs, Nathan Hernandez to Laura Mason, Phillip Mullen to Charlotte Cox, Anthony Crawford to Charlotte Cox, Melissa Stewart to Charlotte Cox, David Paul to Charlotte Cox
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Rachel Bolton", "id": 1995680}, {"name": "Caitlin Porter", "id": 1017666}, {"name": "Darren Tapia", "id": 1470249}, {"name": "Richard Green", "id": 18153}, {"name": "Teresa Campbell", "id": 1912078}, {"name": "Shane Bowers", "id": 4526}, {"name": "Adam Salazar", "id": 29838}, {"name": "Nathan Hernandez", "id": 37329}, {"name": "Robin Hobbs", "id": 12210}, {"name": "Angela Ryan DVM", "id": 1441042}, {"name": "Eric Cruz", "id": 162260}, {"name": "Phillip Mullen", "id": 2314261}, {"name": "Brooke Berry", "id": 1632946}, {"name": "Anthony Crawford", "id": 2120498}, {"name": "Melissa Stewart", "id": 897041}, {"name": "David Paul", "id": 1862617}, {"name": "Charlotte Cox", "id": 1732666}, {"name": "Laura Mason", "id": 13502}], "links": [{"source": 1995680, "target": 1470249}, {"source": 1995680, "target": 1632946}, {"source": 1017666, "target": 1470249}, {"source": 1470249, "target": 1441042}, {"source": 18153, "target": 37329}, {"source": 1912078, "target": 1732666}, {"source": 29838, "target": 162260}, {"source": 37329, "target": 12210}, {"source": 37329, "target": 13502}, {"source": 2314261, "target": 1732666}, {"source": 2120498, "target": 1732666}, {"source": 897041, "target": 1732666}, {"source": 1862617, "target": 1732666}]}
|
[
1995680,
18153,
1912078,
4526,
162260
] | 5 |
242 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mary Bennett, Joseph Martin, Robert Hoffman, Natalie Rivera, Nathaniel Baker, Caitlin Anderson, John Arnold, Michelle Vaughn, Lisa Hester, Vanessa Dorsey DVM, Dawn Diaz, Lynn Medina, Barry Wagner, Brittany Woods, Candice James, James James, Brenda Foster, Mary Gray, Justin Rojas, James Morales, Brittney Garza
- Fiendship connections: Mary Bennett to Brittney Garza, Mary Bennett to Justin Rojas, Joseph Martin to Robert Hoffman, Joseph Martin to Justin Rojas, Natalie Rivera to Dawn Diaz, Natalie Rivera to Justin Rojas, Nathaniel Baker to Michelle Vaughn, Caitlin Anderson to James James, John Arnold to Brenda Foster, John Arnold to Justin Rojas, Michelle Vaughn to Brittany Woods, Lisa Hester to James Morales, Lisa Hester to Brittney Garza, Vanessa Dorsey DVM to Candice James, Vanessa Dorsey DVM to Justin Rojas, Lynn Medina to James James, Lynn Medina to Brittany Woods, Lynn Medina to Justin Rojas, Barry Wagner to Justin Rojas
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mary Bennett", "id": 1463426}, {"name": "Joseph Martin", "id": 1740549}, {"name": "Robert Hoffman", "id": 1269129}, {"name": "Natalie Rivera", "id": 1409933}, {"name": "Nathaniel Baker", "id": 850833}, {"name": "Caitlin Anderson", "id": 1024406}, {"name": "John Arnold", "id": 2241306}, {"name": "Michelle Vaughn", "id": 1332381}, {"name": "Lisa Hester", "id": 831262}, {"name": "Vanessa Dorsey DVM", "id": 1501215}, {"name": "Dawn Diaz", "id": 993451}, {"name": "Lynn Medina", "id": 2190129}, {"name": "Barry Wagner", "id": 1952821}, {"name": "Brittany Woods", "id": 1949886}, {"name": "Candice James", "id": 1494723}, {"name": "James James", "id": 1924420}, {"name": "Brenda Foster", "id": 1460050}, {"name": "Mary Gray", "id": 1604057}, {"name": "Justin Rojas", "id": 2240230}, {"name": "James Morales", "id": 1396070}, {"name": "Brittney Garza", "id": 1881193}], "links": [{"source": 1463426, "target": 1881193}, {"source": 1463426, "target": 2240230}, {"source": 1740549, "target": 1269129}, {"source": 1740549, "target": 2240230}, {"source": 1409933, "target": 993451}, {"source": 1409933, "target": 2240230}, {"source": 850833, "target": 1332381}, {"source": 1024406, "target": 1924420}, {"source": 2241306, "target": 1460050}, {"source": 2241306, "target": 2240230}, {"source": 1332381, "target": 1949886}, {"source": 831262, "target": 1396070}, {"source": 831262, "target": 1881193}, {"source": 1501215, "target": 1494723}, {"source": 1501215, "target": 2240230}, {"source": 2190129, "target": 1924420}, {"source": 2190129, "target": 1949886}, {"source": 2190129, "target": 2240230}, {"source": 1952821, "target": 2240230}]}
|
[
1463426,
1604057
] | 2 |
243 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Patricia Hayes, Susan Bowman, Bryan Nichols, Joseph Marshall, William Barnes, Donna Trujillo, Jessica Taylor, Jennifer Coleman, Gregory Stokes, David Rodriguez, Joshua Galloway, Cody Marshall, Frank Romero, Timothy Pugh, Victor May, Casey Day, Katie Rodriguez, Patricia Hayes, Charlene Brown
- Fiendship connections: Patricia Hayes to David Rodriguez, Susan Bowman to David Rodriguez, Joseph Marshall to Cody Marshall, William Barnes to Joshua Galloway, William Barnes to Timothy Pugh, Donna Trujillo to Frank Romero, Donna Trujillo to Jennifer Coleman, David Rodriguez to Patricia Hayes, David Rodriguez to Frank Romero, Joshua Galloway to Timothy Pugh, Cody Marshall to Katie Rodriguez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Patricia Hayes", "id": 5654786}, {"name": "Susan Bowman", "id": 5654788}, {"name": "Bryan Nichols", "id": 2498956}, {"name": "Joseph Marshall", "id": 4669087}, {"name": "William Barnes", "id": 1229481}, {"name": "Donna Trujillo", "id": 4969141}, {"name": "Jessica Taylor", "id": 830781}, {"name": "Jennifer Coleman", "id": 6041151}, {"name": "Gregory Stokes", "id": 1463103}, {"name": "David Rodriguez", "id": 5040580}, {"name": "Joshua Galloway", "id": 821962}, {"name": "Cody Marshall", "id": 2484567}, {"name": "Frank Romero", "id": 5565536}, {"name": "Timothy Pugh", "id": 1358950}, {"name": "Victor May", "id": 2424936}, {"name": "Casey Day", "id": 4979689}, {"name": "Katie Rodriguez", "id": 2490733}, {"name": "Patricia Hayes", "id": 5038832}, {"name": "Charlene Brown", "id": 1319674}], "links": [{"source": 5654786, "target": 5040580}, {"source": 5654788, "target": 5040580}, {"source": 4669087, "target": 2484567}, {"source": 1229481, "target": 821962}, {"source": 1229481, "target": 1358950}, {"source": 4969141, "target": 5565536}, {"source": 4969141, "target": 6041151}, {"source": 5040580, "target": 5038832}, {"source": 5040580, "target": 5565536}, {"source": 821962, "target": 1358950}, {"source": 2484567, "target": 2490733}]}
|
[
5565536,
2498956,
2490733,
1229481,
830781,
1463103,
2424936,
4979689,
1319674
] | 9 |
244 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Christina Adams, Christine Frey, Ronnie Cole, Michael Patterson, Tamara Garcia, Felicia Leonard, Matthew Mills, Jennifer Olson, Glenda Rogers, Teresa Henry, Gregory Hudson, Timothy Jones, Nancy Harris, Calvin Bennett, William Hughes, Brenda Atkins, Brooke Caldwell, Christopher Bennett, Virginia Lopez, Jeremiah Mcclain, Jillian White
- Fiendship connections: Christina Adams to Nancy Harris, Christine Frey to William Hughes, Christine Frey to Ronnie Cole, Christine Frey to Matthew Mills, Christine Frey to Jeremiah Mcclain, Ronnie Cole to William Hughes, Ronnie Cole to Brenda Atkins, Ronnie Cole to Matthew Mills, Ronnie Cole to Jeremiah Mcclain, Michael Patterson to Glenda Rogers, Michael Patterson to Jeremiah Mcclain, Michael Patterson to Brooke Caldwell, Tamara Garcia to Teresa Henry, Tamara Garcia to Jennifer Olson, Felicia Leonard to Virginia Lopez, Matthew Mills to William Hughes, Matthew Mills to Brenda Atkins, Matthew Mills to Jeremiah Mcclain, Jennifer Olson to Teresa Henry, Glenda Rogers to Brooke Caldwell, Gregory Hudson to Brooke Caldwell, Timothy Jones to Brooke Caldwell, Calvin Bennett to Christopher Bennett, Calvin Bennett to Brooke Caldwell, William Hughes to Brenda Atkins, William Hughes to Jeremiah Mcclain, Brooke Caldwell to Christopher Bennett
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christina Adams", "id": 10251}, {"name": "Christine Frey", "id": 2948878}, {"name": "Ronnie Cole", "id": 2463641}, {"name": "Michael Patterson", "id": 2478748}, {"name": "Tamara Garcia", "id": 2422684}, {"name": "Felicia Leonard", "id": 5219869}, {"name": "Matthew Mills", "id": 2479134}, {"name": "Jennifer Olson", "id": 3192480}, {"name": "Glenda Rogers", "id": 2478503}, {"name": "Teresa Henry", "id": 2436539}, {"name": "Gregory Hudson", "id": 2431420}, {"name": "Timothy Jones", "id": 2478527}, {"name": "Nancy Harris", "id": 503621}, {"name": "Calvin Bennett", "id": 2410186}, {"name": "William Hughes", "id": 2416846}, {"name": "Brenda Atkins", "id": 2416850}, {"name": "Brooke Caldwell", "id": 2737760}, {"name": "Christopher Bennett", "id": 2445804}, {"name": "Virginia Lopez", "id": 4977524}, {"name": "Jeremiah Mcclain", "id": 2479860}, {"name": "Jillian White", "id": 2485240}], "links": [{"source": 10251, "target": 503621}, {"source": 2948878, "target": 2416846}, {"source": 2948878, "target": 2463641}, {"source": 2948878, "target": 2479134}, {"source": 2948878, "target": 2479860}, {"source": 2463641, "target": 2416846}, {"source": 2463641, "target": 2416850}, {"source": 2463641, "target": 2479134}, {"source": 2463641, "target": 2479860}, {"source": 2478748, "target": 2478503}, {"source": 2478748, "target": 2479860}, {"source": 2478748, "target": 2737760}, {"source": 2422684, "target": 2436539}, {"source": 2422684, "target": 3192480}, {"source": 5219869, "target": 4977524}, {"source": 2479134, "target": 2416846}, {"source": 2479134, "target": 2416850}, {"source": 2479134, "target": 2479860}, {"source": 3192480, "target": 2436539}, {"source": 2478503, "target": 2737760}, {"source": 2431420, "target": 2737760}, {"source": 2478527, "target": 2737760}, {"source": 2410186, "target": 2445804}, {"source": 2410186, "target": 2737760}, {"source": 2416846, "target": 2416850}, {"source": 2416846, "target": 2479860}, {"source": 2737760, "target": 2445804}]}
|
[
10251,
2737760,
3192480,
4977524,
2485240
] | 5 |
245 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Alyssa Wilson, Douglas Sheppard, Frank Shaffer, Dana Norris, Matthew Reed, Scott Smith, Shelly Roberts, Logan Nguyen, Henry Lee, Jonathan Wells, Matthew Moore, Randy Perez, Wesley Oliver, Jesus Richardson, Christine Mills, Stacy Valdez, Erin Miller, Yvette Mcgee, Andrew Calderon, Taylor Clark, Charles Taylor, Tiffany Collins, Lisa Sweeney
- Fiendship connections: Alyssa Wilson to Andrew Calderon, Alyssa Wilson to Frank Shaffer, Douglas Sheppard to Dana Norris, Douglas Sheppard to Scott Smith, Frank Shaffer to Henry Lee, Dana Norris to Andrew Calderon, Matthew Reed to Shelly Roberts, Matthew Reed to Yvette Mcgee, Matthew Reed to Logan Nguyen, Scott Smith to Jesus Richardson, Shelly Roberts to Lisa Sweeney, Shelly Roberts to Logan Nguyen, Shelly Roberts to Randy Perez, Shelly Roberts to Christine Mills, Henry Lee to Stacy Valdez, Matthew Moore to Taylor Clark, Jesus Richardson to Yvette Mcgee, Stacy Valdez to Charles Taylor, Erin Miller to Lisa Sweeney, Taylor Clark to Charles Taylor
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Alyssa Wilson", "id": 5147399}, {"name": "Douglas Sheppard", "id": 5065996}, {"name": "Frank Shaffer", "id": 5864717}, {"name": "Dana Norris", "id": 4927502}, {"name": "Matthew Reed", "id": 4995611}, {"name": "Scott Smith", "id": 5372956}, {"name": "Shelly Roberts", "id": 5087784}, {"name": "Logan Nguyen", "id": 5529388}, {"name": "Henry Lee", "id": 4954542}, {"name": "Jonathan Wells", "id": 5024050}, {"name": "Matthew Moore", "id": 5074484}, {"name": "Randy Perez", "id": 5529398}, {"name": "Wesley Oliver", "id": 4934204}, {"name": "Jesus Richardson", "id": 4974654}, {"name": "Christine Mills", "id": 5529406}, {"name": "Stacy Valdez", "id": 4947522}, {"name": "Erin Miller", "id": 4972355}, {"name": "Yvette Mcgee", "id": 5092943}, {"name": "Andrew Calderon", "id": 4998235}, {"name": "Taylor Clark", "id": 5074532}, {"name": "Charles Taylor", "id": 5081061}, {"name": "Tiffany Collins", "id": 5031147}, {"name": "Lisa Sweeney", "id": 4972406}], "links": [{"source": 5147399, "target": 4998235}, {"source": 5147399, "target": 5864717}, {"source": 5065996, "target": 4927502}, {"source": 5065996, "target": 5372956}, {"source": 5864717, "target": 4954542}, {"source": 4927502, "target": 4998235}, {"source": 4995611, "target": 5087784}, {"source": 4995611, "target": 5092943}, {"source": 4995611, "target": 5529388}, {"source": 5372956, "target": 4974654}, {"source": 5087784, "target": 4972406}, {"source": 5087784, "target": 5529388}, {"source": 5087784, "target": 5529398}, {"source": 5087784, "target": 5529406}, {"source": 4954542, "target": 4947522}, {"source": 5074484, "target": 5074532}, {"source": 4974654, "target": 5092943}, {"source": 4947522, "target": 5081061}, {"source": 4972355, "target": 4972406}, {"source": 5074532, "target": 5081061}]}
|
[
5147399,
5024050,
4934204,
5031147
] | 4 |
246 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jordan Mitchell, Steven Johnson, Sarah White, Adam Colon, Brian Carter, Donald Jones, Alicia Jackson, Brianna Allen, Mark Perez, Rachel Richardson, Michael Steele, Chris Parks, James Daniels, Victoria Collier, Nicholas Conley, Lori Lam
- Fiendship connections: Adam Colon to Rachel Richardson, Brian Carter to Nicholas Conley, Brian Carter to Brianna Allen, Brian Carter to Rachel Richardson, Brian Carter to Donald Jones, Mark Perez to Lori Lam, Mark Perez to James Daniels, Rachel Richardson to Michael Steele, James Daniels to Lori Lam, Victoria Collier to Lori Lam
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jordan Mitchell", "id": 1100096}, {"name": "Steven Johnson", "id": 5205060}, {"name": "Sarah White", "id": 4946405}, {"name": "Adam Colon", "id": 4931879}, {"name": "Brian Carter", "id": 5804842}, {"name": "Donald Jones", "id": 5804845}, {"name": "Alicia Jackson", "id": 5363295}, {"name": "Brianna Allen", "id": 5499551}, {"name": "Mark Perez", "id": 1370195}, {"name": "Rachel Richardson", "id": 5745877}, {"name": "Michael Steele", "id": 5599381}, {"name": "Chris Parks", "id": 5020630}, {"name": "James Daniels", "id": 968989}, {"name": "Victoria Collier", "id": 954458}, {"name": "Nicholas Conley", "id": 4932157}, {"name": "Lori Lam", "id": 968959}], "links": [{"source": 4931879, "target": 5745877}, {"source": 5804842, "target": 4932157}, {"source": 5804842, "target": 5499551}, {"source": 5804842, "target": 5745877}, {"source": 5804842, "target": 5804845}, {"source": 1370195, "target": 968959}, {"source": 1370195, "target": 968989}, {"source": 5745877, "target": 5599381}, {"source": 968989, "target": 968959}, {"source": 954458, "target": 968959}]}
|
[
1100096,
5205060,
4946405,
4931879,
5363295,
954458,
5020630
] | 7 |
247 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Timothy Edwards, Leah Dominguez, Jane Smith, Karen Kelly, Justin Washington, Amber Gonzalez, Emily Ramirez, Samuel Sanders, Latasha Gonzalez, Vanessa Diaz, Ashley Hernandez, Wendy Green, William Huff, Melissa Good, Valerie Richardson, Tanya Myers, James Webb, Andrew Williams, Bridget Moore
- Fiendship connections: Timothy Edwards to Emily Ramirez, Leah Dominguez to Emily Ramirez, Jane Smith to Justin Washington, Karen Kelly to James Webb, Justin Washington to Valerie Richardson, Justin Washington to William Huff, Latasha Gonzalez to James Webb, Vanessa Diaz to James Webb, Ashley Hernandez to James Webb, Melissa Good to Andrew Williams, Melissa Good to Bridget Moore, Andrew Williams to Bridget Moore
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Timothy Edwards", "id": 5217793}, {"name": "Leah Dominguez", "id": 5435138}, {"name": "Jane Smith", "id": 2537097}, {"name": "Karen Kelly", "id": 3469}, {"name": "Justin Washington", "id": 2477714}, {"name": "Amber Gonzalez", "id": 2421139}, {"name": "Emily Ramirez", "id": 5008030}, {"name": "Samuel Sanders", "id": 5058207}, {"name": "Latasha Gonzalez", "id": 31395}, {"name": "Vanessa Diaz", "id": 26679}, {"name": "Ashley Hernandez", "id": 123595}, {"name": "Wendy Green", "id": 4944}, {"name": "William Huff", "id": 4512469}, {"name": "Melissa Good", "id": 2416732}, {"name": "Valerie Richardson", "id": 2446557}, {"name": "Tanya Myers", "id": 2492522}, {"name": "James Webb", "id": 39019}, {"name": "Andrew Williams", "id": 2417009}, {"name": "Bridget Moore", "id": 2954495}], "links": [{"source": 5217793, "target": 5008030}, {"source": 5435138, "target": 5008030}, {"source": 2537097, "target": 2477714}, {"source": 3469, "target": 39019}, {"source": 2477714, "target": 2446557}, {"source": 2477714, "target": 4512469}, {"source": 31395, "target": 39019}, {"source": 26679, "target": 39019}, {"source": 123595, "target": 39019}, {"source": 2416732, "target": 2417009}, {"source": 2416732, "target": 2954495}, {"source": 2417009, "target": 2954495}]}
|
[
5217793,
4512469,
31395,
2421139,
5058207,
4944,
2417009,
2492522
] | 8 |
248 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Corey Cardenas, Carla Martinez, Michael Harris, Theresa Hall, Angel Davis, Amy Montoya, Rebecca Stewart, Marco Williams, David Stewart, Jordan Turner, Laura Garrett, Emily Fields, Patricia Smith, Jeffery Campbell, George Castaneda
- Fiendship connections: Corey Cardenas to Angel Davis, Carla Martinez to Marco Williams, Michael Harris to Angel Davis, Theresa Hall to Angel Davis, Angel Davis to Marco Williams, Angel Davis to Jeffery Campbell, Angel Davis to Rebecca Stewart, Angel Davis to George Castaneda, Angel Davis to David Stewart, Angel Davis to Patricia Smith, Angel Davis to Laura Garrett, Jordan Turner to Emily Fields, Emily Fields to Jeffery Campbell
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Corey Cardenas", "id": 4149666}, {"name": "Carla Martinez", "id": 2455171}, {"name": "Michael Harris", "id": 4427268}, {"name": "Theresa Hall", "id": 4427235}, {"name": "Angel Davis", "id": 2473355}, {"name": "Amy Montoya", "id": 2466763}, {"name": "Rebecca Stewart", "id": 3180381}, {"name": "Marco Williams", "id": 2912974}, {"name": "David Stewart", "id": 4167478}, {"name": "Jordan Turner", "id": 2463511}, {"name": "Laura Garrett", "id": 4427256}, {"name": "Emily Fields", "id": 2491770}, {"name": "Patricia Smith", "id": 4427229}, {"name": "Jeffery Campbell", "id": 3026526}, {"name": "George Castaneda", "id": 3965727}], "links": [{"source": 4149666, "target": 2473355}, {"source": 2455171, "target": 2912974}, {"source": 4427268, "target": 2473355}, {"source": 4427235, "target": 2473355}, {"source": 2473355, "target": 2912974}, {"source": 2473355, "target": 3026526}, {"source": 2473355, "target": 3180381}, {"source": 2473355, "target": 3965727}, {"source": 2473355, "target": 4167478}, {"source": 2473355, "target": 4427229}, {"source": 2473355, "target": 4427256}, {"source": 2463511, "target": 2491770}, {"source": 2491770, "target": 3026526}]}
|
[
4427229,
2466763
] | 2 |
249 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Christine Hall, Cynthia Martinez, Stacey Patel DDS, Benjamin Martin, Megan Guzman, Beth Spears, Rebecca Hill, Brooke Lee, Stephanie Rich, Lindsey Mcdonald, Joanne Harris, Jason Bullock, Robert Morris, Lynn Bailey, Thomas Gordon, Richard Mckenzie, Jessica Peterson, David Miller, Evan Horne, Justin Wright, Austin Willis
- Fiendship connections: Christine Hall to Joanne Harris, Christine Hall to Stacey Patel DDS, Cynthia Martinez to Jason Bullock, Benjamin Martin to Rebecca Hill, Benjamin Martin to Robert Morris, Benjamin Martin to Lindsey Mcdonald, Megan Guzman to Thomas Gordon, Beth Spears to Austin Willis, Beth Spears to Justin Wright, Beth Spears to Brooke Lee, Rebecca Hill to Lindsey Mcdonald, Brooke Lee to Austin Willis, Brooke Lee to Justin Wright, Stephanie Rich to Lindsey Mcdonald, Lindsey Mcdonald to Richard Mckenzie, Lindsey Mcdonald to Robert Morris, Jason Bullock to Evan Horne, Jason Bullock to David Miller
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christine Hall", "id": 1898116}, {"name": "Cynthia Martinez", "id": 5090855}, {"name": "Stacey Patel DDS", "id": 1341735}, {"name": "Benjamin Martin", "id": 2450732}, {"name": "Megan Guzman", "id": 2477742}, {"name": "Beth Spears", "id": 2468532}, {"name": "Rebecca Hill", "id": 2412477}, {"name": "Brooke Lee", "id": 2588225}, {"name": "Stephanie Rich", "id": 2425921}, {"name": "Lindsey Mcdonald", "id": 2846276}, {"name": "Joanne Harris", "id": 994629}, {"name": "Jason Bullock", "id": 5516362}, {"name": "Robert Morris", "id": 2448974}, {"name": "Lynn Bailey", "id": 2432466}, {"name": "Thomas Gordon", "id": 4513116}, {"name": "Richard Mckenzie", "id": 2434156}, {"name": "Jessica Peterson", "id": 2420976}, {"name": "David Miller", "id": 5001330}, {"name": "Evan Horne", "id": 4947832}, {"name": "Justin Wright", "id": 2479740}, {"name": "Austin Willis", "id": 2405629}], "links": [{"source": 1898116, "target": 994629}, {"source": 1898116, "target": 1341735}, {"source": 5090855, "target": 5516362}, {"source": 2450732, "target": 2412477}, {"source": 2450732, "target": 2448974}, {"source": 2450732, "target": 2846276}, {"source": 2477742, "target": 4513116}, {"source": 2468532, "target": 2405629}, {"source": 2468532, "target": 2479740}, {"source": 2468532, "target": 2588225}, {"source": 2412477, "target": 2846276}, {"source": 2588225, "target": 2405629}, {"source": 2588225, "target": 2479740}, {"source": 2425921, "target": 2846276}, {"source": 2846276, "target": 2434156}, {"source": 2846276, "target": 2448974}, {"source": 5516362, "target": 4947832}, {"source": 5516362, "target": 5001330}]}
|
[
1898116,
4947832,
2425921,
4513116,
2479740,
2432466,
2420976
] | 7 |
250 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Drew Williams, Ashlee Lopez, Hannah Sanford, Connor Bailey, Joseph Brewer, Jill Moss, Jacob Mitchell, Melissa Adams, Michael Stevens, Alexander Henry, Stanley Wilkinson, Mary Mendoza, Michael Fowler, Phillip Smith, Mary Daniels
- Fiendship connections: Drew Williams to Hannah Sanford, Drew Williams to Ashlee Lopez, Connor Bailey to Michael Fowler, Jill Moss to Stanley Wilkinson, Jacob Mitchell to Michael Stevens, Jacob Mitchell to Mary Mendoza, Melissa Adams to Stanley Wilkinson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Drew Williams", "id": 5609601}, {"name": "Ashlee Lopez", "id": 5609605}, {"name": "Hannah Sanford", "id": 4930053}, {"name": "Connor Bailey", "id": 983173}, {"name": "Joseph Brewer", "id": 5254380}, {"name": "Jill Moss", "id": 4142254}, {"name": "Jacob Mitchell", "id": 78831}, {"name": "Melissa Adams", "id": 4142258}, {"name": "Michael Stevens", "id": 55}, {"name": "Alexander Henry", "id": 2410549}, {"name": "Stanley Wilkinson", "id": 2462967}, {"name": "Mary Mendoza", "id": 3070}, {"name": "Michael Fowler", "id": 1108765}, {"name": "Phillip Smith", "id": 5100734}, {"name": "Mary Daniels", "id": 201119}], "links": [{"source": 5609601, "target": 4930053}, {"source": 5609601, "target": 5609605}, {"source": 983173, "target": 1108765}, {"source": 4142254, "target": 2462967}, {"source": 78831, "target": 55}, {"source": 78831, "target": 3070}, {"source": 4142258, "target": 2462967}]}
|
[
5609601,
1108765,
5254380,
4142258,
55,
2410549,
5100734,
201119
] | 8 |
251 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Nancy Richardson, Brandon Martin, Kristen Williams, Corey Wilson, Dale George, William Austin, Krystal Porter, Amanda Valenzuela, Nichole Kelley, Michael Sanchez, Jesus Romero, Chris Gilmore, Jeremy Scott, Jason Bass, Rachel Wyatt, Carolyn Barrett, Jodi Henderson, Kristi Farrell, Michelle Jacobs, Melissa Nolan
- Fiendship connections: Nancy Richardson to Jeremy Scott, Nancy Richardson to Jason Bass, Brandon Martin to Jodi Henderson, Kristen Williams to Chris Gilmore, Corey Wilson to Jesus Romero, Dale George to Chris Gilmore, William Austin to Chris Gilmore, Michael Sanchez to Jodi Henderson, Chris Gilmore to Kristi Farrell, Chris Gilmore to Melissa Nolan, Carolyn Barrett to Jodi Henderson, Jodi Henderson to Michelle Jacobs
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Nancy Richardson", "id": 5278850}, {"name": "Brandon Martin", "id": 782467}, {"name": "Kristen Williams", "id": 6041483}, {"name": "Corey Wilson", "id": 2712973}, {"name": "Dale George", "id": 4995867}, {"name": "William Austin", "id": 5557025}, {"name": "Krystal Porter", "id": 1083688}, {"name": "Amanda Valenzuela", "id": 1079722}, {"name": "Nichole Kelley", "id": 5072171}, {"name": "Michael Sanchez", "id": 784683}, {"name": "Jesus Romero", "id": 2409133}, {"name": "Chris Gilmore", "id": 4928942}, {"name": "Jeremy Scott", "id": 5984175}, {"name": "Jason Bass", "id": 5984176}, {"name": "Rachel Wyatt", "id": 1328302}, {"name": "Carolyn Barrett", "id": 2013239}, {"name": "Jodi Henderson", "id": 1079735}, {"name": "Kristi Farrell", "id": 4970680}, {"name": "Michelle Jacobs", "id": 1306065}, {"name": "Melissa Nolan", "id": 5480018}], "links": [{"source": 5278850, "target": 5984175}, {"source": 5278850, "target": 5984176}, {"source": 782467, "target": 1079735}, {"source": 6041483, "target": 4928942}, {"source": 2712973, "target": 2409133}, {"source": 4995867, "target": 4928942}, {"source": 5557025, "target": 4928942}, {"source": 784683, "target": 1079735}, {"source": 4928942, "target": 4970680}, {"source": 4928942, "target": 5480018}, {"source": 2013239, "target": 1079735}, {"source": 1079735, "target": 1306065}]}
|
[
5984176,
1079735,
5557025,
2712973,
1083688,
1079722,
5072171,
1328302
] | 8 |
252 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Victor Reed, Manuel Hudson, Leslie Lane, Rebecca Cruz, Jeffery Valentine, Kerri Nolan, Travis Bowen, Jason Green, James Lewis, Lindsey Valencia, Antonio Thomas, Melissa Jackson, Alyssa Jones, Julia Webb, Joseph Hall, Jennifer Yoder, Billy Thompson, Colleen Arroyo, Katie Brown, Jessica Cook, William Adams, John Potter, Nathan Torres, Mr. Jacob Neal, Jerome Ferguson, Holly Hopkins, Dave Jones, Jeffrey Larsen, Jacob Austin
- Fiendship connections: Victor Reed to Nathan Torres, Manuel Hudson to Jerome Ferguson, Manuel Hudson to Mr. Jacob Neal, Manuel Hudson to Lindsey Valencia, Manuel Hudson to William Adams, Leslie Lane to Nathan Torres, Jeffery Valentine to William Adams, Jason Green to John Potter, Jason Green to James Lewis, Jason Green to Antonio Thomas, Alyssa Jones to Joseph Hall, Julia Webb to Nathan Torres, Jennifer Yoder to Jerome Ferguson, Colleen Arroyo to Nathan Torres, Katie Brown to Dave Jones, Jessica Cook to Nathan Torres, Nathan Torres to Jacob Austin
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Victor Reed", "id": 2493184}, {"name": "Manuel Hudson", "id": 128903}, {"name": "Leslie Lane", "id": 2420240}, {"name": "Rebecca Cruz", "id": 2472981}, {"name": "Jeffery Valentine", "id": 144666}, {"name": "Kerri Nolan", "id": 2426010}, {"name": "Travis Bowen", "id": 2418719}, {"name": "Jason Green", "id": 5738544}, {"name": "James Lewis", "id": 5738546}, {"name": "Lindsey Valencia", "id": 431282}, {"name": "Antonio Thomas", "id": 5738549}, {"name": "Melissa Jackson", "id": 4965173}, {"name": "Alyssa Jones", "id": 101178}, {"name": "Julia Webb", "id": 2453948}, {"name": "Joseph Hall", "id": 53565}, {"name": "Jennifer Yoder", "id": 1086}, {"name": "Billy Thompson", "id": 5114817}, {"name": "Colleen Arroyo", "id": 2455499}, {"name": "Katie Brown", "id": 43467}, {"name": "Jessica Cook", "id": 2414683}, {"name": "William Adams", "id": 327644}, {"name": "John Potter", "id": 5008225}, {"name": "Nathan Torres", "id": 2893796}, {"name": "Mr. Jacob Neal", "id": 36584}, {"name": "Jerome Ferguson", "id": 1001}, {"name": "Holly Hopkins", "id": 4979177}, {"name": "Dave Jones", "id": 37996}, {"name": "Jeffrey Larsen", "id": 18672}, {"name": "Jacob Austin", "id": 2455161}], "links": [{"source": 2493184, "target": 2893796}, {"source": 128903, "target": 1001}, {"source": 128903, "target": 36584}, {"source": 128903, "target": 431282}, {"source": 128903, "target": 327644}, {"source": 2420240, "target": 2893796}, {"source": 144666, "target": 327644}, {"source": 5738544, "target": 5008225}, {"source": 5738544, "target": 5738546}, {"source": 5738544, "target": 5738549}, {"source": 101178, "target": 53565}, {"source": 2453948, "target": 2893796}, {"source": 1086, "target": 1001}, {"source": 2455499, "target": 2893796}, {"source": 43467, "target": 37996}, {"source": 2414683, "target": 2893796}, {"source": 2893796, "target": 2455161}]}
|
[
2493184,
128903,
2472981,
2426010,
2418719,
5738544,
4965173,
101178,
5114817,
43467,
4979177,
18672
] | 12 |
253 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Michael Valdez, George Bailey, Nicholas Thompson, Christopher Reese, Cynthia Spencer, Patrick Wright, David Williamson, Peter Curry, Christine Nelson, Marcus Harvey, Austin Nichols, Kara Conway, Lucas Sanders, Casey George, Jordan Moyer
- Fiendship connections: Michael Valdez to Marcus Harvey, George Bailey to Nicholas Thompson, Nicholas Thompson to Austin Nichols, Christopher Reese to Jordan Moyer, Cynthia Spencer to Patrick Wright, Cynthia Spencer to Lucas Sanders, Peter Curry to Kara Conway, Peter Curry to Austin Nichols, Marcus Harvey to Casey George, Marcus Harvey to Kara Conway, Kara Conway to Jordan Moyer, Casey George to Jordan Moyer
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Michael Valdez", "id": 26472}, {"name": "George Bailey", "id": 249064}, {"name": "Nicholas Thompson", "id": 100316}, {"name": "Christopher Reese", "id": 749101}, {"name": "Cynthia Spencer", "id": 876752}, {"name": "Patrick Wright", "id": 1191761}, {"name": "David Williamson", "id": 985458}, {"name": "Peter Curry", "id": 23698}, {"name": "Christine Nelson", "id": 63316}, {"name": "Marcus Harvey", "id": 8635}, {"name": "Austin Nichols", "id": 117751}, {"name": "Kara Conway", "id": 2555}, {"name": "Lucas Sanders", "id": 2191545}, {"name": "Casey George", "id": 1403}, {"name": "Jordan Moyer", "id": 40380}], "links": [{"source": 26472, "target": 8635}, {"source": 249064, "target": 100316}, {"source": 100316, "target": 117751}, {"source": 749101, "target": 40380}, {"source": 876752, "target": 1191761}, {"source": 876752, "target": 2191545}, {"source": 23698, "target": 2555}, {"source": 23698, "target": 117751}, {"source": 8635, "target": 1403}, {"source": 8635, "target": 2555}, {"source": 2555, "target": 40380}, {"source": 1403, "target": 40380}]}
|
[
26472,
876752,
985458,
63316
] | 4 |
254 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Garrett Thomas, Logan Walters, Jennifer Anderson, John Reyes, Jennifer Williams, Michael Davis, Shawn Harrington, Kimberly May, Catherine Fry, Tina Robles, Keith Harrington, Frank Hood, Krista Walls, Charles Wade, Erica Simmons, Lindsay Silva, Christian Murphy DDS, Dennis Jackson, Amy Mitchell, John Wilcox, Danny Sanchez, Sean Russell, Anthony Li, Patricia Cowan, Luis Rivera, Cynthia Arroyo, Jonathan Hodges
- Fiendship connections: Garrett Thomas to Amy Mitchell, Garrett Thomas to Jonathan Hodges, Jennifer Anderson to Cynthia Arroyo, Jennifer Anderson to John Wilcox, John Reyes to Charles Wade, Jennifer Williams to Charles Wade, Michael Davis to Amy Mitchell, Michael Davis to Tina Robles, Shawn Harrington to Anthony Li, Kimberly May to Sean Russell, Kimberly May to Charles Wade, Keith Harrington to Dennis Jackson, Frank Hood to Patricia Cowan, Frank Hood to Sean Russell, Krista Walls to Christian Murphy DDS, Charles Wade to Anthony Li, Charles Wade to Dennis Jackson, Charles Wade to Luis Rivera, Erica Simmons to Christian Murphy DDS, Lindsay Silva to Jonathan Hodges, Lindsay Silva to Patricia Cowan, Christian Murphy DDS to Danny Sanchez, John Wilcox to Anthony Li
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Garrett Thomas", "id": 1427598}, {"name": "Logan Walters", "id": 2449169}, {"name": "Jennifer Anderson", "id": 847891}, {"name": "John Reyes", "id": 2387735}, {"name": "Jennifer Williams", "id": 2387736}, {"name": "Michael Davis", "id": 1039137}, {"name": "Shawn Harrington", "id": 839972}, {"name": "Kimberly May", "id": 1845545}, {"name": "Catherine Fry", "id": 2499119}, {"name": "Tina Robles", "id": 1496881}, {"name": "Keith Harrington", "id": 1535096}, {"name": "Frank Hood", "id": 1083966}, {"name": "Krista Walls", "id": 2406207}, {"name": "Charles Wade", "id": 2218439}, {"name": "Erica Simmons", "id": 3406410}, {"name": "Lindsay Silva", "id": 946378}, {"name": "Christian Murphy DDS", "id": 2499024}, {"name": "Dennis Jackson", "id": 1453269}, {"name": "Amy Mitchell", "id": 926934}, {"name": "John Wilcox", "id": 946144}, {"name": "Danny Sanchez", "id": 4878441}, {"name": "Sean Russell", "id": 1662313}, {"name": "Anthony Li", "id": 1417332}, {"name": "Patricia Cowan", "id": 1535092}, {"name": "Luis Rivera", "id": 1982454}, {"name": "Cynthia Arroyo", "id": 825336}, {"name": "Jonathan Hodges", "id": 1189498}], "links": [{"source": 1427598, "target": 926934}, {"source": 1427598, "target": 1189498}, {"source": 847891, "target": 825336}, {"source": 847891, "target": 946144}, {"source": 2387735, "target": 2218439}, {"source": 2387736, "target": 2218439}, {"source": 1039137, "target": 926934}, {"source": 1039137, "target": 1496881}, {"source": 839972, "target": 1417332}, {"source": 1845545, "target": 1662313}, {"source": 1845545, "target": 2218439}, {"source": 1535096, "target": 1453269}, {"source": 1083966, "target": 1535092}, {"source": 1083966, "target": 1662313}, {"source": 2406207, "target": 2499024}, {"source": 2218439, "target": 1417332}, {"source": 2218439, "target": 1453269}, {"source": 2218439, "target": 1982454}, {"source": 3406410, "target": 2499024}, {"source": 946378, "target": 1189498}, {"source": 946378, "target": 1535092}, {"source": 2499024, "target": 4878441}, {"source": 946144, "target": 1417332}]}
|
[
1427598,
2449169,
2499119,
2499024
] | 4 |
255 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Amanda Buchanan, Rebekah Wells, Kenneth Francis, Vanessa Day, Travis Myers, Caitlin Hayes, Joshua Sanders PhD, Eric Boyd, Mark Williams, Amanda Benson, Linda Murray, Timothy Boyd, David Turner, Frank Hughes, David Shannon, Scott Smith, Richard Martinez, Jonathan Evans, Stephanie Shah, Henry Lucas, David Chapman, Trevor Ford
- Fiendship connections: Amanda Buchanan to Mark Williams, Kenneth Francis to David Turner, Kenneth Francis to Caitlin Hayes, Kenneth Francis to David Shannon, Vanessa Day to Travis Myers, Travis Myers to Stephanie Shah, Eric Boyd to Jonathan Evans, Eric Boyd to David Chapman, Mark Williams to Frank Hughes, Mark Williams to Timothy Boyd, Amanda Benson to Stephanie Shah, David Shannon to Trevor Ford, Jonathan Evans to David Chapman, Henry Lucas to David Chapman
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amanda Buchanan", "id": 4959616}, {"name": "Rebekah Wells", "id": 2463490}, {"name": "Kenneth Francis", "id": 1097734}, {"name": "Vanessa Day", "id": 2436235}, {"name": "Travis Myers", "id": 2405265}, {"name": "Caitlin Hayes", "id": 1586193}, {"name": "Joshua Sanders PhD", "id": 2471832}, {"name": "Eric Boyd", "id": 2059931}, {"name": "Mark Williams", "id": 5257631}, {"name": "Amanda Benson", "id": 2488611}, {"name": "Linda Murray", "id": 1288104}, {"name": "Timothy Boyd", "id": 4988971}, {"name": "David Turner", "id": 1442477}, {"name": "Frank Hughes", "id": 4970799}, {"name": "David Shannon", "id": 2035768}, {"name": "Scott Smith", "id": 2418752}, {"name": "Richard Martinez", "id": 2425673}, {"name": "Jonathan Evans", "id": 1683413}, {"name": "Stephanie Shah", "id": 2543325}, {"name": "Henry Lucas", "id": 1831143}, {"name": "David Chapman", "id": 1964140}, {"name": "Trevor Ford", "id": 2367215}], "links": [{"source": 4959616, "target": 5257631}, {"source": 1097734, "target": 1442477}, {"source": 1097734, "target": 1586193}, {"source": 1097734, "target": 2035768}, {"source": 2436235, "target": 2405265}, {"source": 2405265, "target": 2543325}, {"source": 2059931, "target": 1683413}, {"source": 2059931, "target": 1964140}, {"source": 5257631, "target": 4970799}, {"source": 5257631, "target": 4988971}, {"source": 2488611, "target": 2543325}, {"source": 2035768, "target": 2367215}, {"source": 1683413, "target": 1964140}, {"source": 1831143, "target": 1964140}]}
|
[
4959616,
2463490,
1097734,
2405265,
2471832,
2059931,
1288104,
2418752,
2425673
] | 9 |
256 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Bianca Barrett, Heather Adams, Lori Richmond, Mr. Nathan Fuller, Breanna King, Sara Elliott, Dominic Wise, Christopher Davidson, April Pugh, Jessica Lawson PhD, Kelly Fuller, Antonio Lewis, Cheryl Evans, Richard Castillo, Mathew Arnold, Abigail Smith
- Fiendship connections: Bianca Barrett to Sara Elliott, Heather Adams to Christopher Davidson, Heather Adams to Mr. Nathan Fuller, Heather Adams to Kelly Fuller, Lori Richmond to Mathew Arnold, Lori Richmond to Dominic Wise, Lori Richmond to Jessica Lawson PhD, Mr. Nathan Fuller to Christopher Davidson, Breanna King to Sara Elliott, Sara Elliott to Antonio Lewis, Christopher Davidson to Kelly Fuller, Cheryl Evans to Abigail Smith
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Bianca Barrett", "id": 1626881}, {"name": "Heather Adams", "id": 1662178}, {"name": "Lori Richmond", "id": 1992547}, {"name": "Mr. Nathan Fuller", "id": 1662183}, {"name": "Breanna King", "id": 2167017}, {"name": "Sara Elliott", "id": 2045674}, {"name": "Dominic Wise", "id": 1258031}, {"name": "Christopher Davidson", "id": 1085360}, {"name": "April Pugh", "id": 2431761}, {"name": "Jessica Lawson PhD", "id": 1598675}, {"name": "Kelly Fuller", "id": 1874612}, {"name": "Antonio Lewis", "id": 1387667}, {"name": "Cheryl Evans", "id": 4547670}, {"name": "Richard Castillo", "id": 2441559}, {"name": "Mathew Arnold", "id": 1057050}, {"name": "Abigail Smith", "id": 2478652}], "links": [{"source": 1626881, "target": 2045674}, {"source": 1662178, "target": 1085360}, {"source": 1662178, "target": 1662183}, {"source": 1662178, "target": 1874612}, {"source": 1992547, "target": 1057050}, {"source": 1992547, "target": 1258031}, {"source": 1992547, "target": 1598675}, {"source": 1662183, "target": 1085360}, {"source": 2167017, "target": 2045674}, {"source": 2045674, "target": 1387667}, {"source": 1085360, "target": 1874612}, {"source": 4547670, "target": 2478652}]}
|
[
1626881,
1085360,
1057050,
2431761,
2478652,
2441559
] | 6 |
257 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Kimberly Rice, Joseph Woods, Krista Valdez, Michael West, Benjamin Collins, Amanda Massey, Monica Chavez, Jeffrey Rosales, Katherine Hughes, Ronald Richardson, Veronica Burgess, Lauren Johnson, Carol Burns, Lisa Sims, Olivia Mcgrath, Brian Hernandez, Shane Thomas, Joshua Lee, Courtney Baker, Amber Hart, Bryan White
- Fiendship connections: Kimberly Rice to Veronica Burgess, Kimberly Rice to Michael West, Joseph Woods to Courtney Baker, Benjamin Collins to Amanda Massey, Benjamin Collins to Shane Thomas, Benjamin Collins to Carol Burns, Benjamin Collins to Joshua Lee, Benjamin Collins to Lisa Sims, Benjamin Collins to Brian Hernandez, Amanda Massey to Veronica Burgess, Monica Chavez to Lisa Sims, Katherine Hughes to Shane Thomas, Katherine Hughes to Joshua Lee, Katherine Hughes to Carol Burns, Katherine Hughes to Brian Hernandez, Katherine Hughes to Amber Hart, Ronald Richardson to Joshua Lee, Lauren Johnson to Bryan White, Carol Burns to Shane Thomas, Carol Burns to Joshua Lee, Carol Burns to Brian Hernandez, Brian Hernandez to Shane Thomas, Brian Hernandez to Joshua Lee, Shane Thomas to Joshua Lee
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kimberly Rice", "id": 802305}, {"name": "Joseph Woods", "id": 4204802}, {"name": "Krista Valdez", "id": 2477576}, {"name": "Michael West", "id": 1063819}, {"name": "Benjamin Collins", "id": 780823}, {"name": "Amanda Massey", "id": 802329}, {"name": "Monica Chavez", "id": 1919527}, {"name": "Jeffrey Rosales", "id": 2439848}, {"name": "Katherine Hughes", "id": 2027961}, {"name": "Ronald Richardson", "id": 1083193}, {"name": "Veronica Burgess", "id": 771517}, {"name": "Lauren Johnson", "id": 2477634}, {"name": "Carol Burns", "id": 1300163}, {"name": "Lisa Sims", "id": 1300164}, {"name": "Olivia Mcgrath", "id": 2468804}, {"name": "Brian Hernandez", "id": 1300166}, {"name": "Shane Thomas", "id": 891614}, {"name": "Joshua Lee", "id": 938467}, {"name": "Courtney Baker", "id": 2464356}, {"name": "Amber Hart", "id": 2012779}, {"name": "Bryan White", "id": 2439535}], "links": [{"source": 802305, "target": 771517}, {"source": 802305, "target": 1063819}, {"source": 4204802, "target": 2464356}, {"source": 780823, "target": 802329}, {"source": 780823, "target": 891614}, {"source": 780823, "target": 1300163}, {"source": 780823, "target": 938467}, {"source": 780823, "target": 1300164}, {"source": 780823, "target": 1300166}, {"source": 802329, "target": 771517}, {"source": 1919527, "target": 1300164}, {"source": 2027961, "target": 891614}, {"source": 2027961, "target": 938467}, {"source": 2027961, "target": 1300163}, {"source": 2027961, "target": 1300166}, {"source": 2027961, "target": 2012779}, {"source": 1083193, "target": 938467}, {"source": 2477634, "target": 2439535}, {"source": 1300163, "target": 891614}, {"source": 1300163, "target": 938467}, {"source": 1300163, "target": 1300166}, {"source": 1300166, "target": 891614}, {"source": 1300166, "target": 938467}, {"source": 891614, "target": 938467}]}
|
[
802305,
4204802,
2477576,
2439848,
2477634,
2468804
] | 6 |
258 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: John Page, Christina Larson, Elizabeth Johnson, Joseph Pratt, Marc Smith, Randall Moore, Jennifer May, Michael Flores, Julie Simmons, Jonathan Murphy, Juan Sanders MD, Brenda Brown, Justin Evans, Richard Reed, Isaac Hampton, Mrs. Tina Boone, Kristin Aguirre, Kimberly Allison, Derek Bailey, Caleb Russell, Rodney Dixon, Javier Reynolds, Roy Escobar, Teresa Phillips
- Fiendship connections: Joseph Pratt to Richard Reed, Joseph Pratt to Isaac Hampton, Marc Smith to Mrs. Tina Boone, Marc Smith to Kristin Aguirre, Jennifer May to Kimberly Allison, Jennifer May to Teresa Phillips, Jonathan Murphy to Kimberly Allison, Juan Sanders MD to Justin Evans, Brenda Brown to Mrs. Tina Boone, Justin Evans to Teresa Phillips, Kimberly Allison to Caleb Russell, Kimberly Allison to Teresa Phillips, Caleb Russell to Teresa Phillips
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "John Page", "id": 2441472}, {"name": "Christina Larson", "id": 2456582}, {"name": "Elizabeth Johnson", "id": 2485638}, {"name": "Joseph Pratt", "id": 2460309}, {"name": "Marc Smith", "id": 2439336}, {"name": "Randall Moore", "id": 2481709}, {"name": "Jennifer May", "id": 2423218}, {"name": "Michael Flores", "id": 2482742}, {"name": "Julie Simmons", "id": 2487352}, {"name": "Jonathan Murphy", "id": 2405821}, {"name": "Juan Sanders MD", "id": 2500797}, {"name": "Brenda Brown", "id": 2411454}, {"name": "Justin Evans", "id": 2438080}, {"name": "Richard Reed", "id": 2485571}, {"name": "Isaac Hampton", "id": 4089417}, {"name": "Mrs. Tina Boone", "id": 2483274}, {"name": "Kristin Aguirre", "id": 3622603}, {"name": "Kimberly Allison", "id": 2405718}, {"name": "Derek Bailey", "id": 2482649}, {"name": "Caleb Russell", "id": 2483943}, {"name": "Rodney Dixon", "id": 2419183}, {"name": "Javier Reynolds", "id": 2418673}, {"name": "Roy Escobar", "id": 2445815}, {"name": "Teresa Phillips", "id": 2597627}], "links": [{"source": 2460309, "target": 2485571}, {"source": 2460309, "target": 4089417}, {"source": 2439336, "target": 2483274}, {"source": 2439336, "target": 3622603}, {"source": 2423218, "target": 2405718}, {"source": 2423218, "target": 2597627}, {"source": 2405821, "target": 2405718}, {"source": 2500797, "target": 2438080}, {"source": 2411454, "target": 2483274}, {"source": 2438080, "target": 2597627}, {"source": 2405718, "target": 2483943}, {"source": 2405718, "target": 2597627}, {"source": 2483943, "target": 2597627}]}
|
[
2441472,
2456582,
2485638,
4089417,
2439336,
2481709,
2438080,
2482742,
2487352,
2482649,
2419183,
2418673,
2445815
] | 13 |
259 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Amy Hughes, Dylan Foster, Lee Miller, Christina Kelley, Tara Ramirez, Dawn Fernandez, Mason Hampton, Lee Gonzales, Kathleen Hanson, Thomas Lewis, Stephen Mccoy, Jordan Larsen, Katie Green, Andrew Hooper, Steven Thompson, Cody Alvarez
- Fiendship connections: Amy Hughes to Jordan Larsen, Dylan Foster to Steven Thompson, Lee Miller to Dawn Fernandez, Christina Kelley to Dawn Fernandez, Dawn Fernandez to Kathleen Hanson, Dawn Fernandez to Thomas Lewis, Mason Hampton to Steven Thompson, Jordan Larsen to Cody Alvarez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amy Hughes", "id": 5680256}, {"name": "Dylan Foster", "id": 2472769}, {"name": "Lee Miller", "id": 5029540}, {"name": "Christina Kelley", "id": 5188571}, {"name": "Tara Ramirez", "id": 4949852}, {"name": "Dawn Fernandez", "id": 5195880}, {"name": "Mason Hampton", "id": 2478064}, {"name": "Lee Gonzales", "id": 2472989}, {"name": "Kathleen Hanson", "id": 4995188}, {"name": "Thomas Lewis", "id": 5170517}, {"name": "Stephen Mccoy", "id": 5002838}, {"name": "Jordan Larsen", "id": 5249335}, {"name": "Katie Green", "id": 2462363}, {"name": "Andrew Hooper", "id": 5030684}, {"name": "Steven Thompson", "id": 4392509}, {"name": "Cody Alvarez", "id": 5591966}], "links": [{"source": 5680256, "target": 5249335}, {"source": 2472769, "target": 4392509}, {"source": 5029540, "target": 5195880}, {"source": 5188571, "target": 5195880}, {"source": 5195880, "target": 4995188}, {"source": 5195880, "target": 5170517}, {"source": 2478064, "target": 4392509}, {"source": 5249335, "target": 5591966}]}
|
[
5680256,
2478064,
5029540,
4949852,
2472989,
5002838,
2462363,
5030684
] | 8 |
260 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Alice Martinez, Margaret Murphy, Emily Dennis, Michael Greene DVM, Nicholas Palmer, Tiffany Jones, Amanda Fernandez, Mrs. Nicole Park DDS, Kayla Crawford, Matthew Gordon, Andrea Calhoun, Tiffany Miller, Johnny Mitchell, Andrea Davis, Isabel Hunter
- Fiendship connections: Alice Martinez to Margaret Murphy, Alice Martinez to Amanda Fernandez, Margaret Murphy to Matthew Gordon, Margaret Murphy to Isabel Hunter, Margaret Murphy to Tiffany Miller, Margaret Murphy to Nicholas Palmer, Margaret Murphy to Michael Greene DVM, Michael Greene DVM to Matthew Gordon, Michael Greene DVM to Isabel Hunter, Michael Greene DVM to Johnny Mitchell, Michael Greene DVM to Andrea Calhoun, Michael Greene DVM to Tiffany Miller, Michael Greene DVM to Nicholas Palmer, Nicholas Palmer to Isabel Hunter, Nicholas Palmer to Johnny Mitchell, Nicholas Palmer to Andrea Calhoun, Nicholas Palmer to Tiffany Miller, Kayla Crawford to Andrea Calhoun, Matthew Gordon to Isabel Hunter, Matthew Gordon to Johnny Mitchell, Matthew Gordon to Andrea Calhoun, Andrea Calhoun to Isabel Hunter, Andrea Calhoun to Johnny Mitchell, Andrea Calhoun to Tiffany Miller, Tiffany Miller to Isabel Hunter, Tiffany Miller to Johnny Mitchell, Johnny Mitchell to Isabel Hunter
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Alice Martinez", "id": 2496832}, {"name": "Margaret Murphy", "id": 2428772}, {"name": "Emily Dennis", "id": 2442375}, {"name": "Michael Greene DVM", "id": 2543687}, {"name": "Nicholas Palmer", "id": 2496551}, {"name": "Tiffany Jones", "id": 2411885}, {"name": "Amanda Fernandez", "id": 3524814}, {"name": "Mrs. Nicole Park DDS", "id": 2410991}, {"name": "Kayla Crawford", "id": 3158417}, {"name": "Matthew Gordon", "id": 2405272}, {"name": "Andrea Calhoun", "id": 2456504}, {"name": "Tiffany Miller", "id": 2496536}, {"name": "Johnny Mitchell", "id": 2433339}, {"name": "Andrea Davis", "id": 2498686}, {"name": "Isabel Hunter", "id": 2405727}], "links": [{"source": 2496832, "target": 2428772}, {"source": 2496832, "target": 3524814}, {"source": 2428772, "target": 2405272}, {"source": 2428772, "target": 2405727}, {"source": 2428772, "target": 2496536}, {"source": 2428772, "target": 2496551}, {"source": 2428772, "target": 2543687}, {"source": 2543687, "target": 2405272}, {"source": 2543687, "target": 2405727}, {"source": 2543687, "target": 2433339}, {"source": 2543687, "target": 2456504}, {"source": 2543687, "target": 2496536}, {"source": 2543687, "target": 2496551}, {"source": 2496551, "target": 2405727}, {"source": 2496551, "target": 2433339}, {"source": 2496551, "target": 2456504}, {"source": 2496551, "target": 2496536}, {"source": 3158417, "target": 2456504}, {"source": 2405272, "target": 2405727}, {"source": 2405272, "target": 2433339}, {"source": 2405272, "target": 2456504}, {"source": 2456504, "target": 2405727}, {"source": 2456504, "target": 2433339}, {"source": 2456504, "target": 2496536}, {"source": 2496536, "target": 2405727}, {"source": 2496536, "target": 2433339}, {"source": 2433339, "target": 2405727}]}
|
[
2496832,
2442375,
2411885,
2410991,
2498686
] | 5 |
261 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jennifer Rogers, Robert Vasquez, Mr. Nicholas Mendoza, Chase Miller, Autumn Johnson, Andrew Miller, Cody Herring, John Bell, Jeremy Hodge, Matthew Valenzuela, Leah Williams, Jeremy Stevens, Nicole Pittman, Maria Reyes, Dominic Todd, Danielle Lynch, Terry Wallace, Heather Foster
- Fiendship connections: Jennifer Rogers to Nicole Pittman, Robert Vasquez to Dominic Todd, Mr. Nicholas Mendoza to Danielle Lynch, Mr. Nicholas Mendoza to Cody Herring, Chase Miller to Dominic Todd, Chase Miller to Danielle Lynch, Chase Miller to Heather Foster, Chase Miller to John Bell, Autumn Johnson to Jeremy Hodge, Autumn Johnson to Cody Herring, Autumn Johnson to Matthew Valenzuela, Andrew Miller to Heather Foster, Andrew Miller to Maria Reyes, Jeremy Hodge to Matthew Valenzuela, Matthew Valenzuela to Terry Wallace, Leah Williams to Jeremy Stevens, Leah Williams to Terry Wallace, Danielle Lynch to Heather Foster
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jennifer Rogers", "id": 1979584}, {"name": "Robert Vasquez", "id": 1100326}, {"name": "Mr. Nicholas Mendoza", "id": 1243528}, {"name": "Chase Miller", "id": 1105645}, {"name": "Autumn Johnson", "id": 1286797}, {"name": "Andrew Miller", "id": 894959}, {"name": "Cody Herring", "id": 1043001}, {"name": "John Bell", "id": 1365489}, {"name": "Jeremy Hodge", "id": 913869}, {"name": "Matthew Valenzuela", "id": 1286799}, {"name": "Leah Williams", "id": 1366446}, {"name": "Jeremy Stevens", "id": 970452}, {"name": "Nicole Pittman", "id": 1596918}, {"name": "Maria Reyes", "id": 1192411}, {"name": "Dominic Todd", "id": 798235}, {"name": "Danielle Lynch", "id": 977209}, {"name": "Terry Wallace", "id": 1410774}, {"name": "Heather Foster", "id": 977211}], "links": [{"source": 1979584, "target": 1596918}, {"source": 1100326, "target": 798235}, {"source": 1243528, "target": 977209}, {"source": 1243528, "target": 1043001}, {"source": 1105645, "target": 798235}, {"source": 1105645, "target": 977209}, {"source": 1105645, "target": 977211}, {"source": 1105645, "target": 1365489}, {"source": 1286797, "target": 913869}, {"source": 1286797, "target": 1043001}, {"source": 1286797, "target": 1286799}, {"source": 894959, "target": 977211}, {"source": 894959, "target": 1192411}, {"source": 913869, "target": 1286799}, {"source": 1286799, "target": 1410774}, {"source": 1366446, "target": 970452}, {"source": 1366446, "target": 1410774}, {"source": 977209, "target": 977211}]}
|
[
1979584,
1100326
] | 2 |
262 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jeremy Skinner, Kathryn Williams, Alexis Silva, Jennifer Soto, Shannon Thomas, Sabrina Adams, Mark Porter, James Perez, Roger Brown, Sandra Barrett, Adam Young, Stephanie Alvarez, Carol Terry, Philip Brown, April Esparza, Brenda Payne, Tyler Butler
- Fiendship connections: Jeremy Skinner to April Esparza, Kathryn Williams to Stephanie Alvarez, Jennifer Soto to Stephanie Alvarez, Shannon Thomas to Stephanie Alvarez, Sabrina Adams to Stephanie Alvarez, Mark Porter to Stephanie Alvarez, Sandra Barrett to Stephanie Alvarez, Adam Young to Stephanie Alvarez, Stephanie Alvarez to Carol Terry, Stephanie Alvarez to Tyler Butler
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jeremy Skinner", "id": 4936289}, {"name": "Kathryn Williams", "id": 2470882}, {"name": "Alexis Silva", "id": 2455522}, {"name": "Jennifer Soto", "id": 2429732}, {"name": "Shannon Thomas", "id": 2497570}, {"name": "Sabrina Adams", "id": 2481957}, {"name": "Mark Porter", "id": 2472552}, {"name": "James Perez", "id": 2418120}, {"name": "Roger Brown", "id": 2454120}, {"name": "Sandra Barrett", "id": 2418732}, {"name": "Adam Young", "id": 2431245}, {"name": "Stephanie Alvarez", "id": 3047535}, {"name": "Carol Terry", "id": 2447695}, {"name": "Philip Brown", "id": 4931857}, {"name": "April Esparza", "id": 5802546}, {"name": "Brenda Payne", "id": 2482200}, {"name": "Tyler Butler", "id": 2460313}], "links": [{"source": 4936289, "target": 5802546}, {"source": 2470882, "target": 3047535}, {"source": 2429732, "target": 3047535}, {"source": 2497570, "target": 3047535}, {"source": 2481957, "target": 3047535}, {"source": 2472552, "target": 3047535}, {"source": 2418732, "target": 3047535}, {"source": 2431245, "target": 3047535}, {"source": 3047535, "target": 2447695}, {"source": 3047535, "target": 2460313}]}
|
[
4936289,
2497570,
2455522,
2418120,
2454120,
4931857,
2482200
] | 7 |
263 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Courtney Jensen, Heather Moreno, Nathaniel Williams, Stephanie Ruiz, Kevin Decker, Anthony Harris, Michael Harmon, Emily Norman, David Potts, Mark Graham, Debbie Whitehead, Timothy Torres, Charles Brown, Michael Thompson, Larry Campbell, Matthew Herrera, Laura Perez, Toni Bentley, Jessica Salazar, Lori Kelly, Michelle Robinson, Mark Hickman, Kevin Reeves, Barbara Munoz, Dawn Cunningham, Thomas Schneider, Danielle Ibarra
- Fiendship connections: Heather Moreno to Laura Perez, Heather Moreno to Larry Campbell, Nathaniel Williams to Barbara Munoz, Nathaniel Williams to Mark Hickman, Nathaniel Williams to Kevin Reeves, Nathaniel Williams to Michael Thompson, Stephanie Ruiz to Charles Brown, Anthony Harris to Mark Graham, Michael Harmon to Emily Norman, Michael Harmon to Jessica Salazar, Emily Norman to David Potts, Emily Norman to Jessica Salazar, David Potts to Mark Graham, Michael Thompson to Barbara Munoz, Michael Thompson to Kevin Reeves, Michelle Robinson to Thomas Schneider, Mark Hickman to Kevin Reeves, Kevin Reeves to Barbara Munoz, Dawn Cunningham to Danielle Ibarra
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Courtney Jensen", "id": 2410250}, {"name": "Heather Moreno", "id": 2445972}, {"name": "Nathaniel Williams", "id": 2548757}, {"name": "Stephanie Ruiz", "id": 3814294}, {"name": "Kevin Decker", "id": 2501027}, {"name": "Anthony Harris", "id": 133028}, {"name": "Michael Harmon", "id": 259622}, {"name": "Emily Norman", "id": 34475}, {"name": "David Potts", "id": 34476}, {"name": "Mark Graham", "id": 34477}, {"name": "Debbie Whitehead", "id": 4964919}, {"name": "Timothy Torres", "id": 2468290}, {"name": "Charles Brown", "id": 2448967}, {"name": "Michael Thompson", "id": 2471498}, {"name": "Larry Campbell", "id": 3758923}, {"name": "Matthew Herrera", "id": 2419536}, {"name": "Laura Perez", "id": 2573782}, {"name": "Toni Bentley", "id": 2493657}, {"name": "Jessica Salazar", "id": 303841}, {"name": "Lori Kelly", "id": 5032166}, {"name": "Michelle Robinson", "id": 4929895}, {"name": "Mark Hickman", "id": 2459244}, {"name": "Kevin Reeves", "id": 2471414}, {"name": "Barbara Munoz", "id": 2415223}, {"name": "Dawn Cunningham", "id": 1888376}, {"name": "Thomas Schneider", "id": 5727225}, {"name": "Danielle Ibarra", "id": 2119294}], "links": [{"source": 2445972, "target": 2573782}, {"source": 2445972, "target": 3758923}, {"source": 2548757, "target": 2415223}, {"source": 2548757, "target": 2459244}, {"source": 2548757, "target": 2471414}, {"source": 2548757, "target": 2471498}, {"source": 3814294, "target": 2448967}, {"source": 133028, "target": 34477}, {"source": 259622, "target": 34475}, {"source": 259622, "target": 303841}, {"source": 34475, "target": 34476}, {"source": 34475, "target": 303841}, {"source": 34476, "target": 34477}, {"source": 2471498, "target": 2415223}, {"source": 2471498, "target": 2471414}, {"source": 4929895, "target": 5727225}, {"source": 2459244, "target": 2471414}, {"source": 2471414, "target": 2415223}, {"source": 1888376, "target": 2119294}]}
|
[
2410250,
3758923,
2471498,
3814294,
2501027,
303841,
4964919,
2468290,
2419536,
2493657,
5032166,
5727225,
1888376
] | 13 |
264 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Lisa Hill, Clayton Allen, Patrick Horton, Peter Collins, Terri Williams, Margaret Singh, Krista Clark, Mary Wright, Jerry Buckley, Jennifer Lawson, Martha Adams, Whitney Lin, Scott Gibson, Michael Anderson, Jennifer Davis, Kelly Shaffer, Jacob Joyce, Ariana Williams, Heidi Obrien, John Wang, Debbie Sanders, Andrew Tapia, Tony Ross, Amanda Gordon, Amy Murray MD
- Fiendship connections: Lisa Hill to Kelly Shaffer, Clayton Allen to Andrew Tapia, Patrick Horton to John Wang, Patrick Horton to Andrew Tapia, Peter Collins to Kelly Shaffer, Terri Williams to Margaret Singh, Terri Williams to Amy Murray MD, Terri Williams to Ariana Williams, Margaret Singh to Jacob Joyce, Mary Wright to Jennifer Davis, Jerry Buckley to Jennifer Davis, Martha Adams to Tony Ross, Whitney Lin to Kelly Shaffer, Scott Gibson to Tony Ross, Ariana Williams to Heidi Obrien, Ariana Williams to Amy Murray MD, John Wang to Andrew Tapia
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Lisa Hill", "id": 2419331}, {"name": "Clayton Allen", "id": 2491018}, {"name": "Patrick Horton", "id": 2443151}, {"name": "Peter Collins", "id": 2501648}, {"name": "Terri Williams", "id": 2455456}, {"name": "Margaret Singh", "id": 2455480}, {"name": "Krista Clark", "id": 2491583}, {"name": "Mary Wright", "id": 4952387}, {"name": "Jerry Buckley", "id": 4945222}, {"name": "Jennifer Lawson", "id": 1852617}, {"name": "Martha Adams", "id": 4455371}, {"name": "Whitney Lin", "id": 2452944}, {"name": "Scott Gibson", "id": 2422097}, {"name": "Michael Anderson", "id": 2455897}, {"name": "Jennifer Davis", "id": 5081306}, {"name": "Kelly Shaffer", "id": 2661851}, {"name": "Jacob Joyce", "id": 3940444}, {"name": "Ariana Williams", "id": 2667613}, {"name": "Heidi Obrien", "id": 2455398}, {"name": "John Wang", "id": 2481384}, {"name": "Debbie Sanders", "id": 5698291}, {"name": "Andrew Tapia", "id": 3696757}, {"name": "Tony Ross", "id": 2475894}, {"name": "Amanda Gordon", "id": 2498681}, {"name": "Amy Murray MD", "id": 2455546}], "links": [{"source": 2419331, "target": 2661851}, {"source": 2491018, "target": 3696757}, {"source": 2443151, "target": 2481384}, {"source": 2443151, "target": 3696757}, {"source": 2501648, "target": 2661851}, {"source": 2455456, "target": 2455480}, {"source": 2455456, "target": 2455546}, {"source": 2455456, "target": 2667613}, {"source": 2455480, "target": 3940444}, {"source": 4952387, "target": 5081306}, {"source": 4945222, "target": 5081306}, {"source": 4455371, "target": 2475894}, {"source": 2452944, "target": 2661851}, {"source": 2422097, "target": 2475894}, {"source": 2667613, "target": 2455398}, {"source": 2667613, "target": 2455546}, {"source": 2481384, "target": 3696757}]}
|
[
2501648,
2481384,
2455456,
2491583,
5081306,
1852617,
2422097,
2455897,
5698291,
2498681
] | 10 |
265 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Brandon Sanders, Abigail Evans, Debra Bass, Anna Stein, Stephanie Medina, Daniel Young, Kevin Baldwin, Kathleen Adams, Ebony Garcia, Jack Cruz, Vanessa Johnson, Jeff Sims, Cynthia Harris, Gary Blankenship, Peter Taylor, Brandon Daniels, Laura Bauer, David Smith, Angel Sanchez, Kimberly Sutton, Danielle Walker, Lindsay Perez
- Fiendship connections: Brandon Sanders to Kathleen Adams, Debra Bass to Lindsay Perez, Anna Stein to Peter Taylor, Anna Stein to Gary Blankenship, Anna Stein to Brandon Daniels, Daniel Young to Kathleen Adams, Kevin Baldwin to Jack Cruz, Kathleen Adams to Laura Bauer, Kathleen Adams to Ebony Garcia, Vanessa Johnson to Jeff Sims, Gary Blankenship to Peter Taylor, Gary Blankenship to Brandon Daniels, Peter Taylor to Brandon Daniels, Brandon Daniels to Danielle Walker, Brandon Daniels to David Smith, Laura Bauer to Angel Sanchez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Brandon Sanders", "id": 4971393}, {"name": "Abigail Evans", "id": 5047690}, {"name": "Debra Bass", "id": 3473044}, {"name": "Anna Stein", "id": 4961048}, {"name": "Stephanie Medina", "id": 4988318}, {"name": "Daniel Young", "id": 4978099}, {"name": "Kevin Baldwin", "id": 5130549}, {"name": "Kathleen Adams", "id": 5235896}, {"name": "Ebony Garcia", "id": 5235897}, {"name": "Jack Cruz", "id": 4950461}, {"name": "Vanessa Johnson", "id": 2337091}, {"name": "Jeff Sims", "id": 1833670}, {"name": "Cynthia Harris", "id": 4971081}, {"name": "Gary Blankenship", "id": 5243984}, {"name": "Peter Taylor", "id": 4927189}, {"name": "Brandon Daniels", "id": 5243990}, {"name": "Laura Bauer", "id": 4949206}, {"name": "David Smith", "id": 5134690}, {"name": "Angel Sanchez", "id": 5012324}, {"name": "Kimberly Sutton", "id": 4947694}, {"name": "Danielle Walker", "id": 5015417}, {"name": "Lindsay Perez", "id": 2431101}], "links": [{"source": 4971393, "target": 5235896}, {"source": 3473044, "target": 2431101}, {"source": 4961048, "target": 4927189}, {"source": 4961048, "target": 5243984}, {"source": 4961048, "target": 5243990}, {"source": 4978099, "target": 5235896}, {"source": 5130549, "target": 4950461}, {"source": 5235896, "target": 4949206}, {"source": 5235896, "target": 5235897}, {"source": 2337091, "target": 1833670}, {"source": 5243984, "target": 4927189}, {"source": 5243984, "target": 5243990}, {"source": 4927189, "target": 5243990}, {"source": 5243990, "target": 5015417}, {"source": 5243990, "target": 5134690}, {"source": 4949206, "target": 5012324}]}
|
[
4971393,
5047690,
3473044,
5134690,
4988318,
5130549,
2337091,
4971081,
4947694
] | 9 |
266 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Richard Gardner, Meredith Ibarra, Zachary Sanchez, Rachel Diaz, Katherine Bean, Vickie Williams, Angela Morgan, Jessica Mccann, Ashley Snyder, Richard West, Omar Lewis, Alyssa Wood, Lori Brown, Larry Fuller, Tonya Williams
- Fiendship connections: Richard Gardner to Lori Brown, Meredith Ibarra to Angela Morgan, Meredith Ibarra to Larry Fuller, Meredith Ibarra to Zachary Sanchez, Meredith Ibarra to Vickie Williams, Zachary Sanchez to Richard West, Rachel Diaz to Omar Lewis, Katherine Bean to Alyssa Wood, Katherine Bean to Tonya Williams, Katherine Bean to Ashley Snyder, Jessica Mccann to Alyssa Wood, Jessica Mccann to Ashley Snyder, Ashley Snyder to Tonya Williams
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Richard Gardner", "id": 5223328}, {"name": "Meredith Ibarra", "id": 209921}, {"name": "Zachary Sanchez", "id": 713793}, {"name": "Rachel Diaz", "id": 5061832}, {"name": "Katherine Bean", "id": 1760585}, {"name": "Vickie Williams", "id": 769864}, {"name": "Angela Morgan", "id": 653}, {"name": "Jessica Mccann", "id": 940335}, {"name": "Ashley Snyder", "id": 1501079}, {"name": "Richard West", "id": 397108}, {"name": "Omar Lewis", "id": 5556982}, {"name": "Alyssa Wood", "id": 916279}, {"name": "Lori Brown", "id": 5554040}, {"name": "Larry Fuller", "id": 438939}, {"name": "Tonya Williams", "id": 1406460}], "links": [{"source": 5223328, "target": 5554040}, {"source": 209921, "target": 653}, {"source": 209921, "target": 438939}, {"source": 209921, "target": 713793}, {"source": 209921, "target": 769864}, {"source": 713793, "target": 397108}, {"source": 5061832, "target": 5556982}, {"source": 1760585, "target": 916279}, {"source": 1760585, "target": 1406460}, {"source": 1760585, "target": 1501079}, {"source": 940335, "target": 916279}, {"source": 940335, "target": 1501079}, {"source": 1501079, "target": 1406460}]}
|
[
5223328,
713793,
5061832,
1760585
] | 4 |
267 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mr. Austin Cook, Natalie Norton, Tristan Mejia, Larry Rodriguez, Michelle Smith, Eric Richardson, Robin Hobbs, Jeremy Garcia, Kimberly Carlson, Matthew Powell, Nicholas Poole, Laurie Duncan, Susan Davis, Megan Camacho, Rachel Clark, James Bailey, Sarah Thompson, Kyle Barrett, Christopher Potter, Mr. Joseph Osborn, Alicia Ellison, Jose Miller, James Gutierrez, Terry Irwin, Anthony Wolfe, Sean Mueller
- Fiendship connections: Mr. Austin Cook to Jose Miller, Mr. Austin Cook to Jeremy Garcia, Mr. Austin Cook to Susan Davis, Mr. Austin Cook to Anthony Wolfe, Natalie Norton to Eric Richardson, Tristan Mejia to Matthew Powell, Larry Rodriguez to Terry Irwin, Michelle Smith to Alicia Ellison, Michelle Smith to Eric Richardson, Robin Hobbs to Matthew Powell, Matthew Powell to Mr. Joseph Osborn, Nicholas Poole to James Bailey, Rachel Clark to James Bailey, James Bailey to James Gutierrez, Kyle Barrett to Christopher Potter, Terry Irwin to Sean Mueller
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mr. Austin Cook", "id": 371587}, {"name": "Natalie Norton", "id": 4958213}, {"name": "Tristan Mejia", "id": 31881}, {"name": "Larry Rodriguez", "id": 2474396}, {"name": "Michelle Smith", "id": 5418924}, {"name": "Eric Richardson", "id": 5418930}, {"name": "Robin Hobbs", "id": 12210}, {"name": "Jeremy Garcia", "id": 8243}, {"name": "Kimberly Carlson", "id": 4978100}, {"name": "Matthew Powell", "id": 229435}, {"name": "Nicholas Poole", "id": 2782786}, {"name": "Laurie Duncan", "id": 5330115}, {"name": "Susan Davis", "id": 12612}, {"name": "Megan Camacho", "id": 5222216}, {"name": "Rachel Clark", "id": 2782793}, {"name": "James Bailey", "id": 2410826}, {"name": "Sarah Thompson", "id": 10068}, {"name": "Kyle Barrett", "id": 2450011}, {"name": "Christopher Potter", "id": 2415069}, {"name": "Mr. Joseph Osborn", "id": 50910}, {"name": "Alicia Ellison", "id": 5377266}, {"name": "Jose Miller", "id": 6131}, {"name": "James Gutierrez", "id": 2412536}, {"name": "Terry Irwin", "id": 2474233}, {"name": "Anthony Wolfe", "id": 25338}, {"name": "Sean Mueller", "id": 4398846}], "links": [{"source": 371587, "target": 6131}, {"source": 371587, "target": 8243}, {"source": 371587, "target": 12612}, {"source": 371587, "target": 25338}, {"source": 4958213, "target": 5418930}, {"source": 31881, "target": 229435}, {"source": 2474396, "target": 2474233}, {"source": 5418924, "target": 5377266}, {"source": 5418924, "target": 5418930}, {"source": 12210, "target": 229435}, {"source": 229435, "target": 50910}, {"source": 2782786, "target": 2410826}, {"source": 2782793, "target": 2410826}, {"source": 2410826, "target": 2412536}, {"source": 2450011, "target": 2415069}, {"source": 2474233, "target": 4398846}]}
|
[
371587,
5418930,
31881,
2474233,
4978100,
2412536,
5330115,
5222216,
10068,
2450011
] | 10 |
268 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Megan Bright, William Rhodes, Jacob Ponce, Brian Young, Stacey Skinner, Beth Murphy, Matthew Mckenzie, Ashley Miranda, Michelle Wilson, Stephen Holmes, Patricia Wilson, Mrs. Mary Larsen, Brian Riley, Mr. Nathan Anderson, Melanie Campbell, Victoria Williamson, Christian Pearson, Jared Colon, Gerald Perry
- Fiendship connections: Megan Bright to Jacob Ponce, William Rhodes to Brian Riley, Jacob Ponce to Christian Pearson, Brian Young to Brian Riley, Brian Young to Victoria Williamson, Brian Young to Melanie Campbell, Brian Young to Ashley Miranda, Stacey Skinner to Mr. Nathan Anderson, Beth Murphy to Stephen Holmes, Beth Murphy to Christian Pearson, Matthew Mckenzie to Brian Riley, Matthew Mckenzie to Victoria Williamson, Stephen Holmes to Gerald Perry, Patricia Wilson to Melanie Campbell, Mrs. Mary Larsen to Brian Riley, Mrs. Mary Larsen to Melanie Campbell, Brian Riley to Mr. Nathan Anderson, Brian Riley to Jared Colon, Victoria Williamson to Gerald Perry
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Megan Bright", "id": 14209}, {"name": "William Rhodes", "id": 219784}, {"name": "Jacob Ponce", "id": 64654}, {"name": "Brian Young", "id": 1174}, {"name": "Stacey Skinner", "id": 81311}, {"name": "Beth Murphy", "id": 31391}, {"name": "Matthew Mckenzie", "id": 160172}, {"name": "Ashley Miranda", "id": 40368}, {"name": "Michelle Wilson", "id": 51249}, {"name": "Stephen Holmes", "id": 88375}, {"name": "Patricia Wilson", "id": 589}, {"name": "Mrs. Mary Larsen", "id": 219859}, {"name": "Brian Riley", "id": 38616}, {"name": "Mr. Nathan Anderson", "id": 191711}, {"name": "Melanie Campbell", "id": 47723}, {"name": "Victoria Williamson", "id": 105579}, {"name": "Christian Pearson", "id": 297455}, {"name": "Jared Colon", "id": 219766}, {"name": "Gerald Perry", "id": 320376}], "links": [{"source": 14209, "target": 64654}, {"source": 219784, "target": 38616}, {"source": 64654, "target": 297455}, {"source": 1174, "target": 38616}, {"source": 1174, "target": 105579}, {"source": 1174, "target": 47723}, {"source": 1174, "target": 40368}, {"source": 81311, "target": 191711}, {"source": 31391, "target": 88375}, {"source": 31391, "target": 297455}, {"source": 160172, "target": 38616}, {"source": 160172, "target": 105579}, {"source": 88375, "target": 320376}, {"source": 589, "target": 47723}, {"source": 219859, "target": 38616}, {"source": 219859, "target": 47723}, {"source": 38616, "target": 191711}, {"source": 38616, "target": 219766}, {"source": 105579, "target": 320376}]}
|
[
14209,
51249
] | 2 |
269 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Ryan Farrell, James Ortega, Anthony Russell, Anthony Ware, Ryan Perez, Ryan Riley, Mr. George Mercado, Christopher Stone, Thomas Bennett, Steven Allen, Janet Estrada, Ronnie Gonzalez, Jenna Jordan, Robert Miller, Vincent Gray MD, Abigail Becker, Kevin Beasley, Sylvia Munoz, Peter Martin, Lori Taylor, Melissa Barnes, Tracy Wilson, Philip Serrano, Julia Porter
- Fiendship connections: Ryan Farrell to Robert Miller, James Ortega to Anthony Russell, James Ortega to Ryan Perez, Anthony Russell to Ryan Perez, Anthony Russell to Melissa Barnes, Anthony Ware to Jenna Jordan, Ryan Perez to Ryan Riley, Mr. George Mercado to Philip Serrano, Mr. George Mercado to Christopher Stone, Mr. George Mercado to Lori Taylor, Christopher Stone to Thomas Bennett, Steven Allen to Tracy Wilson, Steven Allen to Jenna Jordan, Janet Estrada to Robert Miller, Jenna Jordan to Sylvia Munoz, Robert Miller to Vincent Gray MD, Robert Miller to Peter Martin, Robert Miller to Kevin Beasley, Abigail Becker to Tracy Wilson, Abigail Becker to Melissa Barnes, Sylvia Munoz to Julia Porter, Tracy Wilson to Julia Porter
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ryan Farrell", "id": 2475396}, {"name": "James Ortega", "id": 4969351}, {"name": "Anthony Russell", "id": 4931721}, {"name": "Anthony Ware", "id": 5740683}, {"name": "Ryan Perez", "id": 5081881}, {"name": "Ryan Riley", "id": 5112859}, {"name": "Mr. George Mercado", "id": 103079}, {"name": "Christopher Stone", "id": 55976}, {"name": "Thomas Bennett", "id": 144554}, {"name": "Steven Allen", "id": 5109421}, {"name": "Janet Estrada", "id": 2489523}, {"name": "Ronnie Gonzalez", "id": 5060406}, {"name": "Jenna Jordan", "id": 4946363}, {"name": "Robert Miller", "id": 3800895}, {"name": "Vincent Gray MD", "id": 2447938}, {"name": "Abigail Becker", "id": 5035846}, {"name": "Kevin Beasley", "id": 2475338}, {"name": "Sylvia Munoz", "id": 5145810}, {"name": "Peter Martin", "id": 2463192}, {"name": "Lori Taylor", "id": 69596}, {"name": "Melissa Barnes", "id": 5226590}, {"name": "Tracy Wilson", "id": 4935009}, {"name": "Philip Serrano", "id": 22381}, {"name": "Julia Porter", "id": 4959598}], "links": [{"source": 2475396, "target": 3800895}, {"source": 4969351, "target": 4931721}, {"source": 4969351, "target": 5081881}, {"source": 4931721, "target": 5081881}, {"source": 4931721, "target": 5226590}, {"source": 5740683, "target": 4946363}, {"source": 5081881, "target": 5112859}, {"source": 103079, "target": 22381}, {"source": 103079, "target": 55976}, {"source": 103079, "target": 69596}, {"source": 55976, "target": 144554}, {"source": 5109421, "target": 4935009}, {"source": 5109421, "target": 4946363}, {"source": 2489523, "target": 3800895}, {"source": 4946363, "target": 5145810}, {"source": 3800895, "target": 2447938}, {"source": 3800895, "target": 2463192}, {"source": 3800895, "target": 2475338}, {"source": 5035846, "target": 4935009}, {"source": 5035846, "target": 5226590}, {"source": 5145810, "target": 4959598}, {"source": 4935009, "target": 4959598}]}
|
[
2447938,
4935009,
103079,
5060406
] | 4 |
270 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Gabriel Ferrell, Charles Lewis, Chase Snyder, Lori Pham, Michael Chan, Jacob Powell, James Brown, Jennifer Taylor, Janet Miller, Luis Gonzales, John Ward, Julian Wilson, James Andrade, Samantha Wilson, Kelsey Sellers, Brittany Newton
- Fiendship connections: Gabriel Ferrell to Jacob Powell, Charles Lewis to James Andrade, Lori Pham to Brittany Newton, Lori Pham to Jacob Powell, Michael Chan to James Brown, Jacob Powell to Julian Wilson, Jacob Powell to Brittany Newton, Jacob Powell to Samantha Wilson, James Brown to John Ward, Janet Miller to Luis Gonzales, Janet Miller to Samantha Wilson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Gabriel Ferrell", "id": 4975168}, {"name": "Charles Lewis", "id": 2414849}, {"name": "Chase Snyder", "id": 966113}, {"name": "Lori Pham", "id": 4940130}, {"name": "Michael Chan", "id": 6149}, {"name": "Jacob Powell", "id": 5531559}, {"name": "James Brown", "id": 352265}, {"name": "Jennifer Taylor", "id": 5625450}, {"name": "Janet Miller", "id": 4931723}, {"name": "Luis Gonzales", "id": 4951212}, {"name": "John Ward", "id": 41490}, {"name": "Julian Wilson", "id": 4964436}, {"name": "James Andrade", "id": 2917305}, {"name": "Samantha Wilson", "id": 5178653}, {"name": "Kelsey Sellers", "id": 671102}, {"name": "Brittany Newton", "id": 5002399}], "links": [{"source": 4975168, "target": 5531559}, {"source": 2414849, "target": 2917305}, {"source": 4940130, "target": 5002399}, {"source": 4940130, "target": 5531559}, {"source": 6149, "target": 352265}, {"source": 5531559, "target": 4964436}, {"source": 5531559, "target": 5002399}, {"source": 5531559, "target": 5178653}, {"source": 352265, "target": 41490}, {"source": 4931723, "target": 4951212}, {"source": 4931723, "target": 5178653}]}
|
[
4975168,
2414849,
966113,
352265,
5625450,
671102
] | 6 |
271 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Erin Gates, Crystal Hernandez, Michael Roman, Miranda Hobbs, Jay Watson, Amanda Gates, Tara Andrews, Christina Martinez, Jill Gordon, Samantha Drake, Vanessa Todd, Jason Lane, Caitlyn Sanders, Phillip Mitchell, Kyle Graham, Melissa Wilson, Michael Fisher, Rose Rodriguez, Jennifer Allen, Leah White, Michael Key
- Fiendship connections: Erin Gates to Caitlyn Sanders, Erin Gates to Jay Watson, Erin Gates to Melissa Wilson, Crystal Hernandez to Michael Fisher, Crystal Hernandez to Phillip Mitchell, Michael Roman to Miranda Hobbs, Jay Watson to Jason Lane, Jay Watson to Caitlyn Sanders, Jay Watson to Leah White, Jay Watson to Melissa Wilson, Jay Watson to Vanessa Todd, Amanda Gates to Kyle Graham, Tara Andrews to Kyle Graham, Christina Martinez to Jennifer Allen, Jill Gordon to Caitlyn Sanders, Samantha Drake to Michael Key, Vanessa Todd to Caitlyn Sanders, Jason Lane to Caitlyn Sanders, Caitlyn Sanders to Leah White, Caitlyn Sanders to Melissa Wilson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Erin Gates", "id": 2698761}, {"name": "Crystal Hernandez", "id": 2440842}, {"name": "Michael Roman", "id": 2406793}, {"name": "Miranda Hobbs", "id": 2468636}, {"name": "Jay Watson", "id": 2416798}, {"name": "Amanda Gates", "id": 2449958}, {"name": "Tara Andrews", "id": 2500009}, {"name": "Christina Martinez", "id": 4885424}, {"name": "Jill Gordon", "id": 2957886}, {"name": "Samantha Drake", "id": 4771903}, {"name": "Vanessa Todd", "id": 2957899}, {"name": "Jason Lane", "id": 2404172}, {"name": "Caitlyn Sanders", "id": 2416719}, {"name": "Phillip Mitchell", "id": 3652305}, {"name": "Kyle Graham", "id": 3819606}, {"name": "Melissa Wilson", "id": 2428902}, {"name": "Michael Fisher", "id": 2452839}, {"name": "Rose Rodriguez", "id": 2418538}, {"name": "Jennifer Allen", "id": 2499955}, {"name": "Leah White", "id": 2424567}, {"name": "Michael Key", "id": 2493821}], "links": [{"source": 2698761, "target": 2416719}, {"source": 2698761, "target": 2416798}, {"source": 2698761, "target": 2428902}, {"source": 2440842, "target": 2452839}, {"source": 2440842, "target": 3652305}, {"source": 2406793, "target": 2468636}, {"source": 2416798, "target": 2404172}, {"source": 2416798, "target": 2416719}, {"source": 2416798, "target": 2424567}, {"source": 2416798, "target": 2428902}, {"source": 2416798, "target": 2957899}, {"source": 2449958, "target": 3819606}, {"source": 2500009, "target": 3819606}, {"source": 4885424, "target": 2499955}, {"source": 2957886, "target": 2416719}, {"source": 4771903, "target": 2493821}, {"source": 2957899, "target": 2416719}, {"source": 2404172, "target": 2416719}, {"source": 2416719, "target": 2424567}, {"source": 2416719, "target": 2428902}]}
|
[
2428902,
3652305,
2406793,
3819606,
4885424,
2493821,
2418538
] | 7 |
272 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sophia Shah, Alexandra Moon, Robin Austin, Kevin Knox, Ronald Miller, Robert Reid, Richard Esparza, John Turner, Christina Pearson, Lauren Fletcher, Breanna Ferrell, Desiree Chaney, Joel Kelley, Jason Byrd, Kyle Williams, Brandy Warren
- Fiendship connections: Alexandra Moon to John Turner, Alexandra Moon to Kyle Williams, Robin Austin to Joel Kelley, Robin Austin to Christina Pearson, Robin Austin to Kevin Knox, Robin Austin to Robert Reid, Ronald Miller to John Turner, Robert Reid to Joel Kelley, Robert Reid to Christina Pearson, Robert Reid to Jason Byrd, Richard Esparza to John Turner, John Turner to Kyle Williams, Christina Pearson to Jason Byrd, Lauren Fletcher to Brandy Warren
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sophia Shah", "id": 1908128}, {"name": "Alexandra Moon", "id": 1032993}, {"name": "Robin Austin", "id": 2477219}, {"name": "Kevin Knox", "id": 2482790}, {"name": "Ronald Miller", "id": 1374760}, {"name": "Robert Reid", "id": 3947146}, {"name": "Richard Esparza", "id": 1169418}, {"name": "John Turner", "id": 1003693}, {"name": "Christina Pearson", "id": 2477262}, {"name": "Lauren Fletcher", "id": 2463760}, {"name": "Breanna Ferrell", "id": 837618}, {"name": "Desiree Chaney", "id": 2449335}, {"name": "Joel Kelley", "id": 2454872}, {"name": "Jason Byrd", "id": 2477593}, {"name": "Kyle Williams", "id": 1175292}, {"name": "Brandy Warren", "id": 4181663}], "links": [{"source": 1032993, "target": 1003693}, {"source": 1032993, "target": 1175292}, {"source": 2477219, "target": 2454872}, {"source": 2477219, "target": 2477262}, {"source": 2477219, "target": 2482790}, {"source": 2477219, "target": 3947146}, {"source": 1374760, "target": 1003693}, {"source": 3947146, "target": 2454872}, {"source": 3947146, "target": 2477262}, {"source": 3947146, "target": 2477593}, {"source": 1169418, "target": 1003693}, {"source": 1003693, "target": 1175292}, {"source": 2477262, "target": 2477593}, {"source": 2463760, "target": 4181663}]}
|
[
1908128,
1032993,
2477219,
2463760,
837618,
2449335
] | 6 |
273 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Alan Smith, Patrick Murphy, Adam Anderson, Candace Miller, John Rios MD, Tara Wilson, Kathryn Smith, Kimberly Black, Mr. Reginald Erickson, Michael Schneider, Anthony Murphy, Brandon Velasquez, Eric Castillo, Brian Clark, Christopher Browning, Sarah Steele
- Fiendship connections: Alan Smith to Kimberly Black, Patrick Murphy to Kimberly Black, Candace Miller to Eric Castillo, Candace Miller to Michael Schneider, Candace Miller to Brandon Velasquez, Candace Miller to Brian Clark, Candace Miller to Mr. Reginald Erickson, John Rios MD to Kimberly Black, John Rios MD to Kathryn Smith, Kathryn Smith to Sarah Steele, Kimberly Black to Anthony Murphy, Michael Schneider to Eric Castillo, Michael Schneider to Brandon Velasquez, Michael Schneider to Brian Clark, Eric Castillo to Brian Clark
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Alan Smith", "id": 4930336}, {"name": "Patrick Murphy", "id": 5151841}, {"name": "Adam Anderson", "id": 5498402}, {"name": "Candace Miller", "id": 1667971}, {"name": "John Rios MD", "id": 5531458}, {"name": "Tara Wilson", "id": 5068037}, {"name": "Kathryn Smith", "id": 5666337}, {"name": "Kimberly Black", "id": 4946983}, {"name": "Mr. Reginald Erickson", "id": 1591490}, {"name": "Michael Schneider", "id": 1133289}, {"name": "Anthony Murphy", "id": 4967658}, {"name": "Brandon Velasquez", "id": 1133291}, {"name": "Eric Castillo", "id": 883285}, {"name": "Brian Clark", "id": 1328023}, {"name": "Christopher Browning", "id": 5428475}, {"name": "Sarah Steele", "id": 4991101}], "links": [{"source": 4930336, "target": 4946983}, {"source": 5151841, "target": 4946983}, {"source": 1667971, "target": 883285}, {"source": 1667971, "target": 1133289}, {"source": 1667971, "target": 1133291}, {"source": 1667971, "target": 1328023}, {"source": 1667971, "target": 1591490}, {"source": 5531458, "target": 4946983}, {"source": 5531458, "target": 5666337}, {"source": 5666337, "target": 4991101}, {"source": 4946983, "target": 4967658}, {"source": 1133289, "target": 883285}, {"source": 1133289, "target": 1133291}, {"source": 1133289, "target": 1328023}, {"source": 883285, "target": 1328023}]}
|
[
4930336,
5498402,
1591490,
5068037,
5428475
] | 5 |
274 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Joshua Lane, Linda Hansen, Michael Lewis, Patrick Malone, Hayden Stevenson, Zachary Andrews, Alexis Irwin, Tonya Wu, Thomas Marshall, Stacy Lewis, Heather Butler, Marc Snyder, Bruce Branch, Jonathan Gutierrez, Jennifer Lopez MD, Clifford Wagner, Joshua Lopez, Brittany Rodriguez, Laura Arroyo, Paige Blankenship, Lisa Castillo, Karen Peterson, Sherry Perez, Kevin Brown, Lisa Payne, Michelle Rodriguez DDS, Ryan Lee, Edward Howard
- Fiendship connections: Joshua Lane to Joshua Lopez, Joshua Lane to Karen Peterson, Linda Hansen to Jonathan Gutierrez, Michael Lewis to Laura Arroyo, Patrick Malone to Lisa Payne, Hayden Stevenson to Jennifer Lopez MD, Zachary Andrews to Marc Snyder, Zachary Andrews to Michelle Rodriguez DDS, Alexis Irwin to Laura Arroyo, Alexis Irwin to Thomas Marshall, Alexis Irwin to Jonathan Gutierrez, Thomas Marshall to Jonathan Gutierrez, Stacy Lewis to Marc Snyder, Stacy Lewis to Jonathan Gutierrez, Stacy Lewis to Lisa Payne, Heather Butler to Jonathan Gutierrez, Bruce Branch to Jonathan Gutierrez, Jonathan Gutierrez to Jennifer Lopez MD, Jonathan Gutierrez to Clifford Wagner, Jonathan Gutierrez to Ryan Lee, Jonathan Gutierrez to Sherry Perez, Jonathan Gutierrez to Karen Peterson, Clifford Wagner to Kevin Brown, Joshua Lopez to Brittany Rodriguez, Brittany Rodriguez to Lisa Castillo, Laura Arroyo to Kevin Brown
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Joshua Lane", "id": 5024906}, {"name": "Linda Hansen", "id": 4956299}, {"name": "Michael Lewis", "id": 5700750}, {"name": "Patrick Malone", "id": 5200400}, {"name": "Hayden Stevenson", "id": 4952085}, {"name": "Zachary Andrews", "id": 5061915}, {"name": "Alexis Irwin", "id": 4942624}, {"name": "Tonya Wu", "id": 5104037}, {"name": "Thomas Marshall", "id": 4942633}, {"name": "Stacy Lewis", "id": 5089964}, {"name": "Heather Butler", "id": 5041967}, {"name": "Marc Snyder", "id": 4934833}, {"name": "Bruce Branch", "id": 4950709}, {"name": "Jonathan Gutierrez", "id": 4952118}, {"name": "Jennifer Lopez MD", "id": 4951993}, {"name": "Clifford Wagner", "id": 5049917}, {"name": "Joshua Lopez", "id": 5335615}, {"name": "Brittany Rodriguez", "id": 5335617}, {"name": "Laura Arroyo", "id": 4966470}, {"name": "Paige Blankenship", "id": 5381193}, {"name": "Lisa Castillo", "id": 5479627}, {"name": "Karen Peterson", "id": 5037903}, {"name": "Sherry Perez", "id": 4964434}, {"name": "Kevin Brown", "id": 4966498}, {"name": "Lisa Payne", "id": 5045610}, {"name": "Michelle Rodriguez DDS", "id": 5289713}, {"name": "Ryan Lee", "id": 4995186}, {"name": "Edward Howard", "id": 4995196}], "links": [{"source": 5024906, "target": 5335615}, {"source": 5024906, "target": 5037903}, {"source": 4956299, "target": 4952118}, {"source": 5700750, "target": 4966470}, {"source": 5200400, "target": 5045610}, {"source": 4952085, "target": 4951993}, {"source": 5061915, "target": 4934833}, {"source": 5061915, "target": 5289713}, {"source": 4942624, "target": 4966470}, {"source": 4942624, "target": 4942633}, {"source": 4942624, "target": 4952118}, {"source": 4942633, "target": 4952118}, {"source": 5089964, "target": 4934833}, {"source": 5089964, "target": 4952118}, {"source": 5089964, "target": 5045610}, {"source": 5041967, "target": 4952118}, {"source": 4950709, "target": 4952118}, {"source": 4952118, "target": 4951993}, {"source": 4952118, "target": 5049917}, {"source": 4952118, "target": 4995186}, {"source": 4952118, "target": 4964434}, {"source": 4952118, "target": 5037903}, {"source": 5049917, "target": 4966498}, {"source": 5335615, "target": 5335617}, {"source": 5335617, "target": 5479627}, {"source": 4966470, "target": 4966498}]}
|
[
5024906,
5104037,
5381193,
4995196
] | 4 |
275 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Beth Austin, Jacqueline Fitzgerald, Kimberly Jennings, Gary Frye, Molly Garcia, Heather Palmer, Daniel Jones, Tracy Butler, Amanda White, Krystal Williamson, Peter Smith, Jasmine Casey, Tammy Miller, Danielle Schneider, Eileen Vincent, Bryce Garcia, Brent Allen, Melissa Thomas, Walter Crawford
- Fiendship connections: Beth Austin to Heather Palmer, Beth Austin to Walter Crawford, Jacqueline Fitzgerald to Peter Smith, Jacqueline Fitzgerald to Walter Crawford, Kimberly Jennings to Walter Crawford, Gary Frye to Peter Smith, Gary Frye to Walter Crawford, Molly Garcia to Walter Crawford, Heather Palmer to Peter Smith, Heather Palmer to Tammy Miller, Heather Palmer to Walter Crawford, Daniel Jones to Jasmine Casey, Amanda White to Walter Crawford, Krystal Williamson to Jasmine Casey, Peter Smith to Tammy Miller, Peter Smith to Walter Crawford, Peter Smith to Brent Allen, Jasmine Casey to Bryce Garcia, Jasmine Casey to Danielle Schneider, Tammy Miller to Walter Crawford, Melissa Thomas to Walter Crawford
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Beth Austin", "id": 1848582}, {"name": "Jacqueline Fitzgerald", "id": 1020553}, {"name": "Kimberly Jennings", "id": 1015440}, {"name": "Gary Frye", "id": 2194325}, {"name": "Molly Garcia", "id": 2280601}, {"name": "Heather Palmer", "id": 1796518}, {"name": "Daniel Jones", "id": 899503}, {"name": "Tracy Butler", "id": 801844}, {"name": "Amanda White", "id": 1015610}, {"name": "Krystal Williamson", "id": 804028}, {"name": "Peter Smith", "id": 1555132}, {"name": "Jasmine Casey", "id": 799953}, {"name": "Tammy Miller", "id": 1690834}, {"name": "Danielle Schneider", "id": 1177813}, {"name": "Eileen Vincent", "id": 1015648}, {"name": "Bryce Garcia", "id": 778597}, {"name": "Brent Allen", "id": 1865326}, {"name": "Melissa Thomas", "id": 989808}, {"name": "Walter Crawford", "id": 1884925}], "links": [{"source": 1848582, "target": 1796518}, {"source": 1848582, "target": 1884925}, {"source": 1020553, "target": 1555132}, {"source": 1020553, "target": 1884925}, {"source": 1015440, "target": 1884925}, {"source": 2194325, "target": 1555132}, {"source": 2194325, "target": 1884925}, {"source": 2280601, "target": 1884925}, {"source": 1796518, "target": 1555132}, {"source": 1796518, "target": 1690834}, {"source": 1796518, "target": 1884925}, {"source": 899503, "target": 799953}, {"source": 1015610, "target": 1884925}, {"source": 804028, "target": 799953}, {"source": 1555132, "target": 1690834}, {"source": 1555132, "target": 1884925}, {"source": 1555132, "target": 1865326}, {"source": 799953, "target": 778597}, {"source": 799953, "target": 1177813}, {"source": 1690834, "target": 1884925}, {"source": 989808, "target": 1884925}]}
|
[
1796518,
778597,
801844,
1015648
] | 4 |
276 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Ryan Marks, Nicholas French, Nicole Cross, Keith Moore, Ryan Carter, Rebecca Cooke, Robert Chapman, Karen Rangel, Steven Lane, Shawn Christensen, Dr. Robin Garcia, Brianna Martin, Veronica Shaffer, Brian Carroll, Kimberly Phillips, Jessica Gonzales, Angel Hernandez, Carla Smith, Shannon Mitchell, Madison Martin
- Fiendship connections: Ryan Marks to Jessica Gonzales, Ryan Marks to Ryan Carter, Nicole Cross to Brian Carroll, Nicole Cross to Rebecca Cooke, Rebecca Cooke to Madison Martin, Rebecca Cooke to Robert Chapman, Rebecca Cooke to Steven Lane, Rebecca Cooke to Veronica Shaffer, Robert Chapman to Brian Carroll, Robert Chapman to Steven Lane, Karen Rangel to Shannon Mitchell, Karen Rangel to Brianna Martin, Karen Rangel to Kimberly Phillips, Karen Rangel to Shawn Christensen, Shawn Christensen to Shannon Mitchell, Shawn Christensen to Brianna Martin, Shawn Christensen to Kimberly Phillips, Brianna Martin to Shannon Mitchell, Brianna Martin to Angel Hernandez, Brianna Martin to Kimberly Phillips, Kimberly Phillips to Shannon Mitchell
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ryan Marks", "id": 2133136}, {"name": "Nicholas French", "id": 943249}, {"name": "Nicole Cross", "id": 1243927}, {"name": "Keith Moore", "id": 944409}, {"name": "Ryan Carter", "id": 1226012}, {"name": "Rebecca Cooke", "id": 1264540}, {"name": "Robert Chapman", "id": 1001501}, {"name": "Karen Rangel", "id": 824751}, {"name": "Steven Lane", "id": 1002163}, {"name": "Shawn Christensen", "id": 824896}, {"name": "Dr. Robin Garcia", "id": 1419331}, {"name": "Brianna Martin", "id": 1335113}, {"name": "Veronica Shaffer", "id": 1147721}, {"name": "Brian Carroll", "id": 1239883}, {"name": "Kimberly Phillips", "id": 1335114}, {"name": "Jessica Gonzales", "id": 1207890}, {"name": "Angel Hernandez", "id": 830427}, {"name": "Carla Smith", "id": 845667}, {"name": "Shannon Mitchell", "id": 824678}, {"name": "Madison Martin", "id": 947175}], "links": [{"source": 2133136, "target": 1207890}, {"source": 2133136, "target": 1226012}, {"source": 1243927, "target": 1239883}, {"source": 1243927, "target": 1264540}, {"source": 1264540, "target": 947175}, {"source": 1264540, "target": 1001501}, {"source": 1264540, "target": 1002163}, {"source": 1264540, "target": 1147721}, {"source": 1001501, "target": 1239883}, {"source": 1001501, "target": 1002163}, {"source": 824751, "target": 824678}, {"source": 824751, "target": 1335113}, {"source": 824751, "target": 1335114}, {"source": 824751, "target": 824896}, {"source": 824896, "target": 824678}, {"source": 824896, "target": 1335113}, {"source": 824896, "target": 1335114}, {"source": 1335113, "target": 824678}, {"source": 1335113, "target": 830427}, {"source": 1335113, "target": 1335114}, {"source": 1335114, "target": 824678}]}
|
[
2133136,
943249,
947175,
944409,
824896,
1419331,
845667
] | 7 |
277 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Ryan Barnes, Paula Hunt, Cory Andrews, Diana Williams, Ruben Peterson, Jamie Pope, Lisa Parsons, Melissa Salazar, Brittany Pena, Taylor Silva, Laura Cook, Erin Walsh, Beth Espinoza, Terry Moreno, Adriana Ware, John Rich, Leslie Morales, Brandon Harris, James Henry, Debra Turner
- Fiendship connections: Ryan Barnes to Brittany Pena, Ryan Barnes to John Rich, Ryan Barnes to Melissa Salazar, Ryan Barnes to Brandon Harris, Paula Hunt to Cory Andrews, Cory Andrews to Brittany Pena, Diana Williams to Debra Turner, Ruben Peterson to John Rich, Jamie Pope to John Rich, Lisa Parsons to Beth Espinoza, Melissa Salazar to Brittany Pena, Laura Cook to John Rich, Erin Walsh to John Rich, Terry Moreno to John Rich, Adriana Ware to John Rich, Adriana Ware to Debra Turner
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ryan Barnes", "id": 2450448}, {"name": "Paula Hunt", "id": 2642588}, {"name": "Cory Andrews", "id": 2448545}, {"name": "Diana Williams", "id": 2411303}, {"name": "Ruben Peterson", "id": 2415660}, {"name": "Jamie Pope", "id": 3710646}, {"name": "Lisa Parsons", "id": 1188799}, {"name": "Melissa Salazar", "id": 2674757}, {"name": "Brittany Pena", "id": 2406982}, {"name": "Taylor Silva", "id": 2495815}, {"name": "Laura Cook", "id": 3877719}, {"name": "Erin Walsh", "id": 3877720}, {"name": "Beth Espinoza", "id": 912216}, {"name": "Terry Moreno", "id": 3877721}, {"name": "Adriana Ware", "id": 2464225}, {"name": "John Rich", "id": 2452324}, {"name": "Leslie Morales", "id": 1063014}, {"name": "Brandon Harris", "id": 3853162}, {"name": "James Henry", "id": 1771767}, {"name": "Debra Turner", "id": 2699647}], "links": [{"source": 2450448, "target": 2406982}, {"source": 2450448, "target": 2452324}, {"source": 2450448, "target": 2674757}, {"source": 2450448, "target": 3853162}, {"source": 2642588, "target": 2448545}, {"source": 2448545, "target": 2406982}, {"source": 2411303, "target": 2699647}, {"source": 2415660, "target": 2452324}, {"source": 3710646, "target": 2452324}, {"source": 1188799, "target": 912216}, {"source": 2674757, "target": 2406982}, {"source": 3877719, "target": 2452324}, {"source": 3877720, "target": 2452324}, {"source": 3877721, "target": 2452324}, {"source": 2464225, "target": 2452324}, {"source": 2464225, "target": 2699647}]}
|
[
2448545,
912216,
2495815,
1063014,
1771767
] | 5 |
278 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Scott Garrett, Joshua Peterson, Sergio Lee, Lindsay Arnold, Courtney Hudson, Chad Espinoza, Chris Harrison, Zachary Welch MD, Jason English, Leslie Williams, David Walker, John Heath, Suzanne Brown, Crystal Mata, Devin Williams, Jonathan Rodgers, Sherri Mcclain, George Lee
- Fiendship connections: Scott Garrett to Lindsay Arnold, Joshua Peterson to Crystal Mata, Joshua Peterson to Suzanne Brown, Lindsay Arnold to Leslie Williams, Lindsay Arnold to Zachary Welch MD, Lindsay Arnold to John Heath, Chris Harrison to Crystal Mata, Jason English to Suzanne Brown, David Walker to Suzanne Brown, Crystal Mata to Jonathan Rodgers, Sherri Mcclain to George Lee
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Scott Garrett", "id": 904736}, {"name": "Joshua Peterson", "id": 5710593}, {"name": "Sergio Lee", "id": 4955809}, {"name": "Lindsay Arnold", "id": 1659427}, {"name": "Courtney Hudson", "id": 4931523}, {"name": "Chad Espinoza", "id": 938080}, {"name": "Chris Harrison", "id": 5710176}, {"name": "Zachary Welch MD", "id": 1314057}, {"name": "Jason English", "id": 6050891}, {"name": "Leslie Williams", "id": 880495}, {"name": "David Walker", "id": 5789328}, {"name": "John Heath", "id": 1408049}, {"name": "Suzanne Brown", "id": 5019925}, {"name": "Crystal Mata", "id": 4951221}, {"name": "Devin Williams", "id": 1465558}, {"name": "Jonathan Rodgers", "id": 5710550}, {"name": "Sherri Mcclain", "id": 1245275}, {"name": "George Lee", "id": 1001212}], "links": [{"source": 904736, "target": 1659427}, {"source": 5710593, "target": 4951221}, {"source": 5710593, "target": 5019925}, {"source": 1659427, "target": 880495}, {"source": 1659427, "target": 1314057}, {"source": 1659427, "target": 1408049}, {"source": 5710176, "target": 4951221}, {"source": 6050891, "target": 5019925}, {"source": 5789328, "target": 5019925}, {"source": 4951221, "target": 5710550}, {"source": 1245275, "target": 1001212}]}
|
[
904736,
5710176,
4955809,
4931523,
938080,
1465558,
1245275
] | 7 |
279 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Kimberly Bell, William Hart, Jeanette Padilla, David Nichols, Whitney Smith, Clinton Chan, Angela Clarke, Nathaniel Kim, Abigail Massey, Bradley Richardson, Bradley Ewing, Michael Kim, Kevin Taylor, Vickie Graham, Todd Hart
- Fiendship connections: William Hart to Kevin Taylor, William Hart to Bradley Richardson, William Hart to David Nichols, William Hart to Abigail Massey, William Hart to Jeanette Padilla, Whitney Smith to Michael Kim, Clinton Chan to Nathaniel Kim, Angela Clarke to Nathaniel Kim
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kimberly Bell", "id": 1179104}, {"name": "William Hart", "id": 1238912}, {"name": "Jeanette Padilla", "id": 1999328}, {"name": "David Nichols", "id": 1486307}, {"name": "Whitney Smith", "id": 955815}, {"name": "Clinton Chan", "id": 122090}, {"name": "Angela Clarke", "id": 769012}, {"name": "Nathaniel Kim", "id": 94484}, {"name": "Abigail Massey", "id": 1754740}, {"name": "Bradley Richardson", "id": 1158167}, {"name": "Bradley Ewing", "id": 1371960}, {"name": "Michael Kim", "id": 810041}, {"name": "Kevin Taylor", "id": 876444}, {"name": "Vickie Graham", "id": 2253725}, {"name": "Todd Hart", "id": 914878}], "links": [{"source": 1238912, "target": 876444}, {"source": 1238912, "target": 1158167}, {"source": 1238912, "target": 1486307}, {"source": 1238912, "target": 1754740}, {"source": 1238912, "target": 1999328}, {"source": 955815, "target": 810041}, {"source": 122090, "target": 94484}, {"source": 769012, "target": 94484}]}
|
[
1179104,
1238912,
810041,
122090,
1371960,
2253725,
914878
] | 7 |
280 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Peter Neal, Carlos Skinner, Sheryl White, Chelsea Hill, Miranda Johnson, Connie Mccann, Cheyenne Estrada, Brian Lopez, James Washington II, Brooke Evans, Chad Johnson, Darrell Barnett, Rebecca Garcia, Christopher Long, Cynthia Thomas, Megan Villanueva, Travis Johnson
- Fiendship connections: Peter Neal to Carlos Skinner, Peter Neal to Sheryl White, Sheryl White to Travis Johnson, Sheryl White to Brian Lopez, Sheryl White to Darrell Barnett, Miranda Johnson to Rebecca Garcia, James Washington II to Rebecca Garcia, Brooke Evans to Rebecca Garcia, Chad Johnson to Rebecca Garcia, Rebecca Garcia to Megan Villanueva
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Peter Neal", "id": 5350274}, {"name": "Carlos Skinner", "id": 4966535}, {"name": "Sheryl White", "id": 5656424}, {"name": "Chelsea Hill", "id": 4931720}, {"name": "Miranda Johnson", "id": 967784}, {"name": "Connie Mccann", "id": 4952331}, {"name": "Cheyenne Estrada", "id": 4989611}, {"name": "Brian Lopez", "id": 4966541}, {"name": "James Washington II", "id": 2319054}, {"name": "Brooke Evans", "id": 2222413}, {"name": "Chad Johnson", "id": 1662860}, {"name": "Darrell Barnett", "id": 4969937}, {"name": "Rebecca Garcia", "id": 1849842}, {"name": "Christopher Long", "id": 4953137}, {"name": "Cynthia Thomas", "id": 5142484}, {"name": "Megan Villanueva", "id": 1754998}, {"name": "Travis Johnson", "id": 4929208}], "links": [{"source": 5350274, "target": 4966535}, {"source": 5350274, "target": 5656424}, {"source": 5656424, "target": 4929208}, {"source": 5656424, "target": 4966541}, {"source": 5656424, "target": 4969937}, {"source": 967784, "target": 1849842}, {"source": 2319054, "target": 1849842}, {"source": 2222413, "target": 1849842}, {"source": 1662860, "target": 1849842}, {"source": 1849842, "target": 1754998}]}
|
[
5350274,
4931720,
967784,
4952331,
4989611,
4953137,
5142484
] | 7 |
281 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Amy Davis, Roger Roberson, Fernando Alvarez, Amber Stokes, Michael Camacho, Misty Weaver, Rebecca Nguyen, Robert Lin, Tiffany Anderson, Tamara Smith, Martin Smith, Marcus Riley, David Castillo, Gerald Sparks, Kelly Winters, Michelle Craig
- Fiendship connections: Amy Davis to Roger Roberson, Amy Davis to Tiffany Anderson, Amy Davis to Misty Weaver, Roger Roberson to Fernando Alvarez, Roger Roberson to Martin Smith, Amber Stokes to Michael Camacho, Amber Stokes to Rebecca Nguyen, Misty Weaver to Tiffany Anderson, Misty Weaver to Martin Smith, Rebecca Nguyen to Marcus Riley, Robert Lin to Michelle Craig, Robert Lin to Gerald Sparks, Marcus Riley to Michelle Craig
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amy Davis", "id": 1961440}, {"name": "Roger Roberson", "id": 1200993}, {"name": "Fernando Alvarez", "id": 1236289}, {"name": "Amber Stokes", "id": 1025}, {"name": "Michael Camacho", "id": 11076}, {"name": "Misty Weaver", "id": 1252714}, {"name": "Rebecca Nguyen", "id": 67180}, {"name": "Robert Lin", "id": 72622}, {"name": "Tiffany Anderson", "id": 1201006}, {"name": "Tamara Smith", "id": 1776}, {"name": "Martin Smith", "id": 1491119}, {"name": "Marcus Riley", "id": 81809}, {"name": "David Castillo", "id": 46067}, {"name": "Gerald Sparks", "id": 746389}, {"name": "Kelly Winters", "id": 666}, {"name": "Michelle Craig", "id": 195003}], "links": [{"source": 1961440, "target": 1200993}, {"source": 1961440, "target": 1201006}, {"source": 1961440, "target": 1252714}, {"source": 1200993, "target": 1236289}, {"source": 1200993, "target": 1491119}, {"source": 1025, "target": 11076}, {"source": 1025, "target": 67180}, {"source": 1252714, "target": 1201006}, {"source": 1252714, "target": 1491119}, {"source": 67180, "target": 81809}, {"source": 72622, "target": 195003}, {"source": 72622, "target": 746389}, {"source": 81809, "target": 195003}]}
|
[
1961440,
1025,
1776,
46067,
666
] | 5 |
282 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Brian Johnson, Patrick Hill, Jamie Larson, Michael Brown, Anthony Thomas, Ashley Ellis, David Rangel, Benjamin Thomas, Michelle Stanton, Debra Bowers, Donna Holland, Darryl Coffey, Kara Fields, Margaret Hughes, Phillip Jones, Daniel Daugherty, Sarah Frye, Janet Taylor, Joe Burke, Melissa Marshall, Eddie Bryant, Dr. Lisa Arroyo, Rebecca Dominguez, Richard Brown, Eugene Donovan
- Fiendship connections: Jamie Larson to Janet Taylor, Jamie Larson to Kara Fields, Michael Brown to Eugene Donovan, Anthony Thomas to Kara Fields, Ashley Ellis to Sarah Frye, David Rangel to Margaret Hughes, Debra Bowers to Dr. Lisa Arroyo, Donna Holland to Eugene Donovan, Margaret Hughes to Richard Brown, Phillip Jones to Dr. Lisa Arroyo, Melissa Marshall to Eugene Donovan
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Brian Johnson", "id": 1509250}, {"name": "Patrick Hill", "id": 2427652}, {"name": "Jamie Larson", "id": 2468616}, {"name": "Michael Brown", "id": 2930697}, {"name": "Anthony Thomas", "id": 2502156}, {"name": "Ashley Ellis", "id": 5838743}, {"name": "David Rangel", "id": 2460197}, {"name": "Benjamin Thomas", "id": 2498982}, {"name": "Michelle Stanton", "id": 2442792}, {"name": "Debra Bowers", "id": 2434863}, {"name": "Donna Holland", "id": 2463280}, {"name": "Darryl Coffey", "id": 2407219}, {"name": "Kara Fields", "id": 4082746}, {"name": "Margaret Hughes", "id": 2584380}, {"name": "Phillip Jones", "id": 3233484}, {"name": "Daniel Daugherty", "id": 2408910}, {"name": "Sarah Frye", "id": 4971601}, {"name": "Janet Taylor", "id": 3748690}, {"name": "Joe Burke", "id": 2439644}, {"name": "Melissa Marshall", "id": 4193116}, {"name": "Eddie Bryant", "id": 2482788}, {"name": "Dr. Lisa Arroyo", "id": 2471020}, {"name": "Rebecca Dominguez", "id": 5069932}, {"name": "Richard Brown", "id": 2429934}, {"name": "Eugene Donovan", "id": 2465150}], "links": [{"source": 2468616, "target": 3748690}, {"source": 2468616, "target": 4082746}, {"source": 2930697, "target": 2465150}, {"source": 2502156, "target": 4082746}, {"source": 5838743, "target": 4971601}, {"source": 2460197, "target": 2584380}, {"source": 2434863, "target": 2471020}, {"source": 2463280, "target": 2465150}, {"source": 2584380, "target": 2429934}, {"source": 3233484, "target": 2471020}, {"source": 4193116, "target": 2465150}]}
|
[
1509250,
2427652,
2468616,
2463280,
4971601,
2584380,
2498982,
2442792,
3233484,
2407219,
2408910,
2439644,
2482788,
5069932
] | 14 |
283 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Pamela Thompson, Clayton Pena, Michelle Obrien, Kevin Sims, Lisa Rodriguez, William Gallegos, Phillip Jones, Karen Wilson, Michael Cox, Deborah Harrington, Bradley Sellers, Deborah Holland, Mary Daniel, Emily Miller PhD, Jennifer Morrison MD, David Davenport, Karen Colon, Brandon Johnson, Theodore Dixon
- Fiendship connections: Clayton Pena to Michael Cox, Michelle Obrien to Michael Cox, William Gallegos to Theodore Dixon, Phillip Jones to Michael Cox, Karen Wilson to Michael Cox, Michael Cox to David Davenport, Michael Cox to Karen Colon, Deborah Harrington to Theodore Dixon, Bradley Sellers to Theodore Dixon, Bradley Sellers to Emily Miller PhD, Bradley Sellers to Jennifer Morrison MD, Deborah Holland to Mary Daniel, Emily Miller PhD to Theodore Dixon, Jennifer Morrison MD to Theodore Dixon
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Pamela Thompson", "id": 10248}, {"name": "Clayton Pena", "id": 10381}, {"name": "Michelle Obrien", "id": 2319}, {"name": "Kevin Sims", "id": 143518}, {"name": "Lisa Rodriguez", "id": 2418350}, {"name": "William Gallegos", "id": 2464831}, {"name": "Phillip Jones", "id": 521926}, {"name": "Karen Wilson", "id": 839}, {"name": "Michael Cox", "id": 137726}, {"name": "Deborah Harrington", "id": 2460105}, {"name": "Bradley Sellers", "id": 2418124}, {"name": "Deborah Holland", "id": 523088}, {"name": "Mary Daniel", "id": 523089}, {"name": "Emily Miller PhD", "id": 3004522}, {"name": "Jennifer Morrison MD", "id": 3004526}, {"name": "David Davenport", "id": 496}, {"name": "Karen Colon", "id": 3572}, {"name": "Brandon Johnson", "id": 2463358}, {"name": "Theodore Dixon", "id": 2460287}], "links": [{"source": 10381, "target": 137726}, {"source": 2319, "target": 137726}, {"source": 2464831, "target": 2460287}, {"source": 521926, "target": 137726}, {"source": 839, "target": 137726}, {"source": 137726, "target": 496}, {"source": 137726, "target": 3572}, {"source": 2460105, "target": 2460287}, {"source": 2418124, "target": 2460287}, {"source": 2418124, "target": 3004522}, {"source": 2418124, "target": 3004526}, {"source": 523088, "target": 523089}, {"source": 3004522, "target": 2460287}, {"source": 3004526, "target": 2460287}]}
|
[
10248,
521926,
143518,
2418350,
2460105,
523088,
2463358
] | 7 |
284 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Amanda Watson, Jennifer Olsen, Colleen Carroll, Juan Moran, Melissa Nelson, Natalie Lee, Shannon Russell, Ryan Espinoza, Isaac Mullins, Gene Mayo, Gregory Montgomery, Christopher Mitchell, Henry Parrish, Julie Miller, James Willis, Jennifer Nguyen, Michelle Ramos, Steven Wright, Mr. Daniel Morgan, Mark Lawrence, Holly Werner, Kyle Huang, Tina Morris, Robert Stewart
- Fiendship connections: Amanda Watson to Christopher Mitchell, Jennifer Olsen to Melissa Nelson, Jennifer Olsen to Holly Werner, Jennifer Olsen to James Willis, Jennifer Olsen to Michelle Ramos, Juan Moran to Mark Lawrence, Melissa Nelson to Holly Werner, Melissa Nelson to James Willis, Natalie Lee to Christopher Mitchell, Natalie Lee to James Willis, Ryan Espinoza to Holly Werner, Ryan Espinoza to James Willis, Ryan Espinoza to Michelle Ramos, Isaac Mullins to Mark Lawrence, Gene Mayo to Jennifer Nguyen, Gregory Montgomery to Jennifer Nguyen, Christopher Mitchell to James Willis, James Willis to Tina Morris, James Willis to Holly Werner, James Willis to Michelle Ramos, Michelle Ramos to Holly Werner, Mr. Daniel Morgan to Kyle Huang
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amanda Watson", "id": 2044930}, {"name": "Jennifer Olsen", "id": 1159170}, {"name": "Colleen Carroll", "id": 1185542}, {"name": "Juan Moran", "id": 185098}, {"name": "Melissa Nelson", "id": 1518987}, {"name": "Natalie Lee", "id": 1987852}, {"name": "Shannon Russell", "id": 184845}, {"name": "Ryan Espinoza", "id": 1834894}, {"name": "Isaac Mullins", "id": 190482}, {"name": "Gene Mayo", "id": 1061783}, {"name": "Gregory Montgomery", "id": 2264732}, {"name": "Christopher Mitchell", "id": 1827230}, {"name": "Henry Parrish", "id": 1111480}, {"name": "Julie Miller", "id": 65732}, {"name": "James Willis", "id": 1861320}, {"name": "Jennifer Nguyen", "id": 1462216}, {"name": "Michelle Ramos", "id": 2216013}, {"name": "Steven Wright", "id": 1676629}, {"name": "Mr. Daniel Morgan", "id": 289366}, {"name": "Mark Lawrence", "id": 27223}, {"name": "Holly Werner", "id": 1346656}, {"name": "Kyle Huang", "id": 249444}, {"name": "Tina Morris", "id": 994542}, {"name": "Robert Stewart", "id": 815102}], "links": [{"source": 2044930, "target": 1827230}, {"source": 1159170, "target": 1518987}, {"source": 1159170, "target": 1346656}, {"source": 1159170, "target": 1861320}, {"source": 1159170, "target": 2216013}, {"source": 185098, "target": 27223}, {"source": 1518987, "target": 1346656}, {"source": 1518987, "target": 1861320}, {"source": 1987852, "target": 1827230}, {"source": 1987852, "target": 1861320}, {"source": 1834894, "target": 1346656}, {"source": 1834894, "target": 1861320}, {"source": 1834894, "target": 2216013}, {"source": 190482, "target": 27223}, {"source": 1061783, "target": 1462216}, {"source": 2264732, "target": 1462216}, {"source": 1827230, "target": 1861320}, {"source": 1861320, "target": 994542}, {"source": 1861320, "target": 1346656}, {"source": 1861320, "target": 2216013}, {"source": 2216013, "target": 1346656}, {"source": 289366, "target": 249444}]}
|
[
1346656,
1185542,
185098,
184845,
1462216,
1111480,
65732,
1676629,
249444,
815102
] | 10 |
285 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Adrian Harris, Allison James, Mark Estrada, Nicholas Christensen, Christine Ryan, John Cantu, Jacqueline Bird, Charles Brown, Shelly Wright, Larry Grant, Stephanie Brown, Jared Reed, Philip Watson, James Simmons, Craig Nielsen, Dustin Johnson, Brenda Franklin
- Fiendship connections: Adrian Harris to Dustin Johnson, Adrian Harris to Brenda Franklin, Adrian Harris to Stephanie Brown, Adrian Harris to Craig Nielsen, Adrian Harris to Philip Watson, Allison James to Larry Grant, Allison James to Mark Estrada, Allison James to James Simmons, Mark Estrada to Shelly Wright, Nicholas Christensen to Jared Reed, Nicholas Christensen to John Cantu, Nicholas Christensen to Philip Watson, Christine Ryan to Larry Grant, John Cantu to Philip Watson, Jacqueline Bird to Craig Nielsen, Charles Brown to Philip Watson, Shelly Wright to Larry Grant, Stephanie Brown to Philip Watson, Philip Watson to Dustin Johnson, Philip Watson to Brenda Franklin, Philip Watson to Craig Nielsen, James Simmons to Dustin Johnson, Dustin Johnson to Brenda Franklin
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Adrian Harris", "id": 1725891}, {"name": "Allison James", "id": 925027}, {"name": "Mark Estrada", "id": 1632932}, {"name": "Nicholas Christensen", "id": 1824743}, {"name": "Christine Ryan", "id": 1263144}, {"name": "John Cantu", "id": 1527209}, {"name": "Jacqueline Bird", "id": 2062793}, {"name": "Charles Brown", "id": 1977162}, {"name": "Shelly Wright", "id": 1050058}, {"name": "Larry Grant", "id": 818967}, {"name": "Stephanie Brown", "id": 2066543}, {"name": "Jared Reed", "id": 943699}, {"name": "Philip Watson", "id": 2262964}, {"name": "James Simmons", "id": 1777975}, {"name": "Craig Nielsen", "id": 2191195}, {"name": "Dustin Johnson", "id": 1554174}, {"name": "Brenda Franklin", "id": 1729919}], "links": [{"source": 1725891, "target": 1554174}, {"source": 1725891, "target": 1729919}, {"source": 1725891, "target": 2066543}, {"source": 1725891, "target": 2191195}, {"source": 1725891, "target": 2262964}, {"source": 925027, "target": 818967}, {"source": 925027, "target": 1632932}, {"source": 925027, "target": 1777975}, {"source": 1632932, "target": 1050058}, {"source": 1824743, "target": 943699}, {"source": 1824743, "target": 1527209}, {"source": 1824743, "target": 2262964}, {"source": 1263144, "target": 818967}, {"source": 1527209, "target": 2262964}, {"source": 2062793, "target": 2191195}, {"source": 1977162, "target": 2262964}, {"source": 1050058, "target": 818967}, {"source": 2066543, "target": 2262964}, {"source": 2262964, "target": 1554174}, {"source": 2262964, "target": 1729919}, {"source": 2262964, "target": 2191195}, {"source": 1777975, "target": 1554174}, {"source": 1554174, "target": 1729919}]}
|
[
1725891
] | 1 |
286 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mary Hood, Juan Johnson, Mary Hawkins, Richard Diaz, Joann Hughes, Michael Cisneros, Randy Arnold, Misty Baker, Cheryl Sanchez DDS, Tyler Anderson, Laurie Shaw, Mrs. Sarah Cochran, Justin Smith, James Davis, Sheryl Nichols
- Fiendship connections: Mary Hood to Cheryl Sanchez DDS, Juan Johnson to Randy Arnold, Mary Hawkins to James Davis, Richard Diaz to Cheryl Sanchez DDS, Joann Hughes to Cheryl Sanchez DDS, Michael Cisneros to James Davis, Randy Arnold to Cheryl Sanchez DDS, Misty Baker to Mrs. Sarah Cochran, Tyler Anderson to James Davis, Laurie Shaw to James Davis, Mrs. Sarah Cochran to Sheryl Nichols
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mary Hood", "id": 1074560}, {"name": "Juan Johnson", "id": 1707904}, {"name": "Mary Hawkins", "id": 2443426}, {"name": "Richard Diaz", "id": 859299}, {"name": "Joann Hughes", "id": 2151492}, {"name": "Michael Cisneros", "id": 3711143}, {"name": "Randy Arnold", "id": 1176263}, {"name": "Misty Baker", "id": 2293160}, {"name": "Cheryl Sanchez DDS", "id": 1569937}, {"name": "Tyler Anderson", "id": 3711153}, {"name": "Laurie Shaw", "id": 3711155}, {"name": "Mrs. Sarah Cochran", "id": 1643508}, {"name": "Justin Smith", "id": 869431}, {"name": "James Davis", "id": 2443479}, {"name": "Sheryl Nichols", "id": 1176537}], "links": [{"source": 1074560, "target": 1569937}, {"source": 1707904, "target": 1176263}, {"source": 2443426, "target": 2443479}, {"source": 859299, "target": 1569937}, {"source": 2151492, "target": 1569937}, {"source": 3711143, "target": 2443479}, {"source": 1176263, "target": 1569937}, {"source": 2293160, "target": 1643508}, {"source": 3711153, "target": 2443479}, {"source": 3711155, "target": 2443479}, {"source": 1643508, "target": 1176537}]}
|
[
1074560,
2443426,
2293160,
869431
] | 4 |
287 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jennifer Lowery, Joshua Roberts, Herbert Elliott, Kenneth Perez, Alexander Green, Lauren Garner, John Mccullough, Alicia Evans, Eric Mueller, Mike Finley, Alyssa Smith, Natalie Wilkinson, Jose Joyce Jr., Kimberly White, Danielle Hernandez, Sara Johnson, David Whitehead, Kenneth Cordova, Darlene Baxter, Jennifer Johnson, Katelyn Hernandez, Brittany Smith, Mr. Miguel Bryant PhD, Justin Jacobs II, Krista Reed
- Fiendship connections: Jennifer Lowery to Kenneth Perez, Jennifer Lowery to Kimberly White, Joshua Roberts to Alyssa Smith, Joshua Roberts to Katelyn Hernandez, Kenneth Perez to Kimberly White, Lauren Garner to Justin Jacobs II, Alicia Evans to Katelyn Hernandez, Eric Mueller to Justin Jacobs II, Alyssa Smith to Katelyn Hernandez, Natalie Wilkinson to Kenneth Cordova, Jose Joyce Jr. to David Whitehead, Jose Joyce Jr. to Kenneth Cordova, Kimberly White to Justin Jacobs II, Kimberly White to Darlene Baxter, Danielle Hernandez to Kenneth Cordova, David Whitehead to Kenneth Cordova, Kenneth Cordova to Krista Reed, Darlene Baxter to Jennifer Johnson, Katelyn Hernandez to Mr. Miguel Bryant PhD, Brittany Smith to Krista Reed
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jennifer Lowery", "id": 2421511}, {"name": "Joshua Roberts", "id": 1309326}, {"name": "Herbert Elliott", "id": 2419094}, {"name": "Kenneth Perez", "id": 2430113}, {"name": "Alexander Green", "id": 2422697}, {"name": "Lauren Garner", "id": 2817961}, {"name": "John Mccullough", "id": 1466289}, {"name": "Alicia Evans", "id": 1010868}, {"name": "Eric Mueller", "id": 2594495}, {"name": "Mike Finley", "id": 2429891}, {"name": "Alyssa Smith", "id": 1074628}, {"name": "Natalie Wilkinson", "id": 1062471}, {"name": "Jose Joyce Jr.", "id": 1003849}, {"name": "Kimberly White", "id": 2476234}, {"name": "Danielle Hernandez", "id": 1064403}, {"name": "Sara Johnson", "id": 2467285}, {"name": "David Whitehead", "id": 1003862}, {"name": "Kenneth Cordova", "id": 1068264}, {"name": "Darlene Baxter", "id": 4374249}, {"name": "Jennifer Johnson", "id": 2473966}, {"name": "Katelyn Hernandez", "id": 1254768}, {"name": "Brittany Smith", "id": 1690224}, {"name": "Mr. Miguel Bryant PhD", "id": 1060853}, {"name": "Justin Jacobs II", "id": 2466552}, {"name": "Krista Reed", "id": 1703162}], "links": [{"source": 2421511, "target": 2430113}, {"source": 2421511, "target": 2476234}, {"source": 1309326, "target": 1074628}, {"source": 1309326, "target": 1254768}, {"source": 2430113, "target": 2476234}, {"source": 2817961, "target": 2466552}, {"source": 1010868, "target": 1254768}, {"source": 2594495, "target": 2466552}, {"source": 1074628, "target": 1254768}, {"source": 1062471, "target": 1068264}, {"source": 1003849, "target": 1003862}, {"source": 1003849, "target": 1068264}, {"source": 2476234, "target": 2466552}, {"source": 2476234, "target": 4374249}, {"source": 1064403, "target": 1068264}, {"source": 1003862, "target": 1068264}, {"source": 1068264, "target": 1703162}, {"source": 4374249, "target": 2473966}, {"source": 1254768, "target": 1060853}, {"source": 1690224, "target": 1703162}]}
|
[
2430113,
1074628,
2419094,
2422697,
1466289,
2429891,
1062471,
2467285
] | 8 |
288 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sean Knight, Alvin Knox, Rebecca Valdez, Anthony Richardson, Ashlee Krause, Cynthia Gordon MD, Timothy Strickland, Aaron Ayers, Jeff Henry, Lisa Lee, Holly Wu, Sarah Walker, Vincent Bell, Derek Mason, John Andrade, Brandon Moore
- Fiendship connections: Sean Knight to Aaron Ayers, Alvin Knox to Jeff Henry, Alvin Knox to Ashlee Krause, Rebecca Valdez to Lisa Lee, Rebecca Valdez to Vincent Bell, Ashlee Krause to Lisa Lee, Lisa Lee to Sarah Walker, Lisa Lee to Derek Mason, Holly Wu to Brandon Moore, Vincent Bell to Brandon Moore
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sean Knight", "id": 2680896}, {"name": "Alvin Knox", "id": 1344227}, {"name": "Rebecca Valdez", "id": 1731204}, {"name": "Anthony Richardson", "id": 1462025}, {"name": "Ashlee Krause", "id": 1799725}, {"name": "Cynthia Gordon MD", "id": 2454477}, {"name": "Timothy Strickland", "id": 2486541}, {"name": "Aaron Ayers", "id": 2407824}, {"name": "Jeff Henry", "id": 1283634}, {"name": "Lisa Lee", "id": 1174515}, {"name": "Holly Wu", "id": 1471222}, {"name": "Sarah Walker", "id": 847514}, {"name": "Vincent Bell", "id": 1673048}, {"name": "Derek Mason", "id": 1090522}, {"name": "John Andrade", "id": 818205}, {"name": "Brandon Moore", "id": 2079807}], "links": [{"source": 2680896, "target": 2407824}, {"source": 1344227, "target": 1283634}, {"source": 1344227, "target": 1799725}, {"source": 1731204, "target": 1174515}, {"source": 1731204, "target": 1673048}, {"source": 1799725, "target": 1174515}, {"source": 1174515, "target": 847514}, {"source": 1174515, "target": 1090522}, {"source": 1471222, "target": 2079807}, {"source": 1673048, "target": 2079807}]}
|
[
2680896,
1090522,
1462025,
2454477,
2486541,
818205
] | 6 |
289 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Cole Wright, Hannah James, Sarah Morales, Garrett Howell, Alisha Campbell, Christopher Ramirez, Anne James MD, Deanna Williams, Samantha Rogers, Tyler Edwards, Lauren Clark, Brooke Spears, Ronald Williams, Heidi George, Marissa Brown, Shawn Richard
- Fiendship connections: Hannah James to Brooke Spears, Sarah Morales to Garrett Howell, Sarah Morales to Ronald Williams, Sarah Morales to Marissa Brown, Sarah Morales to Alisha Campbell, Christopher Ramirez to Tyler Edwards, Anne James MD to Tyler Edwards, Samantha Rogers to Tyler Edwards, Tyler Edwards to Heidi George
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cole Wright", "id": 871328}, {"name": "Hannah James", "id": 807233}, {"name": "Sarah Morales", "id": 803908}, {"name": "Garrett Howell", "id": 797670}, {"name": "Alisha Campbell", "id": 1190599}, {"name": "Christopher Ramirez", "id": 1466344}, {"name": "Anne James MD", "id": 1224522}, {"name": "Deanna Williams", "id": 896716}, {"name": "Samantha Rogers", "id": 932401}, {"name": "Tyler Edwards", "id": 949682}, {"name": "Lauren Clark", "id": 1005555}, {"name": "Brooke Spears", "id": 773939}, {"name": "Ronald Williams", "id": 819447}, {"name": "Heidi George", "id": 1243195}, {"name": "Marissa Brown", "id": 958172}, {"name": "Shawn Richard", "id": 913085}], "links": [{"source": 807233, "target": 773939}, {"source": 803908, "target": 797670}, {"source": 803908, "target": 819447}, {"source": 803908, "target": 958172}, {"source": 803908, "target": 1190599}, {"source": 1466344, "target": 949682}, {"source": 1224522, "target": 949682}, {"source": 932401, "target": 949682}, {"source": 949682, "target": 1243195}]}
|
[
871328,
807233,
803908,
1466344,
896716,
1005555,
913085
] | 7 |
290 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sydney Clay, Alex Clark, Mrs. Carolyn Price, Paul Gonzalez, Andrew Keller, John Martinez, Heather Johnson, Jeffrey Snyder, Jose Fuentes, Michael Patterson, James Harris, Raymond Stephens, Jacqueline Wilkinson, Peter Brennan, Carla Hanson, Sarah Petersen, Thomas Clark
- Fiendship connections: Sydney Clay to Mrs. Carolyn Price, Sydney Clay to Paul Gonzalez, Alex Clark to Jeffrey Snyder, Alex Clark to Jose Fuentes, Alex Clark to Peter Brennan, John Martinez to Michael Patterson, John Martinez to Carla Hanson, John Martinez to Raymond Stephens, Heather Johnson to Jeffrey Snyder, Heather Johnson to Peter Brennan, Jeffrey Snyder to Jose Fuentes, Jeffrey Snyder to Peter Brennan, Jose Fuentes to Peter Brennan, Michael Patterson to Sarah Petersen, James Harris to Jacqueline Wilkinson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sydney Clay", "id": 1815232}, {"name": "Alex Clark", "id": 2405249}, {"name": "Mrs. Carolyn Price", "id": 1731107}, {"name": "Paul Gonzalez", "id": 2345702}, {"name": "Andrew Keller", "id": 1085350}, {"name": "John Martinez", "id": 3360680}, {"name": "Heather Johnson", "id": 2477288}, {"name": "Jeffrey Snyder", "id": 2405419}, {"name": "Jose Fuentes", "id": 2475085}, {"name": "Michael Patterson", "id": 2427984}, {"name": "James Harris", "id": 2449491}, {"name": "Raymond Stephens", "id": 2495892}, {"name": "Jacqueline Wilkinson", "id": 3840821}, {"name": "Peter Brennan", "id": 2540344}, {"name": "Carla Hanson", "id": 2463547}, {"name": "Sarah Petersen", "id": 2471580}, {"name": "Thomas Clark", "id": 2436541}], "links": [{"source": 1815232, "target": 1731107}, {"source": 1815232, "target": 2345702}, {"source": 2405249, "target": 2405419}, {"source": 2405249, "target": 2475085}, {"source": 2405249, "target": 2540344}, {"source": 3360680, "target": 2427984}, {"source": 3360680, "target": 2463547}, {"source": 3360680, "target": 2495892}, {"source": 2477288, "target": 2405419}, {"source": 2477288, "target": 2540344}, {"source": 2405419, "target": 2475085}, {"source": 2405419, "target": 2540344}, {"source": 2475085, "target": 2540344}, {"source": 2427984, "target": 2471580}, {"source": 2449491, "target": 3840821}]}
|
[
1815232,
2405249,
1085350,
3360680,
2449491,
2436541
] | 6 |
291 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Renee Brown, Timothy Horn, David Barber, David Daugherty, Traci Alexander, Karen Rodriguez, Hunter Oneill, Daniel Elliott, Nathaniel Melendez, Juan Ellis, Jeremy Fleming, Madison Fuller, Paul Martinez, Caitlin Payne, Amber Clark, Annette Edwards, Heather Clark, Richard Travis, Mr. Alan Richard PhD, Kathryn Williams, Stephen Fisher
- Fiendship connections: Renee Brown to Annette Edwards, Renee Brown to Heather Clark, Renee Brown to Amber Clark, Renee Brown to Stephen Fisher, Renee Brown to Kathryn Williams, Renee Brown to Jeremy Fleming, Timothy Horn to Paul Martinez, Timothy Horn to Hunter Oneill, David Barber to Hunter Oneill, Traci Alexander to Heather Clark, Traci Alexander to Amber Clark, Traci Alexander to Mr. Alan Richard PhD, Karen Rodriguez to Hunter Oneill, Karen Rodriguez to Mr. Alan Richard PhD, Hunter Oneill to Juan Ellis, Daniel Elliott to Mr. Alan Richard PhD, Nathaniel Melendez to Mr. Alan Richard PhD, Jeremy Fleming to Caitlin Payne, Jeremy Fleming to Annette Edwards, Jeremy Fleming to Amber Clark, Madison Fuller to Heather Clark, Madison Fuller to Stephen Fisher, Paul Martinez to Caitlin Payne, Paul Martinez to Annette Edwards, Caitlin Payne to Heather Clark, Caitlin Payne to Amber Clark, Caitlin Payne to Stephen Fisher, Caitlin Payne to Kathryn Williams, Amber Clark to Annette Edwards, Annette Edwards to Heather Clark, Annette Edwards to Kathryn Williams, Richard Travis to Mr. Alan Richard PhD, Mr. Alan Richard PhD to Kathryn Williams
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Renee Brown", "id": 5632}, {"name": "Timothy Horn", "id": 73730}, {"name": "David Barber", "id": 38787}, {"name": "David Daugherty", "id": 27276}, {"name": "Traci Alexander", "id": 2958}, {"name": "Karen Rodriguez", "id": 671631}, {"name": "Hunter Oneill", "id": 8210}, {"name": "Daniel Elliott", "id": 671512}, {"name": "Nathaniel Melendez", "id": 671654}, {"name": "Juan Ellis", "id": 75434}, {"name": "Jeremy Fleming", "id": 18479}, {"name": "Madison Fuller", "id": 28596}, {"name": "Paul Martinez", "id": 2358}, {"name": "Caitlin Payne", "id": 3766}, {"name": "Amber Clark", "id": 18392}, {"name": "Annette Edwards", "id": 3804}, {"name": "Heather Clark", "id": 27360}, {"name": "Richard Travis", "id": 244321}, {"name": "Mr. Alan Richard PhD", "id": 69609}, {"name": "Kathryn Williams", "id": 18675}, {"name": "Stephen Fisher", "id": 51195}], "links": [{"source": 5632, "target": 3804}, {"source": 5632, "target": 27360}, {"source": 5632, "target": 18392}, {"source": 5632, "target": 51195}, {"source": 5632, "target": 18675}, {"source": 5632, "target": 18479}, {"source": 73730, "target": 2358}, {"source": 73730, "target": 8210}, {"source": 38787, "target": 8210}, {"source": 2958, "target": 27360}, {"source": 2958, "target": 18392}, {"source": 2958, "target": 69609}, {"source": 671631, "target": 8210}, {"source": 671631, "target": 69609}, {"source": 8210, "target": 75434}, {"source": 671512, "target": 69609}, {"source": 671654, "target": 69609}, {"source": 18479, "target": 3766}, {"source": 18479, "target": 3804}, {"source": 18479, "target": 18392}, {"source": 28596, "target": 27360}, {"source": 28596, "target": 51195}, {"source": 2358, "target": 3766}, {"source": 2358, "target": 3804}, {"source": 3766, "target": 27360}, {"source": 3766, "target": 18392}, {"source": 3766, "target": 51195}, {"source": 3766, "target": 18675}, {"source": 18392, "target": 3804}, {"source": 3804, "target": 27360}, {"source": 3804, "target": 18675}, {"source": 244321, "target": 69609}, {"source": 69609, "target": 18675}]}
|
[
5632,
27276
] | 2 |
292 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Samuel Singleton, Donald Chapman, Eddie Charles, Cindy Jones, Jennifer Gibson DVM, John Castillo, Thomas Wise, Richard Dixon, Jaclyn Ramirez, Justin Bailey, John White, Joshua White, Nancy Vaughn, Eric Parks, Robert Ferguson, Randy Aguilar, Melissa Mckinney, Christopher Kaufman, Wendy Green, Donald Freeman, Danny Carter
- Fiendship connections: Donald Chapman to Jaclyn Ramirez, Eddie Charles to Danny Carter, Jennifer Gibson DVM to Robert Ferguson, John Castillo to Randy Aguilar, John Castillo to Donald Freeman, Thomas Wise to Danny Carter, Jaclyn Ramirez to Joshua White, Justin Bailey to Danny Carter, John White to Christopher Kaufman, John White to Danny Carter, Nancy Vaughn to Danny Carter, Eric Parks to Melissa Mckinney, Randy Aguilar to Donald Freeman, Wendy Green to Danny Carter
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Samuel Singleton", "id": 5012749}, {"name": "Donald Chapman", "id": 4935450}, {"name": "Eddie Charles", "id": 3178535}, {"name": "Cindy Jones", "id": 4940712}, {"name": "Jennifer Gibson DVM", "id": 4929193}, {"name": "John Castillo", "id": 2420394}, {"name": "Thomas Wise", "id": 2438061}, {"name": "Richard Dixon", "id": 5371574}, {"name": "Jaclyn Ramirez", "id": 5113531}, {"name": "Justin Bailey", "id": 3178557}, {"name": "John White", "id": 2403778}, {"name": "Joshua White", "id": 6035016}, {"name": "Nancy Vaughn", "id": 3178571}, {"name": "Eric Parks", "id": 2448718}, {"name": "Robert Ferguson", "id": 4982223}, {"name": "Randy Aguilar", "id": 2495440}, {"name": "Melissa Mckinney", "id": 2448722}, {"name": "Christopher Kaufman", "id": 2409429}, {"name": "Wendy Green", "id": 3178581}, {"name": "Donald Freeman", "id": 3062496}, {"name": "Danny Carter", "id": 2422118}], "links": [{"source": 4935450, "target": 5113531}, {"source": 3178535, "target": 2422118}, {"source": 4929193, "target": 4982223}, {"source": 2420394, "target": 2495440}, {"source": 2420394, "target": 3062496}, {"source": 2438061, "target": 2422118}, {"source": 5113531, "target": 6035016}, {"source": 3178557, "target": 2422118}, {"source": 2403778, "target": 2409429}, {"source": 2403778, "target": 2422118}, {"source": 3178571, "target": 2422118}, {"source": 2448718, "target": 2448722}, {"source": 2495440, "target": 3062496}, {"source": 3178581, "target": 2422118}]}
|
[
5012749,
6035016,
2403778,
4940712,
4929193,
2495440,
5371574,
2448722
] | 8 |
293 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Scott Rosario, Lauren Martinez, Eric Wilcox, Melissa Mejia, Michael Moore, Jane Mccullough, Stacey White, Matthew Collins, Megan Brandt, Jill Massey, Lisa Hopkins, Daniel Trujillo, Travis Hernandez, Samuel Garcia, Linda Nash, Cindy Robertson, Jonathan Cook, Mitchell Chen, Christopher Hoover, Gregory Banks, April Chan, John Hayes, Erica Snyder
- Fiendship connections: Eric Wilcox to Travis Hernandez, Melissa Mejia to Travis Hernandez, Michael Moore to Travis Hernandez, Jane Mccullough to Lisa Hopkins, Jane Mccullough to Travis Hernandez, Stacey White to Travis Hernandez, Matthew Collins to Lisa Hopkins, Matthew Collins to Linda Nash, Lisa Hopkins to Cindy Robertson, Lisa Hopkins to Linda Nash, Lisa Hopkins to Samuel Garcia, Jonathan Cook to John Hayes, Jonathan Cook to Christopher Hoover, Jonathan Cook to Gregory Banks, Mitchell Chen to Christopher Hoover, Gregory Banks to John Hayes
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Scott Rosario", "id": 4966400}, {"name": "Lauren Martinez", "id": 4953094}, {"name": "Eric Wilcox", "id": 5546887}, {"name": "Melissa Mejia", "id": 5777044}, {"name": "Michael Moore", "id": 4955670}, {"name": "Jane Mccullough", "id": 5777049}, {"name": "Stacey White", "id": 5777061}, {"name": "Matthew Collins", "id": 4947883}, {"name": "Megan Brandt", "id": 4930354}, {"name": "Jill Massey", "id": 5017657}, {"name": "Lisa Hopkins", "id": 5028795}, {"name": "Daniel Trujillo", "id": 4932555}, {"name": "Travis Hernandez", "id": 5765324}, {"name": "Samuel Garcia", "id": 6076620}, {"name": "Linda Nash", "id": 5546966}, {"name": "Cindy Robertson", "id": 5415895}, {"name": "Jonathan Cook", "id": 5770203}, {"name": "Mitchell Chen", "id": 4959452}, {"name": "Christopher Hoover", "id": 5770210}, {"name": "Gregory Banks", "id": 5770212}, {"name": "April Chan", "id": 4947817}, {"name": "John Hayes", "id": 5282667}, {"name": "Erica Snyder", "id": 5220595}], "links": [{"source": 5546887, "target": 5765324}, {"source": 5777044, "target": 5765324}, {"source": 4955670, "target": 5765324}, {"source": 5777049, "target": 5028795}, {"source": 5777049, "target": 5765324}, {"source": 5777061, "target": 5765324}, {"source": 4947883, "target": 5028795}, {"source": 4947883, "target": 5546966}, {"source": 5028795, "target": 5415895}, {"source": 5028795, "target": 5546966}, {"source": 5028795, "target": 6076620}, {"source": 5770203, "target": 5282667}, {"source": 5770203, "target": 5770210}, {"source": 5770203, "target": 5770212}, {"source": 4959452, "target": 5770210}, {"source": 5770212, "target": 5282667}]}
|
[
4966400,
4953094,
5777061,
4930354,
5017657,
4932555,
5770210,
4947817,
5220595
] | 9 |
294 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Robert James, Lisa Chase, Manuel Lee, Tony Huang, Troy Jennings, Mark Tate, Jonathan Benitez, Diane Knight, Daniel Johnson, Megan Jackson, Adam Hatfield, Brandi Fields, Christopher Hernandez, Patrick Mcpherson, Anthony Vincent, Chelsea Howard, Sarah Jones, April Barker, Eric Pineda, Christopher Willis, Aaron Sanchez
- Fiendship connections: Lisa Chase to Diane Knight, Troy Jennings to April Barker, Diane Knight to Patrick Mcpherson, Daniel Johnson to Aaron Sanchez, Daniel Johnson to Anthony Vincent, Adam Hatfield to Brandi Fields, Christopher Hernandez to Aaron Sanchez, Sarah Jones to Aaron Sanchez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Robert James", "id": 2475522}, {"name": "Lisa Chase", "id": 2460167}, {"name": "Manuel Lee", "id": 2422417}, {"name": "Tony Huang", "id": 2478238}, {"name": "Troy Jennings", "id": 2486945}, {"name": "Mark Tate", "id": 2450601}, {"name": "Jonathan Benitez", "id": 2463146}, {"name": "Diane Knight", "id": 2618163}, {"name": "Daniel Johnson", "id": 2439224}, {"name": "Megan Jackson", "id": 2480185}, {"name": "Adam Hatfield", "id": 2490172}, {"name": "Brandi Fields", "id": 4730429}, {"name": "Christopher Hernandez", "id": 4258246}, {"name": "Patrick Mcpherson", "id": 2406361}, {"name": "Anthony Vincent", "id": 3624025}, {"name": "Chelsea Howard", "id": 2418139}, {"name": "Sarah Jones", "id": 4258274}, {"name": "April Barker", "id": 4693732}, {"name": "Eric Pineda", "id": 2482935}, {"name": "Christopher Willis", "id": 2422138}, {"name": "Aaron Sanchez", "id": 2467711}], "links": [{"source": 2460167, "target": 2618163}, {"source": 2486945, "target": 4693732}, {"source": 2618163, "target": 2406361}, {"source": 2439224, "target": 2467711}, {"source": 2439224, "target": 3624025}, {"source": 2490172, "target": 4730429}, {"source": 4258246, "target": 2467711}, {"source": 4258274, "target": 2467711}]}
|
[
2475522,
2406361,
2422417,
2478238,
2486945,
2450601,
2463146,
4258274,
2480185,
2490172,
2418139,
2482935,
2422138
] | 13 |
295 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Courtney Sims, Debra Cooper, Andrew Carr, Nicholas Mccoy, Shelly Ashley, Deborah Howard, Courtney Johnson, Richard Tucker, Kevin Parks, Anthony Wood, Jennifer Sullivan, Ricky Oconnor, Jasmine Crawford, Brianna Boyle MD, Kimberly Matthews, James Rodriguez, Joel Montes, Lori Clark, Brandon Carrillo
- Fiendship connections: Courtney Sims to Jennifer Sullivan, Debra Cooper to Deborah Howard, Andrew Carr to Richard Tucker, Andrew Carr to Jennifer Sullivan, Nicholas Mccoy to Jennifer Sullivan, Deborah Howard to James Rodriguez, Kevin Parks to Jasmine Crawford, Kevin Parks to Brianna Boyle MD, Jennifer Sullivan to Jasmine Crawford, Jennifer Sullivan to Kimberly Matthews, Jennifer Sullivan to Brandon Carrillo, Joel Montes to Lori Clark
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Courtney Sims", "id": 858759}, {"name": "Debra Cooper", "id": 4932103}, {"name": "Andrew Carr", "id": 1717645}, {"name": "Nicholas Mccoy", "id": 1965839}, {"name": "Shelly Ashley", "id": 956691}, {"name": "Deborah Howard", "id": 5430299}, {"name": "Courtney Johnson", "id": 4986782}, {"name": "Richard Tucker", "id": 1142309}, {"name": "Kevin Parks", "id": 1500204}, {"name": "Anthony Wood", "id": 1051317}, {"name": "Jennifer Sullivan", "id": 1486009}, {"name": "Ricky Oconnor", "id": 5061949}, {"name": "Jasmine Crawford", "id": 1100989}, {"name": "Brianna Boyle MD", "id": 1668928}, {"name": "Kimberly Matthews", "id": 2062019}, {"name": "James Rodriguez", "id": 4936146}, {"name": "Joel Montes", "id": 1797334}, {"name": "Lori Clark", "id": 923995}, {"name": "Brandon Carrillo", "id": 2058995}], "links": [{"source": 858759, "target": 1486009}, {"source": 4932103, "target": 5430299}, {"source": 1717645, "target": 1142309}, {"source": 1717645, "target": 1486009}, {"source": 1965839, "target": 1486009}, {"source": 5430299, "target": 4936146}, {"source": 1500204, "target": 1100989}, {"source": 1500204, "target": 1668928}, {"source": 1486009, "target": 1100989}, {"source": 1486009, "target": 2062019}, {"source": 1486009, "target": 2058995}, {"source": 1797334, "target": 923995}]}
|
[
1668928,
4936146,
956691,
4986782,
1051317,
5061949,
923995
] | 7 |
296 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jessica Blake MD, Patrick Myers, Dawn Monroe, Tammy Wilson, James Johnson, Edward Anderson, Christopher Brown, Johnny Williams, Madeline Cox, Marissa Martinez, Danielle Rivas, Alan Cardenas, Linda Lucero, Melissa Lowe, Theodore Branch
- Fiendship connections: Jessica Blake MD to Madeline Cox, Patrick Myers to Edward Anderson, Dawn Monroe to Madeline Cox, Tammy Wilson to James Johnson, Tammy Wilson to Edward Anderson, James Johnson to Edward Anderson, Edward Anderson to Linda Lucero, Christopher Brown to Danielle Rivas, Johnny Williams to Danielle Rivas, Madeline Cox to Melissa Lowe, Madeline Cox to Theodore Branch, Marissa Martinez to Alan Cardenas, Marissa Martinez to Danielle Rivas, Danielle Rivas to Alan Cardenas, Melissa Lowe to Theodore Branch
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jessica Blake MD", "id": 4982401}, {"name": "Patrick Myers", "id": 4995106}, {"name": "Dawn Monroe", "id": 4955042}, {"name": "Tammy Wilson", "id": 5043780}, {"name": "James Johnson", "id": 5018436}, {"name": "Edward Anderson", "id": 5408009}, {"name": "Christopher Brown", "id": 1588332}, {"name": "Johnny Williams", "id": 2383597}, {"name": "Madeline Cox", "id": 5086637}, {"name": "Marissa Martinez", "id": 1309359}, {"name": "Danielle Rivas", "id": 1615158}, {"name": "Alan Cardenas", "id": 869816}, {"name": "Linda Lucero", "id": 4953659}, {"name": "Melissa Lowe", "id": 5007996}, {"name": "Theodore Branch", "id": 5057662}], "links": [{"source": 4982401, "target": 5086637}, {"source": 4995106, "target": 5408009}, {"source": 4955042, "target": 5086637}, {"source": 5043780, "target": 5018436}, {"source": 5043780, "target": 5408009}, {"source": 5018436, "target": 5408009}, {"source": 5408009, "target": 4953659}, {"source": 1588332, "target": 1615158}, {"source": 2383597, "target": 1615158}, {"source": 5086637, "target": 5007996}, {"source": 5086637, "target": 5057662}, {"source": 1309359, "target": 869816}, {"source": 1309359, "target": 1615158}, {"source": 1615158, "target": 869816}, {"source": 5007996, "target": 5057662}]}
|
[
4982401,
4995106,
1588332
] | 3 |
297 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Taylor Huff, Javier Tanner, William Shields, Dennis King, Antonio Campbell, Lynn Cook, Angel Lowery, Eric Snow, Curtis Craig, Kenneth Porter MD, Joseph Brown, Shirley Wilson, Anna Wong, Christopher Zimmerman, Justin Williams, Christian Armstrong, Evan Myers, Emily Hamilton
- Fiendship connections: Taylor Huff to Joseph Brown, Taylor Huff to Lynn Cook, Taylor Huff to Christopher Zimmerman, Taylor Huff to Shirley Wilson, Javier Tanner to Angel Lowery, William Shields to Justin Williams, Antonio Campbell to Emily Hamilton, Lynn Cook to Shirley Wilson, Angel Lowery to Anna Wong, Curtis Craig to Joseph Brown, Curtis Craig to Christian Armstrong, Christopher Zimmerman to Evan Myers
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Taylor Huff", "id": 1758658}, {"name": "Javier Tanner", "id": 2463330}, {"name": "William Shields", "id": 1546457}, {"name": "Dennis King", "id": 2450213}, {"name": "Antonio Campbell", "id": 2217923}, {"name": "Lynn Cook", "id": 1335049}, {"name": "Angel Lowery", "id": 4163725}, {"name": "Eric Snow", "id": 2431533}, {"name": "Curtis Craig", "id": 1771469}, {"name": "Kenneth Porter MD", "id": 2412273}, {"name": "Joseph Brown", "id": 1331985}, {"name": "Shirley Wilson", "id": 1765235}, {"name": "Anna Wong", "id": 2481749}, {"name": "Christopher Zimmerman", "id": 1645622}, {"name": "Justin Williams", "id": 2180471}, {"name": "Christian Armstrong", "id": 2180472}, {"name": "Evan Myers", "id": 881113}, {"name": "Emily Hamilton", "id": 1765950}], "links": [{"source": 1758658, "target": 1331985}, {"source": 1758658, "target": 1335049}, {"source": 1758658, "target": 1645622}, {"source": 1758658, "target": 1765235}, {"source": 2463330, "target": 4163725}, {"source": 1546457, "target": 2180471}, {"source": 2217923, "target": 1765950}, {"source": 1335049, "target": 1765235}, {"source": 4163725, "target": 2481749}, {"source": 1771469, "target": 1331985}, {"source": 1771469, "target": 2180472}, {"source": 1645622, "target": 881113}]}
|
[
1758658,
2463330,
1546457,
2450213,
2217923,
2431533,
2412273
] | 7 |
298 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Wanda Bennett, Samuel Walker, Douglas Cobb, Joshua Nixon, William Adams, Aimee Johnson, Lori Hobbs, Shelly Holmes, Michael Banks, Alexis Gonzalez, Travis Reed, Nicholas Pham, Andre Benitez, Brandi Harrison, Tammy Castillo, Collin Williamson, Jody Benitez, Tina Howard, Jonathon Mckenzie, Aaron Curtis, Colton Russo, Roberto Carey
- Fiendship connections: Wanda Bennett to Colton Russo, Wanda Bennett to Andre Benitez, Wanda Bennett to Tammy Castillo, Wanda Bennett to Nicholas Pham, Douglas Cobb to Collin Williamson, Joshua Nixon to Lori Hobbs, Joshua Nixon to Alexis Gonzalez, William Adams to Tammy Castillo, Aimee Johnson to Alexis Gonzalez, Aimee Johnson to Jody Benitez, Lori Hobbs to Travis Reed, Lori Hobbs to Alexis Gonzalez, Alexis Gonzalez to Jody Benitez, Nicholas Pham to Colton Russo, Nicholas Pham to Andre Benitez, Andre Benitez to Colton Russo, Andre Benitez to Tammy Castillo, Tammy Castillo to Colton Russo, Jonathon Mckenzie to Roberto Carey
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Wanda Bennett", "id": 2450563}, {"name": "Samuel Walker", "id": 2421255}, {"name": "Douglas Cobb", "id": 2463759}, {"name": "Joshua Nixon", "id": 922131}, {"name": "William Adams", "id": 3853461}, {"name": "Aimee Johnson", "id": 1114777}, {"name": "Lori Hobbs", "id": 1111197}, {"name": "Shelly Holmes", "id": 2496414}, {"name": "Michael Banks", "id": 2433580}, {"name": "Alexis Gonzalez", "id": 1123635}, {"name": "Travis Reed", "id": 770995}, {"name": "Nicholas Pham", "id": 2450612}, {"name": "Andre Benitez", "id": 2450486}, {"name": "Brandi Harrison", "id": 2443708}, {"name": "Tammy Castillo", "id": 2450530}, {"name": "Collin Williamson", "id": 4181353}, {"name": "Jody Benitez", "id": 2054761}, {"name": "Tina Howard", "id": 1732843}, {"name": "Jonathon Mckenzie", "id": 4441077}, {"name": "Aaron Curtis", "id": 2431094}, {"name": "Colton Russo", "id": 2404086}, {"name": "Roberto Carey", "id": 2475519}], "links": [{"source": 2450563, "target": 2404086}, {"source": 2450563, "target": 2450486}, {"source": 2450563, "target": 2450530}, {"source": 2450563, "target": 2450612}, {"source": 2463759, "target": 4181353}, {"source": 922131, "target": 1111197}, {"source": 922131, "target": 1123635}, {"source": 3853461, "target": 2450530}, {"source": 1114777, "target": 1123635}, {"source": 1114777, "target": 2054761}, {"source": 1111197, "target": 770995}, {"source": 1111197, "target": 1123635}, {"source": 1123635, "target": 2054761}, {"source": 2450612, "target": 2404086}, {"source": 2450612, "target": 2450486}, {"source": 2450486, "target": 2404086}, {"source": 2450486, "target": 2450530}, {"source": 2450530, "target": 2404086}, {"source": 4441077, "target": 2475519}]}
|
[
2450530,
2421255,
4181353,
2054761,
2496414,
2433580,
2443708,
1732843,
4441077,
2431094
] | 10 |
299 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: William Rivera, Patricia Gonzalez, Philip Robbins, Tracy Wade, Jasmine Woods, Stephanie Mayo, John Lopez, Allison Davis, Christopher Mcgrath, Charles Barnes, Larry Lozano, Elizabeth Durham PhD, Susan Ramos, Michelle Smith, Carol Washington, John Wood, Sydney Wiggins, Emily Lopez
- Fiendship connections: William Rivera to Allison Davis, Patricia Gonzalez to Charles Barnes, Philip Robbins to Charles Barnes, Tracy Wade to Charles Barnes, Jasmine Woods to Sydney Wiggins, Jasmine Woods to Carol Washington, Stephanie Mayo to Sydney Wiggins, John Lopez to Allison Davis, Allison Davis to Elizabeth Durham PhD, Christopher Mcgrath to Susan Ramos, Charles Barnes to Sydney Wiggins, Charles Barnes to Michelle Smith, Charles Barnes to Emily Lopez, Charles Barnes to Carol Washington
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "William Rivera", "id": 3940128}, {"name": "Patricia Gonzalez", "id": 4882048}, {"name": "Philip Robbins", "id": 4882050}, {"name": "Tracy Wade", "id": 4882049}, {"name": "Jasmine Woods", "id": 2499944}, {"name": "Stephanie Mayo", "id": 2499945}, {"name": "John Lopez", "id": 2470217}, {"name": "Allison Davis", "id": 2455468}, {"name": "Christopher Mcgrath", "id": 1292908}, {"name": "Charles Barnes", "id": 2499950}, {"name": "Larry Lozano", "id": 2471535}, {"name": "Elizabeth Durham PhD", "id": 2470222}, {"name": "Susan Ramos", "id": 1190130}, {"name": "Michelle Smith", "id": 2713970}, {"name": "Carol Washington", "id": 4881972}, {"name": "John Wood", "id": 2484116}, {"name": "Sydney Wiggins", "id": 2404792}, {"name": "Emily Lopez", "id": 4882047}], "links": [{"source": 3940128, "target": 2455468}, {"source": 4882048, "target": 2499950}, {"source": 4882050, "target": 2499950}, {"source": 4882049, "target": 2499950}, {"source": 2499944, "target": 2404792}, {"source": 2499944, "target": 4881972}, {"source": 2499945, "target": 2404792}, {"source": 2470217, "target": 2455468}, {"source": 2455468, "target": 2470222}, {"source": 1292908, "target": 1190130}, {"source": 2499950, "target": 2404792}, {"source": 2499950, "target": 2713970}, {"source": 2499950, "target": 4882047}, {"source": 2499950, "target": 4881972}]}
|
[
3940128,
4882048,
1190130,
2471535,
2484116
] | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.