id
int64 0
5k
| problem_text
stringlengths 639
1.86k
| graph
stringlengths 237
1.88k
| path
listlengths 1
9
| exact_answer
int64 1
9
|
---|---|---|---|---|
100 |
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: Kim Shepherd, Jason Wong, Amanda Avery, Samantha Wagner MD, Shannon Robinson, Ashley Johnson
- Fiendship connections: Kim Shepherd to Ashley Johnson, Jason Wong to Shannon Robinson, Shannon Robinson 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": "Kim Shepherd", "id": 5357290}, {"name": "Jason Wong", "id": 5000173}, {"name": "Amanda Avery", "id": 5072174}, {"name": "Samantha Wagner MD", "id": 4929752}, {"name": "Shannon Robinson", "id": 5503385}, {"name": "Ashley Johnson", "id": 5208061}], "links": [{"source": 5357290, "target": 5208061}, {"source": 5000173, "target": 5503385}, {"source": 5503385, "target": 5208061}]}
|
[
5000173,
5072174,
4929752
] | 3 |
101 |
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: Gerald Phillips, Stacy Mckinney, Brandon Jones, Christine Terrell, Justin Zhang, Melissa Bryant, Bryan Peters
- Fiendship connections: Stacy Mckinney to Bryan Peters, Brandon Jones to Bryan Peters, Christine Terrell to Bryan Peters, Melissa Bryant to Bryan Peters
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": "Gerald Phillips", "id": 2438372}, {"name": "Stacy Mckinney", "id": 2558980}, {"name": "Brandon Jones", "id": 4651915}, {"name": "Christine Terrell", "id": 2616240}, {"name": "Justin Zhang", "id": 2468657}, {"name": "Melissa Bryant", "id": 2436731}, {"name": "Bryan Peters", "id": 2483518}], "links": [{"source": 2558980, "target": 2483518}, {"source": 4651915, "target": 2483518}, {"source": 2616240, "target": 2483518}, {"source": 2436731, "target": 2483518}]}
|
[
2438372,
2558980,
2468657
] | 3 |
102 |
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: Michelle Thomas, Morgan Jones, Heather Crane, Michele Jimenez, Michael Long, James Adams, Logan Arnold, Melissa Higgins, Lisa Daniels, Sergio Vazquez DVM, Monique Schwartz
- Fiendship connections: Michelle Thomas to Lisa Daniels, Michelle Thomas to Michele Jimenez, Michelle Thomas to Melissa Higgins, Morgan Jones to Logan Arnold, Morgan Jones to Melissa Higgins, Heather Crane to Melissa Higgins, Melissa Higgins to Sergio Vazquez DVM, Melissa Higgins to Monique Schwartz
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": "Michelle Thomas", "id": 5081154}, {"name": "Morgan Jones", "id": 5289989}, {"name": "Heather Crane", "id": 4929766}, {"name": "Michele Jimenez", "id": 4978982}, {"name": "Michael Long", "id": 5053162}, {"name": "James Adams", "id": 5037194}, {"name": "Logan Arnold", "id": 5289998}, {"name": "Melissa Higgins", "id": 5289999}, {"name": "Lisa Daniels", "id": 4958066}, {"name": "Sergio Vazquez DVM", "id": 5004215}, {"name": "Monique Schwartz", "id": 5045051}], "links": [{"source": 5081154, "target": 4958066}, {"source": 5081154, "target": 4978982}, {"source": 5081154, "target": 5289999}, {"source": 5289989, "target": 5289998}, {"source": 5289989, "target": 5289999}, {"source": 4929766, "target": 5289999}, {"source": 5289999, "target": 5004215}, {"source": 5289999, "target": 5045051}]}
|
[
5081154,
5053162,
5037194
] | 3 |
103 |
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 Johnson, Cody Perry, Jeffrey Navarro, Marissa Taylor, Aaron Brock, Christopher Garcia, Erica Johnson, Courtney Jordan, Jacqueline Klein, Elizabeth Jackson, Mrs. Brittany Baker DVM, Eric Hart
- Fiendship connections: Christina Johnson to Courtney Jordan, Cody Perry to Courtney Jordan, Jeffrey Navarro to Courtney Jordan, Marissa Taylor to Courtney Jordan, Aaron Brock to Courtney Jordan, Christopher Garcia to Courtney Jordan, Erica Johnson to Courtney Jordan, Courtney Jordan to Jacqueline Klein, Courtney Jordan to Mrs. Brittany Baker DVM, Courtney Jordan to Eric Hart, Jacqueline Klein to Elizabeth Jackson
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 Johnson", "id": 3882914}, {"name": "Cody Perry", "id": 3882915}, {"name": "Jeffrey Navarro", "id": 3882918}, {"name": "Marissa Taylor", "id": 3882924}, {"name": "Aaron Brock", "id": 3882928}, {"name": "Christopher Garcia", "id": 3882931}, {"name": "Erica Johnson", "id": 3882934}, {"name": "Courtney Jordan", "id": 2452665}, {"name": "Jacqueline Klein", "id": 2404124}, {"name": "Elizabeth Jackson", "id": 2452669}, {"name": "Mrs. Brittany Baker DVM", "id": 3882910}, {"name": "Eric Hart", "id": 3882911}], "links": [{"source": 3882914, "target": 2452665}, {"source": 3882915, "target": 2452665}, {"source": 3882918, "target": 2452665}, {"source": 3882924, "target": 2452665}, {"source": 3882928, "target": 2452665}, {"source": 3882931, "target": 2452665}, {"source": 3882934, "target": 2452665}, {"source": 2452665, "target": 2404124}, {"source": 2452665, "target": 3882910}, {"source": 2452665, "target": 3882911}, {"source": 2404124, "target": 2452669}]}
|
[
3882914
] | 1 |
104 |
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 Wiggins, Alyssa Adams, Jose Russell, Ralph Morrow, Crystal Mata, Jessica Jones
- Fiendship connections: Jose Russell to Jessica Jones, Ralph Morrow to Crystal Mata
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 Wiggins", "id": 4988737}, {"name": "Alyssa Adams", "id": 4933482}, {"name": "Jose Russell", "id": 802382}, {"name": "Ralph Morrow", "id": 5710351}, {"name": "Crystal Mata", "id": 4951221}, {"name": "Jessica Jones", "id": 1164983}], "links": [{"source": 802382, "target": 1164983}, {"source": 5710351, "target": 4951221}]}
|
[
4988737,
4933482,
802382,
4951221
] | 4 |
105 |
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: Deborah Rodriguez MD, Dalton Little, Heather Ross, James Parsons, Donald Wilson
- Fiendship connections: Deborah Rodriguez MD to Donald Wilson, Deborah Rodriguez MD to James Parsons, Dalton Little to Heather 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": "Deborah Rodriguez MD", "id": 3706592}, {"name": "Dalton Little", "id": 5659399}, {"name": "Heather Ross", "id": 5432775}, {"name": "James Parsons", "id": 2476425}, {"name": "Donald Wilson", "id": 2442892}], "links": [{"source": 3706592, "target": 2442892}, {"source": 3706592, "target": 2476425}, {"source": 5659399, "target": 5432775}]}
|
[
3706592,
5432775
] | 2 |
106 |
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 Anderson, Lori Torres, Elizabeth Jones, Rita Hines
- Fiendship connections: Robert Anderson to Elizabeth Jones, Robert Anderson to Rita Hines, Robert Anderson to Lori Torres, Lori Torres to Elizabeth Jones, Lori Torres to Rita Hines, Elizabeth Jones to Rita Hines
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 Anderson", "id": 189457}, {"name": "Lori Torres", "id": 186562}, {"name": "Elizabeth Jones", "id": 42108}, {"name": "Rita Hines", "id": 139799}], "links": [{"source": 189457, "target": 42108}, {"source": 189457, "target": 139799}, {"source": 189457, "target": 186562}, {"source": 186562, "target": 42108}, {"source": 186562, "target": 139799}, {"source": 42108, "target": 139799}]}
|
[
189457
] | 1 |
107 |
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 Harper, Jerry Richards, Joshua Burns, Derek Berger, Thomas Jenkins, Gregory Jennings, Scott Bolton, Jeanette Sullivan, Jason Garcia, Jessica Reed
- Fiendship connections: Rebecca Harper to Jeanette Sullivan, Jerry Richards to Jason Garcia, Jerry Richards to Thomas Jenkins, Joshua Burns to Jeanette Sullivan, Derek Berger to Jeanette Sullivan, Gregory Jennings to Jason Garcia, Gregory Jennings to Scott Bolton, Scott Bolton to Jeanette Sullivan, Jeanette Sullivan to Jessica 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": "Rebecca Harper", "id": 8196}, {"name": "Jerry Richards", "id": 7080}, {"name": "Joshua Burns", "id": 10249}, {"name": "Derek Berger", "id": 213196}, {"name": "Thomas Jenkins", "id": 52211}, {"name": "Gregory Jennings", "id": 5588}, {"name": "Scott Bolton", "id": 25334}, {"name": "Jeanette Sullivan", "id": 410360}, {"name": "Jason Garcia", "id": 2042}, {"name": "Jessica Reed", "id": 8220}], "links": [{"source": 8196, "target": 410360}, {"source": 7080, "target": 2042}, {"source": 7080, "target": 52211}, {"source": 10249, "target": 410360}, {"source": 213196, "target": 410360}, {"source": 5588, "target": 2042}, {"source": 5588, "target": 25334}, {"source": 25334, "target": 410360}, {"source": 410360, "target": 8220}]}
|
[
8196
] | 1 |
108 |
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: Brianna Martin, Samuel Allen, Joe Blanchard, Richard Thomas, Linda Davidson
- Fiendship connections: Brianna Martin to Samuel Allen, Samuel Allen to Linda Davidson, Joe Blanchard to Richard Thomas
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": "Brianna Martin", "id": 5803137}, {"name": "Samuel Allen", "id": 5087554}, {"name": "Joe Blanchard", "id": 2422189}, {"name": "Richard Thomas", "id": 3180341}, {"name": "Linda Davidson", "id": 5803131}], "links": [{"source": 5803137, "target": 5087554}, {"source": 5087554, "target": 5803131}, {"source": 2422189, "target": 3180341}]}
|
[
5803137,
3180341
] | 2 |
109 |
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: Priscilla Haynes, Edward Morton, Jeffrey Malone, Shannon Jones
- Fiendship connections: Priscilla Haynes to Edward Morton, Edward Morton to Shannon 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": "Priscilla Haynes", "id": 2409841}, {"name": "Edward Morton", "id": 2751516}, {"name": "Jeffrey Malone", "id": 2478313}, {"name": "Shannon Jones", "id": 2409895}], "links": [{"source": 2409841, "target": 2751516}, {"source": 2751516, "target": 2409895}]}
|
[
2409841,
2478313
] | 2 |
110 |
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 Newton DVM, Brittany Smith, Yolanda Ford, Christopher Meza, Katherine Buck, Stacey Gordon, Allen Aguilar, John Jones
- Fiendship connections: John Newton DVM to Yolanda Ford, John Newton DVM to Christopher Meza, Brittany Smith to Stacey Gordon, Brittany Smith to Katherine Buck, Yolanda Ford to Christopher Meza, Christopher Meza to Allen Aguilar, Stacey Gordon to Allen Aguilar
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 Newton DVM", "id": 1299806}, {"name": "Brittany Smith", "id": 2050338}, {"name": "Yolanda Ford", "id": 1105223}, {"name": "Christopher Meza", "id": 2171144}, {"name": "Katherine Buck", "id": 1900616}, {"name": "Stacey Gordon", "id": 1530890}, {"name": "Allen Aguilar", "id": 1519954}, {"name": "John Jones", "id": 1218718}], "links": [{"source": 1299806, "target": 1105223}, {"source": 1299806, "target": 2171144}, {"source": 2050338, "target": 1530890}, {"source": 2050338, "target": 1900616}, {"source": 1105223, "target": 2171144}, {"source": 2171144, "target": 1519954}, {"source": 1530890, "target": 1519954}]}
|
[
2050338,
1218718
] | 2 |
111 |
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: Jeffrey Waters, Shelia Weaver, Christopher Riley, Jill Craig, Brian Stafford, Cassandra Rogers, Karen Montes, Brandy Clark
- Fiendship connections: Shelia Weaver to Brian Stafford, Shelia Weaver to Brandy Clark, Christopher Riley to Brian Stafford, Jill Craig to Brian Stafford, Brian Stafford to Cassandra Rogers
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": "Jeffrey Waters", "id": 2407333}, {"name": "Shelia Weaver", "id": 2420779}, {"name": "Christopher Riley", "id": 2829839}, {"name": "Jill Craig", "id": 2407411}, {"name": "Brian Stafford", "id": 2413395}, {"name": "Cassandra Rogers", "id": 2451254}, {"name": "Karen Montes", "id": 2482361}, {"name": "Brandy Clark", "id": 2440541}], "links": [{"source": 2420779, "target": 2413395}, {"source": 2420779, "target": 2440541}, {"source": 2829839, "target": 2413395}, {"source": 2407411, "target": 2413395}, {"source": 2413395, "target": 2451254}]}
|
[
2407333,
2420779,
2482361
] | 3 |
112 |
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 Odom, Amber Holland, Charles Moore, Danielle Shannon, Brian Wyatt, Dawn Kelly, Dakota Thompson
- Fiendship connections: David Odom to Dawn Kelly, Amber Holland to Danielle Shannon, Charles Moore to Brian Wyatt, Brian Wyatt to Dawn Kelly
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 Odom", "id": 2404864}, {"name": "Amber Holland", "id": 588038}, {"name": "Charles Moore", "id": 2454666}, {"name": "Danielle Shannon", "id": 64588}, {"name": "Brian Wyatt", "id": 2463537}, {"name": "Dawn Kelly", "id": 2504467}, {"name": "Dakota Thompson", "id": 2491711}], "links": [{"source": 2404864, "target": 2504467}, {"source": 588038, "target": 64588}, {"source": 2454666, "target": 2463537}, {"source": 2463537, "target": 2504467}]}
|
[
2404864,
64588,
2491711
] | 3 |
113 |
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 Daniel, Leonard Maldonado, John Turner, Elizabeth Cole
- Fiendship connections: Angela Daniel to Elizabeth Cole, John Turner to Elizabeth Cole
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 Daniel", "id": 950905}, {"name": "Leonard Maldonado", "id": 794274}, {"name": "John Turner", "id": 1003693}, {"name": "Elizabeth Cole", "id": 1908166}], "links": [{"source": 950905, "target": 1908166}, {"source": 1003693, "target": 1908166}]}
|
[
950905,
794274
] | 2 |
114 |
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: Terry Moreno, John Rich, Breanna Rivera, Gregory Walker, Ruben Peterson, Laura Cook, Cassandra Robinson, Tiffany Frederick, Paul Sosa, Natasha Clark
- Fiendship connections: Terry Moreno to John Rich, John Rich to Ruben Peterson, John Rich to Laura Cook, Breanna Rivera to Paul Sosa, Breanna Rivera to Gregory Walker, Cassandra Robinson to Natasha Clark, Tiffany Frederick to Natasha 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": "Terry Moreno", "id": 3877721}, {"name": "John Rich", "id": 2452324}, {"name": "Breanna Rivera", "id": 1807720}, {"name": "Gregory Walker", "id": 2305259}, {"name": "Ruben Peterson", "id": 2415660}, {"name": "Laura Cook", "id": 3877719}, {"name": "Cassandra Robinson", "id": 2409679}, {"name": "Tiffany Frederick", "id": 2473431}, {"name": "Paul Sosa", "id": 2081976}, {"name": "Natasha Clark", "id": 2777561}], "links": [{"source": 3877721, "target": 2452324}, {"source": 2452324, "target": 2415660}, {"source": 2452324, "target": 3877719}, {"source": 1807720, "target": 2081976}, {"source": 1807720, "target": 2305259}, {"source": 2409679, "target": 2777561}, {"source": 2473431, "target": 2777561}]}
|
[
3877721,
1807720,
2777561
] | 3 |
115 |
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: Steven Adams, Blake Decker, Nicole Vargas, Adam Taylor, Bradley Wheeler
- Fiendship connections: Nicole Vargas to Bradley Wheeler, Adam Taylor to Bradley Wheeler
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": "Steven Adams", "id": 5085248}, {"name": "Blake Decker", "id": 24034}, {"name": "Nicole Vargas", "id": 46068}, {"name": "Adam Taylor", "id": 27605}, {"name": "Bradley Wheeler", "id": 93534}], "links": [{"source": 46068, "target": 93534}, {"source": 27605, "target": 93534}]}
|
[
5085248,
24034,
46068
] | 3 |
116 |
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: Kristen Wheeler, Ashley Villa, Wesley Hall, Justin Carney, Janet Gonzales, Tyler Bailey, Kevin Scott, Amanda Hernandez, Brittany Kramer, Joshua Torres, Anthony Powell
- Fiendship connections: Ashley Villa to Brittany Kramer, Wesley Hall to Kevin Scott, Wesley Hall to Janet Gonzales, Amanda Hernandez to Anthony Powell
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": "Kristen Wheeler", "id": 2421280}, {"name": "Ashley Villa", "id": 902625}, {"name": "Wesley Hall", "id": 5519043}, {"name": "Justin Carney", "id": 1127716}, {"name": "Janet Gonzales", "id": 5326538}, {"name": "Tyler Bailey", "id": 4931948}, {"name": "Kevin Scott", "id": 4935757}, {"name": "Amanda Hernandez", "id": 4051918}, {"name": "Brittany Kramer", "id": 1115599}, {"name": "Joshua Torres", "id": 4971414}, {"name": "Anthony Powell", "id": 2459224}], "links": [{"source": 902625, "target": 1115599}, {"source": 5519043, "target": 4935757}, {"source": 5519043, "target": 5326538}, {"source": 4051918, "target": 2459224}]}
|
[
2421280,
902625,
5326538,
1127716,
4931948,
2459224,
4971414
] | 7 |
117 |
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 Pope, Matthew Calhoun, Jill Hill, Victoria Moore
- Fiendship connections: Rebecca Pope to Jill Hill
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 Pope", "id": 1185801}, {"name": "Matthew Calhoun", "id": 1993155}, {"name": "Jill Hill", "id": 1048428}, {"name": "Victoria Moore", "id": 897701}], "links": [{"source": 1185801, "target": 1048428}]}
|
[
1185801,
1993155,
897701
] | 3 |
118 |
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 Choi, Shannon Williamson, Michael Taylor, Virginia Williams, Terri Johnson, Michael Williams, Gregory Mcdonald
- Fiendship connections: Lisa Choi to Shannon Williamson, Shannon Williamson to Michael Williams, Shannon Williamson to Michael Taylor, Virginia Williams to Terri Johnson, Virginia Williams to Michael 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": "Lisa Choi", "id": 5001472}, {"name": "Shannon Williamson", "id": 5001475}, {"name": "Michael Taylor", "id": 5875817}, {"name": "Virginia Williams", "id": 5174794}, {"name": "Terri Johnson", "id": 5147822}, {"name": "Michael Williams", "id": 5174805}, {"name": "Gregory Mcdonald", "id": 5088248}], "links": [{"source": 5001472, "target": 5001475}, {"source": 5001475, "target": 5174805}, {"source": 5001475, "target": 5875817}, {"source": 5174794, "target": 5147822}, {"source": 5174794, "target": 5174805}]}
|
[
5001472,
5088248
] | 2 |
119 |
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: Gerald Chan, William Howard, Spencer Brown, Juan Johnson, Suzanne Johnson, Kim Malone, Taylor Edwards, Sydney Carter
- Fiendship connections: Gerald Chan to Suzanne Johnson, William Howard to Juan Johnson, William Howard to Kim Malone, William Howard to Spencer Brown, William Howard to Taylor Edwards, Suzanne Johnson to Sydney 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": "Gerald Chan", "id": 4986784}, {"name": "William Howard", "id": 1926561}, {"name": "Spencer Brown", "id": 1049440}, {"name": "Juan Johnson", "id": 1009542}, {"name": "Suzanne Johnson", "id": 5364455}, {"name": "Kim Malone", "id": 1012050}, {"name": "Taylor Edwards", "id": 1789173}, {"name": "Sydney Carter", "id": 5024925}], "links": [{"source": 4986784, "target": 5364455}, {"source": 1926561, "target": 1009542}, {"source": 1926561, "target": 1012050}, {"source": 1926561, "target": 1049440}, {"source": 1926561, "target": 1789173}, {"source": 5364455, "target": 5024925}]}
|
[
4986784,
1049440
] | 2 |
120 |
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 Armstrong, Jamie Maxwell, Cathy Cochran, Elizabeth Johnson, Donna James, Daniel Harmon, Jane Nelson, Robert Bartlett, Taylor Nolan, Drew Jones, Meghan Spears, Jeremy Aguirre
- Fiendship connections: Michael Armstrong to Jane Nelson, Jamie Maxwell to Jane Nelson, Cathy Cochran to Jane Nelson, Elizabeth Johnson to Jane Nelson, Donna James to Jane Nelson, Daniel Harmon to Jane Nelson, Jane Nelson to Taylor Nolan, Jane Nelson to Meghan Spears, Jane Nelson to Robert Bartlett, Jane Nelson to Jeremy Aguirre, Jane Nelson to Drew 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": "Michael Armstrong", "id": 68707}, {"name": "Jamie Maxwell", "id": 738692}, {"name": "Cathy Cochran", "id": 738761}, {"name": "Elizabeth Johnson", "id": 739177}, {"name": "Donna James", "id": 739307}, {"name": "Daniel Harmon", "id": 739245}, {"name": "Jane Nelson", "id": 85712}, {"name": "Robert Bartlett", "id": 739120}, {"name": "Taylor Nolan", "id": 738641}, {"name": "Drew Jones", "id": 739287}, {"name": "Meghan Spears", "id": 739000}, {"name": "Jeremy Aguirre", "id": 739162}], "links": [{"source": 68707, "target": 85712}, {"source": 738692, "target": 85712}, {"source": 738761, "target": 85712}, {"source": 739177, "target": 85712}, {"source": 739307, "target": 85712}, {"source": 739245, "target": 85712}, {"source": 85712, "target": 738641}, {"source": 85712, "target": 739000}, {"source": 85712, "target": 739120}, {"source": 85712, "target": 739162}, {"source": 85712, "target": 739287}]}
|
[
68707
] | 1 |
121 |
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: Daniel Roth, Chelsea Turner, Angela Boyle, Andrew Garcia, Antonio Contreras, Zachary Clark, Michael Figueroa, Brittany Anderson, Robin Lee
- Fiendship connections: Daniel Roth to Zachary Clark, Chelsea Turner to Andrew Garcia, Angela Boyle to Andrew Garcia, Antonio Contreras to Michael Figueroa
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": "Daniel Roth", "id": 1058818}, {"name": "Chelsea Turner", "id": 2416901}, {"name": "Angela Boyle", "id": 2423398}, {"name": "Andrew Garcia", "id": 2945160}, {"name": "Antonio Contreras", "id": 1572974}, {"name": "Zachary Clark", "id": 1554862}, {"name": "Michael Figueroa", "id": 1772341}, {"name": "Brittany Anderson", "id": 2432343}, {"name": "Robin Lee", "id": 2407868}], "links": [{"source": 1058818, "target": 1554862}, {"source": 2416901, "target": 2945160}, {"source": 2423398, "target": 2945160}, {"source": 1572974, "target": 1772341}]}
|
[
1058818,
2945160,
1772341,
2432343,
2407868
] | 5 |
122 |
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: Luis Henderson, William Burton, Shawn Fuller, Pedro Benson, Terry Lynch
- Fiendship connections: Luis Henderson to Shawn Fuller, Luis Henderson to William Burton, Pedro Benson to Terry Lynch
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": "Luis Henderson", "id": 3002465}, {"name": "William Burton", "id": 2481573}, {"name": "Shawn Fuller", "id": 2418093}, {"name": "Pedro Benson", "id": 2486654}, {"name": "Terry Lynch", "id": 4689439}], "links": [{"source": 3002465, "target": 2418093}, {"source": 3002465, "target": 2481573}, {"source": 2486654, "target": 4689439}]}
|
[
3002465,
2486654
] | 2 |
123 |
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 Estes, Stephanie Patel DVM, Blake Ryan, Andrew Blake, Stephanie Meza, David Johnson, Bryan Hubbard, Janet Martin, Chris Parks, Lisa Young, Mrs. Helen Russell
- Fiendship connections: Stephen Estes to Chris Parks, Stephen Estes to David Johnson, Stephanie Patel DVM to Lisa Young, Blake Ryan to Stephanie Meza, Andrew Blake to Janet Martin, Bryan Hubbard to Lisa Young, Lisa Young to Mrs. Helen Russell
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 Estes", "id": 5772547}, {"name": "Stephanie Patel DVM", "id": 2464804}, {"name": "Blake Ryan", "id": 1784582}, {"name": "Andrew Blake", "id": 4956074}, {"name": "Stephanie Meza", "id": 926347}, {"name": "David Johnson", "id": 5077816}, {"name": "Bryan Hubbard", "id": 2469780}, {"name": "Janet Martin", "id": 5088500}, {"name": "Chris Parks", "id": 5020630}, {"name": "Lisa Young", "id": 3320280}, {"name": "Mrs. Helen Russell", "id": 2427197}], "links": [{"source": 5772547, "target": 5020630}, {"source": 5772547, "target": 5077816}, {"source": 2464804, "target": 3320280}, {"source": 1784582, "target": 926347}, {"source": 4956074, "target": 5088500}, {"source": 2469780, "target": 3320280}, {"source": 3320280, "target": 2427197}]}
|
[
5077816,
3320280,
926347,
4956074
] | 4 |
124 |
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: Tamara Smith, Caroline Lewis, Alyssa Baker, Jennifer Garcia, Paul Garner, Alexandria Harrison, David Smith, Philip Pittman, Cindy Smith
- Fiendship connections: Tamara Smith to Cindy Smith, Alyssa Baker to David Smith, Jennifer Garcia to Cindy Smith, Paul Garner to Philip Pittman, David Smith to Cindy 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": "Tamara Smith", "id": 568865}, {"name": "Caroline Lewis", "id": 29126}, {"name": "Alyssa Baker", "id": 6278}, {"name": "Jennifer Garcia", "id": 84071}, {"name": "Paul Garner", "id": 131850}, {"name": "Alexandria Harrison", "id": 47886}, {"name": "David Smith", "id": 184399}, {"name": "Philip Pittman", "id": 613493}, {"name": "Cindy Smith", "id": 25911}], "links": [{"source": 568865, "target": 25911}, {"source": 6278, "target": 184399}, {"source": 84071, "target": 25911}, {"source": 131850, "target": 613493}, {"source": 184399, "target": 25911}]}
|
[
568865,
29126,
131850,
47886
] | 4 |
125 |
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 Ritter, Lucas Madden, Meredith Chavez, Lindsey Ryan, Julie Harris, Jennifer Sims
- Fiendship connections: Rebecca Ritter to Julie Harris, Rebecca Ritter to Lindsey Ryan, Rebecca Ritter to Lucas Madden, Lucas Madden to Julie Harris, Lucas Madden to Meredith Chavez, Lindsey Ryan to Julie Harris, Julie Harris to Jennifer Sims
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 Ritter", "id": 2494152}, {"name": "Lucas Madden", "id": 2473135}, {"name": "Meredith Chavez", "id": 4420243}, {"name": "Lindsey Ryan", "id": 2445843}, {"name": "Julie Harris", "id": 2445819}, {"name": "Jennifer Sims", "id": 2464510}], "links": [{"source": 2494152, "target": 2445819}, {"source": 2494152, "target": 2445843}, {"source": 2494152, "target": 2473135}, {"source": 2473135, "target": 2445819}, {"source": 2473135, "target": 4420243}, {"source": 2445843, "target": 2445819}, {"source": 2445819, "target": 2464510}]}
|
[
2494152
] | 1 |
126 |
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 Adams, Matthew Bennett, Charles Garcia, Joshua Kelly, Brian Mason
- Fiendship connections: Brian Adams to Brian Mason, Brian Adams to Matthew Bennett, Charles Garcia to Joshua Kelly
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 Adams", "id": 3099046}, {"name": "Matthew Bennett", "id": 2461547}, {"name": "Charles Garcia", "id": 1646699}, {"name": "Joshua Kelly", "id": 1613837}, {"name": "Brian Mason", "id": 2419317}], "links": [{"source": 3099046, "target": 2419317}, {"source": 3099046, "target": 2461547}, {"source": 1646699, "target": 1613837}]}
|
[
2461547,
1646699
] | 2 |
127 |
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: Marie Hensley, Darlene Wagner, Tyler Johnson, Angela Black
- Fiendship connections: Marie Hensley to Angela Black, Marie Hensley to Darlene Wagner, Marie Hensley to Tyler Johnson, Darlene Wagner to Angela Black, Darlene Wagner to Tyler Johnson, Tyler Johnson to Angela Black
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": "Marie Hensley", "id": 5712913}, {"name": "Darlene Wagner", "id": 5215493}, {"name": "Tyler Johnson", "id": 5758974}, {"name": "Angela Black", "id": 5091919}], "links": [{"source": 5712913, "target": 5091919}, {"source": 5712913, "target": 5215493}, {"source": 5712913, "target": 5758974}, {"source": 5215493, "target": 5091919}, {"source": 5215493, "target": 5758974}, {"source": 5758974, "target": 5091919}]}
|
[
5712913
] | 1 |
128 |
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: Dana Garrison, Erin Hartman, Lisa Williams, Michael Hale, Jorge Olson, Lauren Vargas
- Fiendship connections: Erin Hartman to Lisa Williams, Lisa Williams to Lauren Vargas, Lisa Williams to Michael Hale, Lisa Williams to Jorge Olson, Michael Hale to Lauren Vargas
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": "Dana Garrison", "id": 5037152}, {"name": "Erin Hartman", "id": 4974209}, {"name": "Lisa Williams", "id": 5068489}, {"name": "Michael Hale", "id": 5067864}, {"name": "Jorge Olson", "id": 5127898}, {"name": "Lauren Vargas", "id": 4929695}], "links": [{"source": 4974209, "target": 5068489}, {"source": 5068489, "target": 4929695}, {"source": 5068489, "target": 5067864}, {"source": 5068489, "target": 5127898}, {"source": 5067864, "target": 4929695}]}
|
[
5037152,
4974209
] | 2 |
129 |
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 Weaver, Douglas Daugherty, Amanda Mcfarland, Malik Green, Steven Gonzales, Todd White
- Fiendship connections: David Weaver to Amanda Mcfarland, Douglas Daugherty to Malik Green, Malik Green to Steven Gonzales
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 Weaver", "id": 2449123}, {"name": "Douglas Daugherty", "id": 2415336}, {"name": "Amanda Mcfarland", "id": 3824588}, {"name": "Malik Green", "id": 2914832}, {"name": "Steven Gonzales", "id": 2466288}, {"name": "Todd White", "id": 2461333}], "links": [{"source": 2449123, "target": 3824588}, {"source": 2415336, "target": 2914832}, {"source": 2914832, "target": 2466288}]}
|
[
2449123,
2415336,
2461333
] | 3 |
130 |
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: Donna Thompson, Bryan May, Amy Carpenter, Matthew Holloway, Brian Smith, Kelly Mayer
- Fiendship connections: Donna Thompson to Bryan May, Bryan May to Amy Carpenter, Bryan May to Matthew Holloway, Brian Smith to Kelly Mayer
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": "Donna Thompson", "id": 425769}, {"name": "Bryan May", "id": 509227}, {"name": "Amy Carpenter", "id": 509228}, {"name": "Matthew Holloway", "id": 509229}, {"name": "Brian Smith", "id": 4018224}, {"name": "Kelly Mayer", "id": 2457848}], "links": [{"source": 425769, "target": 509227}, {"source": 509227, "target": 509228}, {"source": 509227, "target": 509229}, {"source": 4018224, "target": 2457848}]}
|
[
425769,
4018224
] | 2 |
131 |
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: Tony Martinez, Thomas Rogers, Catherine Smith, Brad Scott II, Sharon Phillips, Melissa Garcia, Brittany Yates MD, Hannah Castillo, Austin Roberts
- Fiendship connections: Tony Martinez to Thomas Rogers, Tony Martinez to Hannah Castillo, Tony Martinez to Austin Roberts, Thomas Rogers to Hannah Castillo, Thomas Rogers to Austin Roberts, Catherine Smith to Melissa Garcia, Brad Scott II to Melissa Garcia, Sharon Phillips to Melissa Garcia, Brittany Yates MD to Hannah Castillo, Hannah Castillo to Austin 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": "Tony Martinez", "id": 1597283}, {"name": "Thomas Rogers", "id": 1196998}, {"name": "Catherine Smith", "id": 1723080}, {"name": "Brad Scott II", "id": 1055368}, {"name": "Sharon Phillips", "id": 1489736}, {"name": "Melissa Garcia", "id": 2257171}, {"name": "Brittany Yates MD", "id": 989879}, {"name": "Hannah Castillo", "id": 1597274}, {"name": "Austin Roberts", "id": 2250079}], "links": [{"source": 1597283, "target": 1196998}, {"source": 1597283, "target": 1597274}, {"source": 1597283, "target": 2250079}, {"source": 1196998, "target": 1597274}, {"source": 1196998, "target": 2250079}, {"source": 1723080, "target": 2257171}, {"source": 1055368, "target": 2257171}, {"source": 1489736, "target": 2257171}, {"source": 989879, "target": 1597274}, {"source": 1597274, "target": 2250079}]}
|
[
1597283,
1723080
] | 2 |
132 |
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: Bill Lopez, Yolanda Harris, Suzanne Jones, Misty King, Timothy Ortega, Tammy Chase, Joseph Escobar, William Holloway, Jacqueline Dominguez
- Fiendship connections: Bill Lopez to Suzanne Jones, Yolanda Harris to Suzanne Jones, Suzanne Jones to Joseph Escobar, Suzanne Jones to Timothy Ortega, Suzanne Jones to William Holloway, Suzanne Jones to Jacqueline Dominguez, Misty King to Joseph Escobar
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": "Bill Lopez", "id": 2466696}, {"name": "Yolanda Harris", "id": 2404379}, {"name": "Suzanne Jones", "id": 2466058}, {"name": "Misty King", "id": 2486643}, {"name": "Timothy Ortega", "id": 4234520}, {"name": "Tammy Chase", "id": 2500921}, {"name": "Joseph Escobar", "id": 2847771}, {"name": "William Holloway", "id": 4234525}, {"name": "Jacqueline Dominguez", "id": 4234526}], "links": [{"source": 2466696, "target": 2466058}, {"source": 2404379, "target": 2466058}, {"source": 2466058, "target": 2847771}, {"source": 2466058, "target": 4234520}, {"source": 2466058, "target": 4234525}, {"source": 2466058, "target": 4234526}, {"source": 2486643, "target": 2847771}]}
|
[
2466696,
2500921
] | 2 |
133 |
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: Sarah Mckee, Jacqueline Mcdowell, Austin Rios, Sarah Mora, William Mitchell, Kelly Atkins, Sue Landry, Lisa Mason, Aaron Thomas, Michele Willis
- Fiendship connections: Sarah Mckee to Aaron Thomas, Austin Rios to Aaron Thomas, Sarah Mora to Aaron Thomas, Kelly Atkins to Aaron Thomas, Kelly Atkins to Michele Willis, Sue Landry to Aaron Thomas
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": "Sarah Mckee", "id": 2492823}, {"name": "Jacqueline Mcdowell", "id": 2477762}, {"name": "Austin Rios", "id": 2420578}, {"name": "Sarah Mora", "id": 2418919}, {"name": "William Mitchell", "id": 2412699}, {"name": "Kelly Atkins", "id": 2446355}, {"name": "Sue Landry", "id": 2442804}, {"name": "Lisa Mason", "id": 2416535}, {"name": "Aaron Thomas", "id": 2721051}, {"name": "Michele Willis", "id": 2861727}], "links": [{"source": 2492823, "target": 2721051}, {"source": 2420578, "target": 2721051}, {"source": 2418919, "target": 2721051}, {"source": 2446355, "target": 2721051}, {"source": 2446355, "target": 2861727}, {"source": 2442804, "target": 2721051}]}
|
[
2420578,
2477762,
2412699,
2416535
] | 4 |
134 |
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: Melissa Brown, Joshua Burns, Jennifer Johnson, Janet Robinson, Scott Bolton, Jeanette Sullivan, Jessica Reed
- Fiendship connections: Melissa Brown to Janet Robinson, Joshua Burns to Jeanette Sullivan, Scott Bolton to Jeanette Sullivan, Jeanette Sullivan to Jessica 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": "Melissa Brown", "id": 4610210}, {"name": "Joshua Burns", "id": 10249}, {"name": "Jennifer Johnson", "id": 43369}, {"name": "Janet Robinson", "id": 2482904}, {"name": "Scott Bolton", "id": 25334}, {"name": "Jeanette Sullivan", "id": 410360}, {"name": "Jessica Reed", "id": 8220}], "links": [{"source": 4610210, "target": 2482904}, {"source": 10249, "target": 410360}, {"source": 25334, "target": 410360}, {"source": 410360, "target": 8220}]}
|
[
2482904,
410360,
43369
] | 3 |
135 |
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 Williams, Mary Daniels, Eric Thomas, Cheryl Williams
- Fiendship connections: Stephen Williams to Cheryl Williams, Eric Thomas to Cheryl 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": "Stephen Williams", "id": 5672666}, {"name": "Mary Daniels", "id": 5277226}, {"name": "Eric Thomas", "id": 4976918}, {"name": "Cheryl Williams", "id": 4967783}], "links": [{"source": 5672666, "target": 4967783}, {"source": 4976918, "target": 4967783}]}
|
[
5672666,
5277226
] | 2 |
136 |
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 Dudley, James Bridges, Barbara Snyder, Isaiah Graham
- Fiendship connections: William Dudley to Isaiah Graham, William Dudley to James Bridges, William Dudley to Barbara Snyder
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 Dudley", "id": 2226064}, {"name": "James Bridges", "id": 1990169}, {"name": "Barbara Snyder", "id": 2317797}, {"name": "Isaiah Graham", "id": 1420118}], "links": [{"source": 2226064, "target": 1420118}, {"source": 2226064, "target": 1990169}, {"source": 2226064, "target": 2317797}]}
|
[
2226064
] | 1 |
137 |
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: Michelle Hill, Peter Owens, Michael Holland, Jesse Kramer
- Fiendship connections: Michelle Hill to Peter Owens, Peter Owens to Jesse Kramer, Peter Owens to Michael Holland
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": "Michelle Hill", "id": 5026641}, {"name": "Peter Owens", "id": 5132741}, {"name": "Michael Holland", "id": 5806774}, {"name": "Jesse Kramer", "id": 5097103}], "links": [{"source": 5026641, "target": 5132741}, {"source": 5132741, "target": 5097103}, {"source": 5132741, "target": 5806774}]}
|
[
5026641
] | 1 |
138 |
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: Brad Watson, Dakota Cooper, Natalie Lewis, Jaclyn Delacruz, Jessica Suarez, Debra Shepherd
- Fiendship connections: Brad Watson to Natalie Lewis, Dakota Cooper to Jaclyn Delacruz, Dakota Cooper to Debra Shepherd, Natalie Lewis to Jessica Suarez
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": "Brad Watson", "id": 1629536}, {"name": "Dakota Cooper", "id": 477227}, {"name": "Natalie Lewis", "id": 2030220}, {"name": "Jaclyn Delacruz", "id": 477228}, {"name": "Jessica Suarez", "id": 1093355}, {"name": "Debra Shepherd", "id": 477229}], "links": [{"source": 1629536, "target": 2030220}, {"source": 477227, "target": 477228}, {"source": 477227, "target": 477229}, {"source": 2030220, "target": 1093355}]}
|
[
1629536,
477227
] | 2 |
139 |
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: Shelley Martinez, Virginia Maxwell, Christopher Hughes, Joseph Stout, Paige Miller MD, Jessica Green
- Fiendship connections: Shelley Martinez to Jessica Green, Shelley Martinez to Virginia Maxwell, Christopher Hughes to Joseph Stout
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": "Shelley Martinez", "id": 868673}, {"name": "Virginia Maxwell", "id": 1578631}, {"name": "Christopher Hughes", "id": 1553161}, {"name": "Joseph Stout", "id": 900908}, {"name": "Paige Miller MD", "id": 1059309}, {"name": "Jessica Green", "id": 962381}], "links": [{"source": 868673, "target": 962381}, {"source": 868673, "target": 1578631}, {"source": 1553161, "target": 900908}]}
|
[
868673,
1553161,
1059309
] | 3 |
140 |
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: Heather Fisher, Robert Delgado, Christopher Marks, Jose Hensley, Mrs. Monica Oliver DDS, Morgan Barnes, Cheryl Williams, Jonathan Myers, Anna Jones, Gail Mclean
- Fiendship connections: Heather Fisher to Morgan Barnes, Heather Fisher to Gail Mclean, Heather Fisher to Jose Hensley, Robert Delgado to Mrs. Monica Oliver DDS, Christopher Marks to Jonathan Myers, Jose Hensley to Morgan Barnes, Jose Hensley to Gail Mclean, Mrs. Monica Oliver DDS to Anna Jones, Mrs. Monica Oliver DDS to Cheryl Williams, Morgan Barnes to Gail Mclean
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": "Heather Fisher", "id": 2435296}, {"name": "Robert Delgado", "id": 5629508}, {"name": "Christopher Marks", "id": 3021481}, {"name": "Jose Hensley", "id": 3502058}, {"name": "Mrs. Monica Oliver DDS", "id": 5527339}, {"name": "Morgan Barnes", "id": 2432713}, {"name": "Cheryl Williams", "id": 5760305}, {"name": "Jonathan Myers", "id": 2418324}, {"name": "Anna Jones", "id": 5144410}, {"name": "Gail Mclean", "id": 2435486}], "links": [{"source": 2435296, "target": 2432713}, {"source": 2435296, "target": 2435486}, {"source": 2435296, "target": 3502058}, {"source": 5629508, "target": 5527339}, {"source": 3021481, "target": 2418324}, {"source": 3502058, "target": 2432713}, {"source": 3502058, "target": 2435486}, {"source": 5527339, "target": 5144410}, {"source": 5527339, "target": 5760305}, {"source": 2432713, "target": 2435486}]}
|
[
2435296,
5760305,
3021481
] | 3 |
141 |
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 Porter, Christy Young, Elizabeth Bush, Lisa Jarvis, Stephen Bennett, Megan Aguilar, Aaron Gross, Michael Ramsey, Martin Wiley, Melissa Williams, Dr. Joshua Singh, Jacob Pace
- Fiendship connections: Brandon Porter to Aaron Gross, Brandon Porter to Jacob Pace, Brandon Porter to Christy Young, Brandon Porter to Lisa Jarvis, Brandon Porter to Martin Wiley, Brandon Porter to Elizabeth Bush, Christy Young to Aaron Gross, Christy Young to Martin Wiley, Christy Young to Dr. Joshua Singh, Christy Young to Megan Aguilar, Elizabeth Bush to Stephen Bennett, Lisa Jarvis to Aaron Gross, Lisa Jarvis to Jacob Pace, Melissa Williams to Jacob Pace, Dr. Joshua Singh to Jacob Pace
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 Porter", "id": 4972194}, {"name": "Christy Young", "id": 4998850}, {"name": "Elizabeth Bush", "id": 5362058}, {"name": "Lisa Jarvis", "id": 5048554}, {"name": "Stephen Bennett", "id": 5195052}, {"name": "Megan Aguilar", "id": 5514445}, {"name": "Aaron Gross", "id": 4965872}, {"name": "Michael Ramsey", "id": 5129361}, {"name": "Martin Wiley", "id": 5021431}, {"name": "Melissa Williams", "id": 5379001}, {"name": "Dr. Joshua Singh", "id": 5378970}, {"name": "Jacob Pace", "id": 4978812}], "links": [{"source": 4972194, "target": 4965872}, {"source": 4972194, "target": 4978812}, {"source": 4972194, "target": 4998850}, {"source": 4972194, "target": 5048554}, {"source": 4972194, "target": 5021431}, {"source": 4972194, "target": 5362058}, {"source": 4998850, "target": 4965872}, {"source": 4998850, "target": 5021431}, {"source": 4998850, "target": 5378970}, {"source": 4998850, "target": 5514445}, {"source": 5362058, "target": 5195052}, {"source": 5048554, "target": 4965872}, {"source": 5048554, "target": 4978812}, {"source": 5379001, "target": 4978812}, {"source": 5378970, "target": 4978812}]}
|
[
4998850,
5129361
] | 2 |
142 |
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: Lee Zavala, Natalie Gross, Bryan Hernandez, Taylor Vang, Nicole Blanchard, Thomas Gonzalez, Benjamin Palmer, Harold Meadows
- Fiendship connections: Lee Zavala to Thomas Gonzalez, Natalie Gross to Taylor Vang, Bryan Hernandez to Nicole Blanchard, Taylor Vang to Thomas Gonzalez, Thomas Gonzalez to Benjamin Palmer
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": "Lee Zavala", "id": 4815298}, {"name": "Natalie Gross", "id": 2481989}, {"name": "Bryan Hernandez", "id": 2482090}, {"name": "Taylor Vang", "id": 4624922}, {"name": "Nicole Blanchard", "id": 2493311}, {"name": "Thomas Gonzalez", "id": 2495418}, {"name": "Benjamin Palmer", "id": 4815292}, {"name": "Harold Meadows", "id": 2479359}], "links": [{"source": 4815298, "target": 2495418}, {"source": 2481989, "target": 4624922}, {"source": 2482090, "target": 2493311}, {"source": 4624922, "target": 2495418}, {"source": 2495418, "target": 4815292}]}
|
[
4815298,
2482090,
2479359
] | 3 |
143 |
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 Bridges, Sheryl Ellison, Eduardo Bennett, Barry Hawkins MD, Daniel Mathis
- Fiendship connections: Christopher Bridges to Eduardo Bennett, Sheryl Ellison to Eduardo Bennett, Sheryl Ellison to Barry Hawkins MD, Eduardo Bennett to Daniel Mathis, Eduardo Bennett to Barry Hawkins MD
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 Bridges", "id": 1959523}, {"name": "Sheryl Ellison", "id": 861707}, {"name": "Eduardo Bennett", "id": 1409195}, {"name": "Barry Hawkins MD", "id": 1506290}, {"name": "Daniel Mathis", "id": 828564}], "links": [{"source": 1959523, "target": 1409195}, {"source": 861707, "target": 1409195}, {"source": 861707, "target": 1506290}, {"source": 1409195, "target": 828564}, {"source": 1409195, "target": 1506290}]}
|
[
1959523
] | 1 |
144 |
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: Joseph Greene, Tracy Brown, Amanda Wright, Kimberly Ramirez, Larry Gilbert, David Martin, Andrea Acosta, Andrea Sullivan, Justin Zamora, Sheryl Johnston
- Fiendship connections: Joseph Greene to Sheryl Johnston, Joseph Greene to Larry Gilbert, Joseph Greene to Kimberly Ramirez, Tracy Brown to Amanda Wright, Amanda Wright to David Martin, Kimberly Ramirez to Justin Zamora, Kimberly Ramirez to Andrea Acosta, Larry Gilbert to Sheryl Johnston, Andrea Sullivan to Justin Zamora
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": "Joseph Greene", "id": 1791200}, {"name": "Tracy Brown", "id": 2495616}, {"name": "Amanda Wright", "id": 3213423}, {"name": "Kimberly Ramirez", "id": 2326256}, {"name": "Larry Gilbert", "id": 1437776}, {"name": "David Martin", "id": 2428272}, {"name": "Andrea Acosta", "id": 1979730}, {"name": "Andrea Sullivan", "id": 999771}, {"name": "Justin Zamora", "id": 1897528}, {"name": "Sheryl Johnston", "id": 927355}], "links": [{"source": 1791200, "target": 927355}, {"source": 1791200, "target": 1437776}, {"source": 1791200, "target": 2326256}, {"source": 2495616, "target": 3213423}, {"source": 3213423, "target": 2428272}, {"source": 2326256, "target": 1897528}, {"source": 2326256, "target": 1979730}, {"source": 1437776, "target": 927355}, {"source": 999771, "target": 1897528}]}
|
[
1791200,
2495616
] | 2 |
145 |
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 Wilson, Vincent Carrillo, Greg Knight, Cameron Baker, Mary Jones, William May
- Fiendship connections: Richard Wilson to Mary Jones, Vincent Carrillo to Cameron Baker, Vincent Carrillo to Greg Knight, Mary Jones to William May
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 Wilson", "id": 1752422}, {"name": "Vincent Carrillo", "id": 1201451}, {"name": "Greg Knight", "id": 1423948}, {"name": "Cameron Baker", "id": 827634}, {"name": "Mary Jones", "id": 2114356}, {"name": "William May", "id": 809812}], "links": [{"source": 1752422, "target": 2114356}, {"source": 1201451, "target": 827634}, {"source": 1201451, "target": 1423948}, {"source": 2114356, "target": 809812}]}
|
[
2114356,
827634
] | 2 |
146 |
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: Andrew Clark PhD, Laura Singh, Katherine Hinton, Theresa Rice, Samantha Morgan, Earl Cooke
- Fiendship connections: Andrew Clark PhD to Samantha Morgan, Andrew Clark PhD to Katherine Hinton, Andrew Clark PhD to Earl Cooke, Laura Singh to Theresa Rice
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": "Andrew Clark PhD", "id": 3647075}, {"name": "Laura Singh", "id": 387048}, {"name": "Katherine Hinton", "id": 2448305}, {"name": "Theresa Rice", "id": 2166}, {"name": "Samantha Morgan", "id": 2440795}, {"name": "Earl Cooke", "id": 2472702}], "links": [{"source": 3647075, "target": 2440795}, {"source": 3647075, "target": 2448305}, {"source": 3647075, "target": 2472702}, {"source": 387048, "target": 2166}]}
|
[
2448305,
387048
] | 2 |
147 |
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 Thomas, Brian Olsen, Kenneth Fox, Russell Castaneda, Jennifer James, Michelle Sanchez
- Fiendship connections: Robert Thomas to Jennifer James, Kenneth Fox to Jennifer James, Russell Castaneda to Michelle Sanchez, Jennifer James to Michelle 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 Thomas", "id": 2146563}, {"name": "Brian Olsen", "id": 1107946}, {"name": "Kenneth Fox", "id": 1179954}, {"name": "Russell Castaneda", "id": 1112564}, {"name": "Jennifer James", "id": 1250357}, {"name": "Michelle Sanchez", "id": 922939}], "links": [{"source": 2146563, "target": 1250357}, {"source": 1179954, "target": 1250357}, {"source": 1112564, "target": 922939}, {"source": 1250357, "target": 922939}]}
|
[
2146563,
1107946
] | 2 |
148 |
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: Wendy Scott, Danny Johnson, Jessica Wright, Nancy Higgins, Carrie Jefferson
- Fiendship connections: Wendy Scott to Jessica Wright, Danny Johnson to Nancy Higgins, Nancy Higgins to Carrie Jefferson
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": "Wendy Scott", "id": 2174721}, {"name": "Danny Johnson", "id": 2386245}, {"name": "Jessica Wright", "id": 1303659}, {"name": "Nancy Higgins", "id": 2327568}, {"name": "Carrie Jefferson", "id": 1480607}], "links": [{"source": 2174721, "target": 1303659}, {"source": 2386245, "target": 2327568}, {"source": 2327568, "target": 1480607}]}
|
[
2174721,
2327568
] | 2 |
149 |
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: Craig Marshall, Trevor Caldwell, John Quinn, Jennifer Barrett, Stacy Bishop, Jonathan Thompson, Susan Robinson, Meredith Foster
- Fiendship connections: John Quinn to Stacy Bishop, Jonathan Thompson to Meredith Foster, Susan Robinson to Meredith 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": "Craig Marshall", "id": 2473314}, {"name": "Trevor Caldwell", "id": 878853}, {"name": "John Quinn", "id": 1019884}, {"name": "Jennifer Barrett", "id": 1004146}, {"name": "Stacy Bishop", "id": 2322679}, {"name": "Jonathan Thompson", "id": 2428247}, {"name": "Susan Robinson", "id": 4184477}, {"name": "Meredith Foster", "id": 2463806}], "links": [{"source": 1019884, "target": 2322679}, {"source": 2428247, "target": 2463806}, {"source": 4184477, "target": 2463806}]}
|
[
2473314,
878853,
1019884,
1004146,
4184477
] | 5 |
150 |
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: Tiffany Scott, Keith Anderson, Nathan Logan, Jared Hood, Megan Flowers, Ronald Shields, Julie White
- Fiendship connections: Tiffany Scott to Ronald Shields, Tiffany Scott to Nathan Logan, Tiffany Scott to Julie White, Tiffany Scott to Keith Anderson, Jared Hood to Megan Flowers
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": "Tiffany Scott", "id": 1563526}, {"name": "Keith Anderson", "id": 892971}, {"name": "Nathan Logan", "id": 838507}, {"name": "Jared Hood", "id": 1240428}, {"name": "Megan Flowers", "id": 1262256}, {"name": "Ronald Shields", "id": 789016}, {"name": "Julie White", "id": 863710}], "links": [{"source": 1563526, "target": 789016}, {"source": 1563526, "target": 838507}, {"source": 1563526, "target": 863710}, {"source": 1563526, "target": 892971}, {"source": 1240428, "target": 1262256}]}
|
[
1563526,
1262256
] | 2 |
151 |
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: Adrienne Burns, Michael Willis, Danielle Mccoy, Joseph Gill II
- Fiendship connections: Michael Willis to Danielle Mccoy, Danielle Mccoy to Joseph Gill 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": "Adrienne Burns", "id": 2413000}, {"name": "Michael Willis", "id": 4854386}, {"name": "Danielle Mccoy", "id": 2497253}, {"name": "Joseph Gill II", "id": 4854359}], "links": [{"source": 4854386, "target": 2497253}, {"source": 2497253, "target": 4854359}]}
|
[
2413000,
4854386
] | 2 |
152 |
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 Moore, Anita Rodriguez, Roger Taylor, Randy Bailey, Jeremy King, Elizabeth Mcdowell, Cheryl Yates, Bailey Lee
- Fiendship connections: Ryan Moore to Randy Bailey, Anita Rodriguez to Roger Taylor, Randy Bailey to Cheryl Yates, Jeremy King to Cheryl Yates, Elizabeth Mcdowell to Bailey Lee, Cheryl Yates to Bailey 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": "Ryan Moore", "id": 2445352}, {"name": "Anita Rodriguez", "id": 4957291}, {"name": "Roger Taylor", "id": 5785227}, {"name": "Randy Bailey", "id": 2404014}, {"name": "Jeremy King", "id": 3741756}, {"name": "Elizabeth Mcdowell", "id": 2442009}, {"name": "Cheryl Yates", "id": 2445306}, {"name": "Bailey Lee", "id": 2416442}], "links": [{"source": 2445352, "target": 2404014}, {"source": 4957291, "target": 5785227}, {"source": 2404014, "target": 2445306}, {"source": 3741756, "target": 2445306}, {"source": 2442009, "target": 2416442}, {"source": 2445306, "target": 2416442}]}
|
[
2445306,
4957291
] | 2 |
153 |
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: Carla Wiggins, Patrick Scott, William Gamble, Taylor Nelson, Christopher Boyd, Michael Johnson, Robert Baker, John Brown, Amanda Allen, Victor Cooper, Candice Frank, Nicole Tanner
- Fiendship connections: Carla Wiggins to Nicole Tanner, Carla Wiggins to Candice Frank, Patrick Scott to Taylor Nelson, Patrick Scott to Christopher Boyd, William Gamble to Michael Johnson, Taylor Nelson to Robert Baker, Taylor Nelson to Christopher Boyd, Taylor Nelson to Candice Frank, Taylor Nelson to Victor Cooper, Christopher Boyd to Candice Frank, Christopher Boyd to Victor Cooper, Michael Johnson to Amanda Allen, Michael Johnson to John Brown, Robert Baker to Nicole Tanner, Victor Cooper to Candice Frank
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": "Carla Wiggins", "id": 1224576}, {"name": "Patrick Scott", "id": 865507}, {"name": "William Gamble", "id": 33735}, {"name": "Taylor Nelson", "id": 1267815}, {"name": "Christopher Boyd", "id": 1267817}, {"name": "Michael Johnson", "id": 1708}, {"name": "Robert Baker", "id": 1248687}, {"name": "John Brown", "id": 575602}, {"name": "Amanda Allen", "id": 13042}, {"name": "Victor Cooper", "id": 1608756}, {"name": "Candice Frank", "id": 1267834}, {"name": "Nicole Tanner", "id": 1048635}], "links": [{"source": 1224576, "target": 1048635}, {"source": 1224576, "target": 1267834}, {"source": 865507, "target": 1267815}, {"source": 865507, "target": 1267817}, {"source": 33735, "target": 1708}, {"source": 1267815, "target": 1248687}, {"source": 1267815, "target": 1267817}, {"source": 1267815, "target": 1267834}, {"source": 1267815, "target": 1608756}, {"source": 1267817, "target": 1267834}, {"source": 1267817, "target": 1608756}, {"source": 1708, "target": 13042}, {"source": 1708, "target": 575602}, {"source": 1248687, "target": 1048635}, {"source": 1608756, "target": 1267834}]}
|
[
1224576,
13042
] | 2 |
154 |
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: Kenneth Curtis, Amanda Garcia, Daniel Williams, Lisa Larson, Rachel Perez, Daniel Montgomery, Timothy Warren, Patricia Jordan MD, Rachel Gomez, Karen Wilkins
- Fiendship connections: Kenneth Curtis to Rachel Perez, Amanda Garcia to Karen Wilkins, Lisa Larson to Rachel Gomez, Lisa Larson to Daniel Montgomery, Daniel Montgomery to Rachel Gomez, Daniel Montgomery to Karen Wilkins, Timothy Warren to Patricia Jordan MD, Rachel Gomez to Karen 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": "Kenneth Curtis", "id": 1353377}, {"name": "Amanda Garcia", "id": 1699492}, {"name": "Daniel Williams", "id": 2463301}, {"name": "Lisa Larson", "id": 1373766}, {"name": "Rachel Perez", "id": 850699}, {"name": "Daniel Montgomery", "id": 2204653}, {"name": "Timothy Warren", "id": 3361965}, {"name": "Patricia Jordan MD", "id": 2428016}, {"name": "Rachel Gomez", "id": 2157618}, {"name": "Karen Wilkins", "id": 2385306}], "links": [{"source": 1353377, "target": 850699}, {"source": 1699492, "target": 2385306}, {"source": 1373766, "target": 2157618}, {"source": 1373766, "target": 2204653}, {"source": 2204653, "target": 2157618}, {"source": 2204653, "target": 2385306}, {"source": 3361965, "target": 2428016}, {"source": 2157618, "target": 2385306}]}
|
[
1353377,
1699492,
2463301,
2428016
] | 4 |
155 |
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 Coleman, Brenda Mendez, Kellie Morris, Sharon Garcia, Linda Berg, Diane Patton, Whitney Wu
- Fiendship connections: Renee Coleman to Linda Berg, Sharon Garcia to Linda Berg
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 Coleman", "id": 3571010}, {"name": "Brenda Mendez", "id": 2410600}, {"name": "Kellie Morris", "id": 2461385}, {"name": "Sharon Garcia", "id": 2438571}, {"name": "Linda Berg", "id": 2436404}, {"name": "Diane Patton", "id": 3382968}, {"name": "Whitney Wu", "id": 2427833}], "links": [{"source": 3571010, "target": 2436404}, {"source": 2438571, "target": 2436404}]}
|
[
3571010,
2410600,
2461385,
3382968,
2427833
] | 5 |
156 |
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: Carol Pollard, Katherine Smith, Kelly Holland, Tina Allen
- Fiendship connections: Carol Pollard to Tina Allen, Katherine Smith to Tina Allen, Kelly Holland to Tina Allen
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": "Carol Pollard", "id": 1043272}, {"name": "Katherine Smith", "id": 997492}, {"name": "Kelly Holland", "id": 976029}, {"name": "Tina Allen", "id": 1455247}], "links": [{"source": 1043272, "target": 1455247}, {"source": 997492, "target": 1455247}, {"source": 976029, "target": 1455247}]}
|
[
1043272
] | 1 |
157 |
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: Laurie Jenkins, Richard Garcia, Jason Brooks, Seth Tucker, Laura Abbott, Logan Mora, Jason Day, Jennifer Campbell, Adam Obrien, Douglas Wood, Crystal Peterson, Robert Rogers MD
- Fiendship connections: Laurie Jenkins to Crystal Peterson, Richard Garcia to Crystal Peterson, Seth Tucker to Crystal Peterson, Laura Abbott to Robert Rogers MD, Logan Mora to Crystal Peterson, Adam Obrien to Crystal Peterson, Douglas Wood to Crystal Peterson
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": "Laurie Jenkins", "id": 2465571}, {"name": "Richard Garcia", "id": 2455972}, {"name": "Jason Brooks", "id": 2404933}, {"name": "Seth Tucker", "id": 2424330}, {"name": "Laura Abbott", "id": 2421066}, {"name": "Logan Mora", "id": 2408716}, {"name": "Jason Day", "id": 2444784}, {"name": "Jennifer Campbell", "id": 2432883}, {"name": "Adam Obrien", "id": 2493814}, {"name": "Douglas Wood", "id": 2456025}, {"name": "Crystal Peterson", "id": 2639709}, {"name": "Robert Rogers MD", "id": 2421054}], "links": [{"source": 2465571, "target": 2639709}, {"source": 2455972, "target": 2639709}, {"source": 2424330, "target": 2639709}, {"source": 2421066, "target": 2421054}, {"source": 2408716, "target": 2639709}, {"source": 2493814, "target": 2639709}, {"source": 2456025, "target": 2639709}]}
|
[
2465571,
2404933,
2421066,
2444784,
2432883
] | 5 |
158 |
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: Erica Smith, Alicia Mitchell, Lauren Stanley, Christopher Wells, Haley Prince, Julia Williams MD, Sarah Koch
- Fiendship connections: Erica Smith to Julia Williams MD, Alicia Mitchell to Sarah Koch, Alicia Mitchell to Christopher Wells, Alicia Mitchell to Haley Prince, Alicia Mitchell to Julia Williams MD, Alicia Mitchell to Lauren Stanley
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": "Erica Smith", "id": 1684864}, {"name": "Alicia Mitchell", "id": 1700929}, {"name": "Lauren Stanley", "id": 2318500}, {"name": "Christopher Wells", "id": 1509933}, {"name": "Haley Prince", "id": 1676527}, {"name": "Julia Williams MD", "id": 2036342}, {"name": "Sarah Koch", "id": 907033}], "links": [{"source": 1684864, "target": 2036342}, {"source": 1700929, "target": 907033}, {"source": 1700929, "target": 1509933}, {"source": 1700929, "target": 1676527}, {"source": 1700929, "target": 2036342}, {"source": 1700929, "target": 2318500}]}
|
[
1684864
] | 1 |
159 |
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 Shepard, Jeffrey Ryan, Mikayla Velez, Sharon Shields, Megan Ferguson, Gerald Taylor, Javier Yu
- Fiendship connections: Erin Shepard to Javier Yu, Erin Shepard to Mikayla Velez, Jeffrey Ryan to Javier Yu, Megan Ferguson to Gerald Taylor, Gerald Taylor to Javier Yu
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 Shepard", "id": 2405281}, {"name": "Jeffrey Ryan", "id": 3148643}, {"name": "Mikayla Velez", "id": 2544583}, {"name": "Sharon Shields", "id": 2488522}, {"name": "Megan Ferguson", "id": 2490517}, {"name": "Gerald Taylor", "id": 3148698}, {"name": "Javier Yu", "id": 2422428}], "links": [{"source": 2405281, "target": 2422428}, {"source": 2405281, "target": 2544583}, {"source": 3148643, "target": 2422428}, {"source": 2490517, "target": 3148698}, {"source": 3148698, "target": 2422428}]}
|
[
2405281,
2488522
] | 2 |
160 |
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 Chandler, Stephanie Patrick, Juan Rogers, Andrea Osborne, Alexandra Carroll, Jamie Bowman, Suzanne Nash, Madison Snow, Nicholas Harris, Miguel Ward
- Fiendship connections: Scott Chandler to Nicholas Harris, Scott Chandler to Juan Rogers, Stephanie Patrick to Suzanne Nash, Andrea Osborne to Suzanne Nash, Alexandra Carroll to Suzanne Nash, Jamie Bowman to Suzanne Nash, Suzanne Nash to Madison Snow
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 Chandler", "id": 149058}, {"name": "Stephanie Patrick", "id": 2790276}, {"name": "Juan Rogers", "id": 77989}, {"name": "Andrea Osborne", "id": 2404133}, {"name": "Alexandra Carroll", "id": 3891698}, {"name": "Jamie Bowman", "id": 3891699}, {"name": "Suzanne Nash", "id": 2453236}, {"name": "Madison Snow", "id": 2799797}, {"name": "Nicholas Harris", "id": 27317}, {"name": "Miguel Ward", "id": 959774}], "links": [{"source": 149058, "target": 27317}, {"source": 149058, "target": 77989}, {"source": 2790276, "target": 2453236}, {"source": 2404133, "target": 2453236}, {"source": 3891698, "target": 2453236}, {"source": 3891699, "target": 2453236}, {"source": 2453236, "target": 2799797}]}
|
[
149058,
2790276,
959774
] | 3 |
161 |
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: Billy Morales, Andrew Stewart, John Stevens, Elizabeth Kim, Gregory Henderson, Phyllis Ford, Cameron Marshall, John Massey
- Fiendship connections: Billy Morales to Phyllis Ford, Billy Morales to John Stevens, Elizabeth Kim to John Massey
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": "Billy Morales", "id": 1704544}, {"name": "Andrew Stewart", "id": 2435172}, {"name": "John Stevens", "id": 1458633}, {"name": "Elizabeth Kim", "id": 2434474}, {"name": "Gregory Henderson", "id": 2496404}, {"name": "Phyllis Ford", "id": 1451380}, {"name": "Cameron Marshall", "id": 2465045}, {"name": "John Massey", "id": 2421563}], "links": [{"source": 1704544, "target": 1451380}, {"source": 1704544, "target": 1458633}, {"source": 2434474, "target": 2421563}]}
|
[
1704544,
2435172,
2434474,
2496404,
2465045
] | 5 |
162 |
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 White, Angela Santana, Joseph Page, Carlos Rodriguez
- Fiendship connections: Lisa White to Carlos Rodriguez, Angela Santana to Carlos Rodriguez, Joseph Page to Carlos 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": "Lisa White", "id": 1121967}, {"name": "Angela Santana", "id": 2034930}, {"name": "Joseph Page", "id": 2390148}, {"name": "Carlos Rodriguez", "id": 2221831}], "links": [{"source": 1121967, "target": 2221831}, {"source": 2034930, "target": 2221831}, {"source": 2390148, "target": 2221831}]}
|
[
2390148
] | 1 |
163 |
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 Smith, Roger Thomas, Greg Lewis, Phillip Mullen, Charlotte Cox
- Fiendship connections: Christopher Smith to Charlotte Cox, Christopher Smith to Roger Thomas, Roger Thomas to Charlotte Cox, Greg Lewis to Charlotte Cox, Phillip Mullen 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": "Christopher Smith", "id": 1074284}, {"name": "Roger Thomas", "id": 1806604}, {"name": "Greg Lewis", "id": 1129845}, {"name": "Phillip Mullen", "id": 2314261}, {"name": "Charlotte Cox", "id": 1732666}], "links": [{"source": 1074284, "target": 1732666}, {"source": 1074284, "target": 1806604}, {"source": 1806604, "target": 1732666}, {"source": 1129845, "target": 1732666}, {"source": 2314261, "target": 1732666}]}
|
[
1074284
] | 1 |
164 |
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 Lawson, Susan Wells, Joshua Kane, Christine Alexander, Brittany Cruz, Lynn Wilson, Brett Ramirez
- Fiendship connections: Richard Lawson to Lynn Wilson, Susan Wells to Christine Alexander, Joshua Kane to Lynn Wilson, Christine Alexander to Brett Ramirez, Christine Alexander to Brittany Cruz
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 Lawson", "id": 17570}, {"name": "Susan Wells", "id": 1650626}, {"name": "Joshua Kane", "id": 1002}, {"name": "Christine Alexander", "id": 2161868}, {"name": "Brittany Cruz", "id": 1772598}, {"name": "Lynn Wilson", "id": 485911}, {"name": "Brett Ramirez", "id": 1434616}], "links": [{"source": 17570, "target": 485911}, {"source": 1650626, "target": 2161868}, {"source": 1002, "target": 485911}, {"source": 2161868, "target": 1434616}, {"source": 2161868, "target": 1772598}]}
|
[
17570,
1434616
] | 2 |
165 |
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: Juan French, Vanessa Krueger, Erica Walsh, Sheryl West, Morgan Hart, Andrew Manning, Kathryn Brown, Stanley Bell, William Roberson, Ryan Vasquez, Matthew Alvarez
- Fiendship connections: Juan French to Ryan Vasquez, Juan French to William Roberson, Juan French to Sheryl West, Juan French to Erica Walsh, Vanessa Krueger to Ryan Vasquez, Vanessa Krueger to Sheryl West, Vanessa Krueger to Erica Walsh, Sheryl West to Matthew Alvarez, Morgan Hart to Ryan Vasquez, Ryan Vasquez to Matthew 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": "Juan French", "id": 48512}, {"name": "Vanessa Krueger", "id": 75361}, {"name": "Erica Walsh", "id": 255425}, {"name": "Sheryl West", "id": 255331}, {"name": "Morgan Hart", "id": 582343}, {"name": "Andrew Manning", "id": 50728}, {"name": "Kathryn Brown", "id": 164039}, {"name": "Stanley Bell", "id": 70700}, {"name": "William Roberson", "id": 130127}, {"name": "Ryan Vasquez", "id": 74963}, {"name": "Matthew Alvarez", "id": 19002}], "links": [{"source": 48512, "target": 74963}, {"source": 48512, "target": 130127}, {"source": 48512, "target": 255331}, {"source": 48512, "target": 255425}, {"source": 75361, "target": 74963}, {"source": 75361, "target": 255331}, {"source": 75361, "target": 255425}, {"source": 255331, "target": 19002}, {"source": 582343, "target": 74963}, {"source": 74963, "target": 19002}]}
|
[
48512,
50728,
164039,
70700
] | 4 |
166 |
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: Michele Collins, Gregory Davidson, Shelby Clark, Richard Johnson, Emily Davis
- Fiendship connections: Michele Collins to Gregory Davidson, Gregory Davidson to Richard 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": "Michele Collins", "id": 2459210}, {"name": "Gregory Davidson", "id": 3587308}, {"name": "Shelby Clark", "id": 5046417}, {"name": "Richard Johnson", "id": 2437076}, {"name": "Emily Davis", "id": 5287319}], "links": [{"source": 2459210, "target": 3587308}, {"source": 3587308, "target": 2437076}]}
|
[
2459210,
5046417,
5287319
] | 3 |
167 |
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 Wagner, Frank Foster, Joseph Johnson, Chad Schultz, Steven Martin, Ryan Kim, Chase Morris, Randall Charles
- Fiendship connections: John Wagner to Steven Martin, John Wagner to Joseph Johnson, Frank Foster to Ryan Kim, Frank Foster to Steven Martin, Frank Foster to Chad Schultz, Ryan Kim to Randall Charles, Chase Morris to Randall Charles
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 Wagner", "id": 2419658}, {"name": "Frank Foster", "id": 2498130}, {"name": "Joseph Johnson", "id": 3083987}, {"name": "Chad Schultz", "id": 4858516}, {"name": "Steven Martin", "id": 3083893}, {"name": "Ryan Kim", "id": 2428697}, {"name": "Chase Morris", "id": 2473529}, {"name": "Randall Charles", "id": 2405339}], "links": [{"source": 2419658, "target": 3083893}, {"source": 2419658, "target": 3083987}, {"source": 2498130, "target": 2428697}, {"source": 2498130, "target": 3083893}, {"source": 2498130, "target": 4858516}, {"source": 2428697, "target": 2405339}, {"source": 2473529, "target": 2405339}]}
|
[
2419658
] | 1 |
168 |
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: Lindsay Osborne, Mark Byrd PhD, Franklin Bender, Collin Reed
- Fiendship connections: Lindsay Osborne to Mark Byrd PhD, Franklin Bender to Collin 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": "Lindsay Osborne", "id": 2489121}, {"name": "Mark Byrd PhD", "id": 2404667}, {"name": "Franklin Bender", "id": 3250252}, {"name": "Collin Reed", "id": 2424799}], "links": [{"source": 2489121, "target": 2404667}, {"source": 3250252, "target": 2424799}]}
|
[
2489121,
3250252
] | 2 |
169 |
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: Heather Davis, John Turner, Karen Thomas, Stephanie Mckinney, Sheryl Burke, James Patterson, Megan Brown, James Carey, Ronnie Hawkins
- Fiendship connections: Heather Davis to John Turner, Karen Thomas to Megan Brown, Stephanie Mckinney to Megan Brown, Sheryl Burke to Megan Brown, James Patterson to Megan Brown, Megan Brown to James 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": "Heather Davis", "id": 4157568}, {"name": "John Turner", "id": 2463200}, {"name": "Karen Thomas", "id": 4814568}, {"name": "Stephanie Mckinney", "id": 3207774}, {"name": "Sheryl Burke", "id": 4814570}, {"name": "James Patterson", "id": 4814571}, {"name": "Megan Brown", "id": 2495148}, {"name": "James Carey", "id": 4814573}, {"name": "Ronnie Hawkins", "id": 2501022}], "links": [{"source": 4157568, "target": 2463200}, {"source": 4814568, "target": 2495148}, {"source": 3207774, "target": 2495148}, {"source": 4814570, "target": 2495148}, {"source": 4814571, "target": 2495148}, {"source": 2495148, "target": 4814573}]}
|
[
4157568,
4814568,
2501022
] | 3 |
170 |
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: Ronald Beck, William Nelson, Paul Mayer, Lisa Hopkins, Michael Bush
- Fiendship connections: William Nelson to Lisa Hopkins, William Nelson to Paul Mayer, Paul Mayer to Lisa Hopkins
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": "Ronald Beck", "id": 5132650}, {"name": "William Nelson", "id": 6026163}, {"name": "Paul Mayer", "id": 5356218}, {"name": "Lisa Hopkins", "id": 5028795}, {"name": "Michael Bush", "id": 1431163}], "links": [{"source": 6026163, "target": 5028795}, {"source": 6026163, "target": 5356218}, {"source": 5356218, "target": 5028795}]}
|
[
5132650,
5356218,
1431163
] | 3 |
171 |
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: Dustin Willis, Kristen Lewis DDS, Heather Bernard, Charles Rivera
- Fiendship connections: Dustin Willis to Heather Bernard, Dustin Willis to Kristen Lewis DDS
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": "Dustin Willis", "id": 2673056}, {"name": "Kristen Lewis DDS", "id": 2449193}, {"name": "Heather Bernard", "id": 2407685}, {"name": "Charles Rivera", "id": 2421825}], "links": [{"source": 2673056, "target": 2407685}, {"source": 2673056, "target": 2449193}]}
|
[
2673056,
2421825
] | 2 |
172 |
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: Janet Smith, Robert Watts, Samantha Knight, Brooke Greer, Alicia Stewart, Julia Martinez, Justin Myers, Brittany Zhang, Brianna Jenkins
- Fiendship connections: Janet Smith to Julia Martinez, Janet Smith to Justin Myers, Janet Smith to Brittany Zhang, Janet Smith to Brooke Greer, Robert Watts to Samantha Knight, Robert Watts to Alicia Stewart, Robert Watts to Brianna Jenkins, Samantha Knight to Alicia Stewart, Samantha Knight to Brianna Jenkins, Alicia Stewart to Brianna Jenkins
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": "Janet Smith", "id": 2752450}, {"name": "Robert Watts", "id": 930015}, {"name": "Samantha Knight", "id": 1054888}, {"name": "Brooke Greer", "id": 2499113}, {"name": "Alicia Stewart", "id": 1054955}, {"name": "Julia Martinez", "id": 2455179}, {"name": "Justin Myers", "id": 2462383}, {"name": "Brittany Zhang", "id": 2491703}, {"name": "Brianna Jenkins", "id": 1217055}], "links": [{"source": 2752450, "target": 2455179}, {"source": 2752450, "target": 2462383}, {"source": 2752450, "target": 2491703}, {"source": 2752450, "target": 2499113}, {"source": 930015, "target": 1054888}, {"source": 930015, "target": 1054955}, {"source": 930015, "target": 1217055}, {"source": 1054888, "target": 1054955}, {"source": 1054888, "target": 1217055}, {"source": 1054955, "target": 1217055}]}
|
[
2752450,
1054888
] | 2 |
173 |
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: Savannah Chaney, Brandi Valenzuela, Matthew Henson, Chelsea Pollard, Terrence Campbell, Steven Gordon, Alexis Barrett, Sarah Jackson
- Fiendship connections: Savannah Chaney to Alexis Barrett, Brandi Valenzuela to Terrence Campbell, Matthew Henson to Alexis Barrett, Chelsea Pollard to Alexis Barrett, Terrence Campbell to Alexis Barrett, Steven Gordon to Alexis Barrett
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": "Savannah Chaney", "id": 2001120}, {"name": "Brandi Valenzuela", "id": 1499970}, {"name": "Matthew Henson", "id": 840526}, {"name": "Chelsea Pollard", "id": 1393390}, {"name": "Terrence Campbell", "id": 914159}, {"name": "Steven Gordon", "id": 1102264}, {"name": "Alexis Barrett", "id": 1158202}, {"name": "Sarah Jackson", "id": 1656157}], "links": [{"source": 2001120, "target": 1158202}, {"source": 1499970, "target": 914159}, {"source": 840526, "target": 1158202}, {"source": 1393390, "target": 1158202}, {"source": 914159, "target": 1158202}, {"source": 1102264, "target": 1158202}]}
|
[
2001120,
1656157
] | 2 |
174 |
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: Donald Young, Michael Rodgers, Corey Hodge, Erin Robertson, Crystal Stephens, Rachel Lewis, Rachael Sanchez, Megan Sanchez
- Fiendship connections: Donald Young to Rachael Sanchez, Donald Young to Megan Sanchez, Donald Young to Michael Rodgers, Donald Young to Corey Hodge, Donald Young to Rachel Lewis, Donald Young to Crystal Stephens, Michael Rodgers to Rachael Sanchez, Michael Rodgers to Megan Sanchez, Michael Rodgers to Corey Hodge, Michael Rodgers to Rachel Lewis, Michael Rodgers to Crystal Stephens, Corey Hodge to Rachael Sanchez, Corey Hodge to Rachel Lewis, Corey Hodge to Crystal Stephens, Crystal Stephens to Rachael Sanchez, Crystal Stephens to Megan Sanchez, Rachael Sanchez to Megan 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": "Donald Young", "id": 4935072}, {"name": "Michael Rodgers", "id": 4935074}, {"name": "Corey Hodge", "id": 4935077}, {"name": "Erin Robertson", "id": 5086246}, {"name": "Crystal Stephens", "id": 4935091}, {"name": "Rachel Lewis", "id": 5023796}, {"name": "Rachael Sanchez", "id": 4935064}, {"name": "Megan Sanchez", "id": 4935070}], "links": [{"source": 4935072, "target": 4935064}, {"source": 4935072, "target": 4935070}, {"source": 4935072, "target": 4935074}, {"source": 4935072, "target": 4935077}, {"source": 4935072, "target": 5023796}, {"source": 4935072, "target": 4935091}, {"source": 4935074, "target": 4935064}, {"source": 4935074, "target": 4935070}, {"source": 4935074, "target": 4935077}, {"source": 4935074, "target": 5023796}, {"source": 4935074, "target": 4935091}, {"source": 4935077, "target": 4935064}, {"source": 4935077, "target": 5023796}, {"source": 4935077, "target": 4935091}, {"source": 4935091, "target": 4935064}, {"source": 4935091, "target": 4935070}, {"source": 4935064, "target": 4935070}]}
|
[
4935072,
5086246
] | 2 |
175 |
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 Parker, Bonnie Brown, William Gonzales, Bradley Shannon, Mr. Mason Stevens, Joshua Ortiz, Lisa Peck, Jonathan Cortez, Scott Walsh
- Fiendship connections: Peter Parker to Bradley Shannon, Peter Parker to Lisa Peck, Bonnie Brown to Jonathan Cortez, Bonnie Brown to Mr. Mason Stevens, Bonnie Brown to William Gonzales, William Gonzales to Scott Walsh, Bradley Shannon to Lisa Peck
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 Parker", "id": 2448071}, {"name": "Bonnie Brown", "id": 1625032}, {"name": "William Gonzales", "id": 1952844}, {"name": "Bradley Shannon", "id": 2447795}, {"name": "Mr. Mason Stevens", "id": 2067380}, {"name": "Joshua Ortiz", "id": 2429942}, {"name": "Lisa Peck", "id": 3440599}, {"name": "Jonathan Cortez", "id": 1168158}, {"name": "Scott Walsh", "id": 1010911}], "links": [{"source": 2448071, "target": 2447795}, {"source": 2448071, "target": 3440599}, {"source": 1625032, "target": 1168158}, {"source": 1625032, "target": 2067380}, {"source": 1625032, "target": 1952844}, {"source": 1952844, "target": 1010911}, {"source": 2447795, "target": 3440599}]}
|
[
3440599,
1625032,
2429942
] | 3 |
176 |
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 Benjamin, Larry Rowland Jr., Austin Russell, Leslie Perkins, Daisy Fuller
- Fiendship connections: Robert Benjamin to Austin Russell, Larry Rowland Jr. to Daisy Fuller, Austin Russell to Leslie Perkins
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 Benjamin", "id": 2425292}, {"name": "Larry Rowland Jr.", "id": 4476912}, {"name": "Austin Russell", "id": 2461170}, {"name": "Leslie Perkins", "id": 4107415}, {"name": "Daisy Fuller", "id": 2478268}], "links": [{"source": 2425292, "target": 2461170}, {"source": 4476912, "target": 2478268}, {"source": 2461170, "target": 4107415}]}
|
[
2461170,
4476912
] | 2 |
177 |
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 Kane, Ryan Lee, Mark Ferguson, Jerome Parks
- Fiendship connections: Angela Kane to Mark Ferguson, Ryan Lee to Mark Ferguson, Mark Ferguson to Jerome Parks
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 Kane", "id": 4980552}, {"name": "Ryan Lee", "id": 4995186}, {"name": "Mark Ferguson", "id": 5142788}, {"name": "Jerome Parks", "id": 4979220}], "links": [{"source": 4980552, "target": 5142788}, {"source": 4995186, "target": 5142788}, {"source": 5142788, "target": 4979220}]}
|
[
4980552
] | 1 |
178 |
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 Choi, Jacqueline Mcdowell, Sarah Mora, Richard Ritter, Lisa Mason, Sarah Mckee, Aaron Thomas
- Fiendship connections: Lisa Choi to Richard Ritter, Sarah Mora to Aaron Thomas, Sarah Mckee to Aaron Thomas
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 Choi", "id": 5001472}, {"name": "Jacqueline Mcdowell", "id": 2477762}, {"name": "Sarah Mora", "id": 2418919}, {"name": "Richard Ritter", "id": 5001487}, {"name": "Lisa Mason", "id": 2416535}, {"name": "Sarah Mckee", "id": 2492823}, {"name": "Aaron Thomas", "id": 2721051}], "links": [{"source": 5001472, "target": 5001487}, {"source": 2418919, "target": 2721051}, {"source": 2492823, "target": 2721051}]}
|
[
5001472,
2477762,
2492823,
2416535
] | 4 |
179 |
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 Johnson, Benjamin Lopez, Anita Smith, Jenny Klein
- Fiendship connections: William Johnson to Jenny Klein, William Johnson to Benjamin Lopez
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 Johnson", "id": 2449010}, {"name": "Benjamin Lopez", "id": 3815021}, {"name": "Anita Smith", "id": 2470630}, {"name": "Jenny Klein", "id": 3197359}], "links": [{"source": 2449010, "target": 3197359}, {"source": 2449010, "target": 3815021}]}
|
[
2449010,
2470630
] | 2 |
180 |
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: Stephanie Woodard, Sara Harding, Jillian Wilson, Andrew Hunter, Courtney Lee, John Wallace, Kevin Armstrong, Douglas Mcmillan, Cody Barnes, Christopher Taylor
- Fiendship connections: Stephanie Woodard to Christopher Taylor, Sara Harding to Andrew Hunter, Jillian Wilson to Andrew Hunter, Andrew Hunter to John Wallace, Andrew Hunter to Courtney Lee, Andrew Hunter to Kevin Armstrong
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": "Stephanie Woodard", "id": 2664201}, {"name": "Sara Harding", "id": 4418634}, {"name": "Jillian Wilson", "id": 3033485}, {"name": "Andrew Hunter", "id": 2473104}, {"name": "Courtney Lee", "id": 4418609}, {"name": "John Wallace", "id": 2788816}, {"name": "Kevin Armstrong", "id": 4418610}, {"name": "Douglas Mcmillan", "id": 2471380}, {"name": "Cody Barnes", "id": 2459160}, {"name": "Christopher Taylor", "id": 2406873}], "links": [{"source": 2664201, "target": 2406873}, {"source": 4418634, "target": 2473104}, {"source": 3033485, "target": 2473104}, {"source": 2473104, "target": 2788816}, {"source": 2473104, "target": 4418609}, {"source": 2473104, "target": 4418610}]}
|
[
2664201,
4418634,
2471380,
2459160
] | 4 |
181 |
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: Ronald Green, Angelica Carter, Hailey Mccormick, April Mcguire
- Fiendship connections: Ronald Green to Angelica Carter, Angelica Carter to April Mcguire, Angelica Carter to Hailey Mccormick
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": "Ronald Green", "id": 2497970}, {"name": "Angelica Carter", "id": 3260197}, {"name": "Hailey Mccormick", "id": 2478974}, {"name": "April Mcguire", "id": 2425007}], "links": [{"source": 2497970, "target": 3260197}, {"source": 3260197, "target": 2425007}, {"source": 3260197, "target": 2478974}]}
|
[
2497970
] | 1 |
182 |
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: Andre Mitchell, Lacey Mason, Elizabeth Johnson, Brian Carrillo, Stacy Glenn, Vincent Beard, Stephen Houston, Kristina Johnson, Jennifer Stanley, William Rivera
- Fiendship connections: Andre Mitchell to Brian Carrillo, Andre Mitchell to William Rivera, Lacey Mason to William Rivera, Stacy Glenn to William Rivera, Stephen Houston to Jennifer Stanley
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": "Andre Mitchell", "id": 988323}, {"name": "Lacey Mason", "id": 1679931}, {"name": "Elizabeth Johnson", "id": 2485638}, {"name": "Brian Carrillo", "id": 798415}, {"name": "Stacy Glenn", "id": 1072817}, {"name": "Vincent Beard", "id": 2460504}, {"name": "Stephen Houston", "id": 2471417}, {"name": "Kristina Johnson", "id": 2449146}, {"name": "Jennifer Stanley", "id": 4322395}, {"name": "William Rivera", "id": 885404}], "links": [{"source": 988323, "target": 798415}, {"source": 988323, "target": 885404}, {"source": 1679931, "target": 885404}, {"source": 1072817, "target": 885404}, {"source": 2471417, "target": 4322395}]}
|
[
988323,
2485638,
2460504,
2471417,
2449146
] | 5 |
183 |
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 Soto, Joshua Powell, Jessica Sullivan, John Clark, Rachel Thomas, Ronald Johnson, Leah Zavala, Ernest Davis, Eric Hall, Melissa Bennett, Karen Scott, Matthew Mathis
- Fiendship connections: Michael Soto to Karen Scott, Michael Soto to Matthew Mathis, Joshua Powell to Matthew Mathis, Joshua Powell to John Clark, Jessica Sullivan to Eric Hall, Rachel Thomas to Eric Hall, Leah Zavala to Ernest Davis, Leah Zavala to Eric Hall, Ernest Davis to Karen Scott
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 Soto", "id": 780897}, {"name": "Joshua Powell", "id": 1209697}, {"name": "Jessica Sullivan", "id": 813411}, {"name": "John Clark", "id": 1240452}, {"name": "Rachel Thomas", "id": 872678}, {"name": "Ronald Johnson", "id": 886471}, {"name": "Leah Zavala", "id": 799655}, {"name": "Ernest Davis", "id": 798537}, {"name": "Eric Hall", "id": 938414}, {"name": "Melissa Bennett", "id": 1295378}, {"name": "Karen Scott", "id": 796627}, {"name": "Matthew Mathis", "id": 1320092}], "links": [{"source": 780897, "target": 796627}, {"source": 780897, "target": 1320092}, {"source": 1209697, "target": 1320092}, {"source": 1209697, "target": 1240452}, {"source": 813411, "target": 938414}, {"source": 872678, "target": 938414}, {"source": 799655, "target": 798537}, {"source": 799655, "target": 938414}, {"source": 798537, "target": 796627}]}
|
[
780897,
886471,
1295378
] | 3 |
184 |
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: Jamie Thompson, Elizabeth Smith, Diana Gonzalez, Shannon Patrick
- Fiendship connections: Jamie Thompson to Shannon Patrick, Diana Gonzalez to Shannon Patrick
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": "Jamie Thompson", "id": 5254744}, {"name": "Elizabeth Smith", "id": 4935769}, {"name": "Diana Gonzalez", "id": 4928761}, {"name": "Shannon Patrick", "id": 5062639}], "links": [{"source": 5254744, "target": 5062639}, {"source": 4928761, "target": 5062639}]}
|
[
5254744,
4935769
] | 2 |
185 |
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: Judy Barnes, Erica Tanner, James Duncan, Richard Yang, Danny Burgess, Jason Gonzalez, William Brown, Shawna Simon, Penny Gill, Michelle Downs, Lawrence Long, Erin Carrillo
- Fiendship connections: Judy Barnes to Richard Yang, Erica Tanner to Richard Yang, James Duncan to Shawna Simon, Richard Yang to William Brown, Richard Yang to Michelle Downs, Richard Yang to Jason Gonzalez, Danny Burgess to Lawrence Long, Lawrence Long to Erin Carrillo
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": "Judy Barnes", "id": 4026145}, {"name": "Erica Tanner", "id": 3635650}, {"name": "James Duncan", "id": 2905507}, {"name": "Richard Yang", "id": 2458500}, {"name": "Danny Burgess", "id": 5167109}, {"name": "Jason Gonzalez", "id": 4026148}, {"name": "William Brown", "id": 2458474}, {"name": "Shawna Simon", "id": 2415085}, {"name": "Penny Gill", "id": 5402157}, {"name": "Michelle Downs", "id": 3886231}, {"name": "Lawrence Long", "id": 5714104}, {"name": "Erin Carrillo", "id": 5013374}], "links": [{"source": 4026145, "target": 2458500}, {"source": 3635650, "target": 2458500}, {"source": 2905507, "target": 2415085}, {"source": 2458500, "target": 2458474}, {"source": 2458500, "target": 3886231}, {"source": 2458500, "target": 4026148}, {"source": 5167109, "target": 5714104}, {"source": 5714104, "target": 5013374}]}
|
[
4026145,
2905507,
5714104,
5402157
] | 4 |
186 |
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: Kelly Bates, Rebecca Ali, Catherine Henderson, Scott Fields, Pamela Wood, Mary Kerr, Jennifer Moore, Katherine Moore
- Fiendship connections: Kelly Bates to Scott Fields, Kelly Bates to Jennifer Moore, Kelly Bates to Pamela Wood, Rebecca Ali to Catherine Henderson, Rebecca Ali to Katherine Moore, Catherine Henderson to Katherine Moore, Pamela Wood to Jennifer Moore, Mary Kerr to Katherine 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": "Kelly Bates", "id": 5139300}, {"name": "Rebecca Ali", "id": 2478728}, {"name": "Catherine Henderson", "id": 2431118}, {"name": "Scott Fields", "id": 4940591}, {"name": "Pamela Wood", "id": 5070740}, {"name": "Mary Kerr", "id": 3489268}, {"name": "Jennifer Moore", "id": 4997205}, {"name": "Katherine Moore", "id": 2431416}], "links": [{"source": 5139300, "target": 4940591}, {"source": 5139300, "target": 4997205}, {"source": 5139300, "target": 5070740}, {"source": 2478728, "target": 2431118}, {"source": 2478728, "target": 2431416}, {"source": 2431118, "target": 2431416}, {"source": 5070740, "target": 4997205}, {"source": 3489268, "target": 2431416}]}
|
[
5070740,
2478728
] | 2 |
187 |
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: Laura Diaz, Harry Rodriguez, Joseph Garcia, Jennifer Church, Michael May PhD, Pamela Simpson, Gregory Goodman
- Fiendship connections: Laura Diaz to Gregory Goodman, Harry Rodriguez to Gregory Goodman, Joseph Garcia to Pamela Simpson, Jennifer Church to Gregory Goodman, Michael May PhD to Gregory Goodman, Pamela Simpson to Gregory Goodman
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": "Laura Diaz", "id": 2662916}, {"name": "Harry Rodriguez", "id": 2733959}, {"name": "Joseph Garcia", "id": 2416779}, {"name": "Jennifer Church", "id": 4113424}, {"name": "Michael May PhD", "id": 4113425}, {"name": "Pamela Simpson", "id": 2551250}, {"name": "Gregory Goodman", "id": 2461879}], "links": [{"source": 2662916, "target": 2461879}, {"source": 2733959, "target": 2461879}, {"source": 2416779, "target": 2551250}, {"source": 4113424, "target": 2461879}, {"source": 4113425, "target": 2461879}, {"source": 2551250, "target": 2461879}]}
|
[
2662916
] | 1 |
188 |
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: Johnathan Martinez, Mr. Gregory Hall, Amy Delgado, Margaret Martinez
- Fiendship connections: Johnathan Martinez to Mr. Gregory Hall, Johnathan Martinez to Amy Delgado, Johnathan Martinez to Margaret Martinez
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": "Johnathan Martinez", "id": 1809674}, {"name": "Mr. Gregory Hall", "id": 1700839}, {"name": "Amy Delgado", "id": 1719394}, {"name": "Margaret Martinez", "id": 2329799}], "links": [{"source": 1809674, "target": 1700839}, {"source": 1809674, "target": 1719394}, {"source": 1809674, "target": 2329799}]}
|
[
2329799
] | 1 |
189 |
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: Kyle Ramirez, James Blake, Frank Brown, Brent Williams, Marvin Bradley, Christine Cunningham
- Fiendship connections: Kyle Ramirez to James Blake, Kyle Ramirez to Brent Williams, Frank Brown to Christine Cunningham
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": "Kyle Ramirez", "id": 2474465}, {"name": "James Blake", "id": 2474401}, {"name": "Frank Brown", "id": 3199339}, {"name": "Brent Williams", "id": 4418133}, {"name": "Marvin Bradley", "id": 2411386}, {"name": "Christine Cunningham", "id": 2423227}], "links": [{"source": 2474465, "target": 2474401}, {"source": 2474465, "target": 4418133}, {"source": 3199339, "target": 2423227}]}
|
[
2474465,
3199339,
2411386
] | 3 |
190 |
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 Lamb, Michael Anderson, Regina Rojas, Henry Osborn
- Fiendship connections: Jason Lamb to Regina Rojas, Jason Lamb to Henry Osborn, Regina Rojas to Henry Osborn
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 Lamb", "id": 454058}, {"name": "Michael Anderson", "id": 55947}, {"name": "Regina Rojas", "id": 11028}, {"name": "Henry Osborn", "id": 65766}], "links": [{"source": 454058, "target": 11028}, {"source": 454058, "target": 65766}, {"source": 11028, "target": 65766}]}
|
[
454058,
55947
] | 2 |
191 |
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: Tracy Wilson, Melvin Dixon, Gerald Hebert, Javier Munoz Jr., Anthony Richards, Leslie Ortiz, Natalie Bullock, Eugene Williams, Lauren Gilmore, Kevin Short, Christopher Palmer, Evan Morales
- Fiendship connections: Tracy Wilson to Lauren Gilmore, Melvin Dixon to Eugene Williams, Melvin Dixon to Evan Morales, Javier Munoz Jr. to Anthony Richards, Javier Munoz Jr. to Christopher Palmer, Anthony Richards to Natalie Bullock, Leslie Ortiz to Kevin Short, Leslie Ortiz to Christopher Palmer, Eugene Williams to Kevin Short, Lauren Gilmore to Christopher Palmer
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": "Tracy Wilson", "id": 4935009}, {"name": "Melvin Dixon", "id": 5017092}, {"name": "Gerald Hebert", "id": 4978245}, {"name": "Javier Munoz Jr.", "id": 5052777}, {"name": "Anthony Richards", "id": 5009770}, {"name": "Leslie Ortiz", "id": 5036303}, {"name": "Natalie Bullock", "id": 5699028}, {"name": "Eugene Williams", "id": 5017142}, {"name": "Lauren Gilmore", "id": 5763543}, {"name": "Kevin Short", "id": 4931737}, {"name": "Christopher Palmer", "id": 5010234}, {"name": "Evan Morales", "id": 5841533}], "links": [{"source": 4935009, "target": 5763543}, {"source": 5017092, "target": 5017142}, {"source": 5017092, "target": 5841533}, {"source": 5052777, "target": 5009770}, {"source": 5052777, "target": 5010234}, {"source": 5009770, "target": 5699028}, {"source": 5036303, "target": 4931737}, {"source": 5036303, "target": 5010234}, {"source": 5017142, "target": 4931737}, {"source": 5763543, "target": 5010234}]}
|
[
4935009,
4978245
] | 2 |
192 |
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: Danielle Clark, Jennifer Soto, Stacey Brooks, Ryan Gonzalez, Stephanie Alvarez, Daniel Wright, Teresa Stevens
- Fiendship connections: Danielle Clark to Teresa Stevens, Danielle Clark to Stacey Brooks, Danielle Clark to Daniel Wright, Danielle Clark to Ryan Gonzalez, Jennifer Soto to Stephanie Alvarez, Stacey Brooks to Ryan Gonzalez, Ryan Gonzalez to Teresa Stevens, Ryan Gonzalez to Daniel Wright
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": "Danielle Clark", "id": 1385058}, {"name": "Jennifer Soto", "id": 2429732}, {"name": "Stacey Brooks", "id": 1385063}, {"name": "Ryan Gonzalez", "id": 1411246}, {"name": "Stephanie Alvarez", "id": 3047535}, {"name": "Daniel Wright", "id": 1670553}, {"name": "Teresa Stevens", "id": 828572}], "links": [{"source": 1385058, "target": 828572}, {"source": 1385058, "target": 1385063}, {"source": 1385058, "target": 1670553}, {"source": 1385058, "target": 1411246}, {"source": 2429732, "target": 3047535}, {"source": 1385063, "target": 1411246}, {"source": 1411246, "target": 828572}, {"source": 1411246, "target": 1670553}]}
|
[
1385058,
2429732
] | 2 |
193 |
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: Anthony Day, Nicholas Branch, Joy Holland, Ashley Carlson, Christopher Hardin, Teresa Cruz, Virginia Barnes
- Fiendship connections: Nicholas Branch to Teresa Cruz, Joy Holland to Teresa Cruz, Ashley Carlson to Teresa Cruz, Teresa Cruz to Virginia Barnes
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": "Anthony Day", "id": 5157191}, {"name": "Nicholas Branch", "id": 4994286}, {"name": "Joy Holland", "id": 4932468}, {"name": "Ashley Carlson", "id": 5067925}, {"name": "Christopher Hardin", "id": 5250806}, {"name": "Teresa Cruz", "id": 5483932}, {"name": "Virginia Barnes", "id": 5302653}], "links": [{"source": 4994286, "target": 5483932}, {"source": 4932468, "target": 5483932}, {"source": 5067925, "target": 5483932}, {"source": 5483932, "target": 5302653}]}
|
[
5157191,
4994286,
5250806
] | 3 |
194 |
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 Mcguire, Darryl Davis, Gina Williams, Laurie Frost
- Fiendship connections: William Mcguire to Gina Williams, William Mcguire to Laurie Frost, William Mcguire to Darryl Davis, Darryl Davis to Gina Williams, Gina Williams to Laurie Frost
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 Mcguire", "id": 5498808}, {"name": "Darryl Davis", "id": 5011755}, {"name": "Gina Williams", "id": 4945227}, {"name": "Laurie Frost", "id": 4975224}], "links": [{"source": 5498808, "target": 4945227}, {"source": 5498808, "target": 4975224}, {"source": 5498808, "target": 5011755}, {"source": 5011755, "target": 4945227}, {"source": 4945227, "target": 4975224}]}
|
[
5498808
] | 1 |
195 |
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: James Gould, Samantha Williams, Leslie Guzman, Christina Cunningham, Richard Larson
- Fiendship connections: James Gould to Samantha Williams, James Gould to Christina Cunningham, Leslie Guzman to Richard Larson
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": "James Gould", "id": 4011809}, {"name": "Samantha Williams", "id": 2457473}, {"name": "Leslie Guzman", "id": 2686182}, {"name": "Christina Cunningham", "id": 2465179}, {"name": "Richard Larson", "id": 2416446}], "links": [{"source": 4011809, "target": 2457473}, {"source": 4011809, "target": 2465179}, {"source": 2686182, "target": 2416446}]}
|
[
4011809,
2416446
] | 2 |
196 |
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: Chase Turner, Zachary Sanchez, Emily Oconnor, Wendy Rodriguez, William Cooper
- Fiendship connections: Chase Turner to Wendy Rodriguez, Zachary Sanchez to Emily Oconnor, Emily Oconnor to William Cooper
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": "Chase Turner", "id": 1567586}, {"name": "Zachary Sanchez", "id": 4928995}, {"name": "Emily Oconnor", "id": 5446150}, {"name": "Wendy Rodriguez", "id": 2223047}, {"name": "William Cooper", "id": 4926999}], "links": [{"source": 1567586, "target": 2223047}, {"source": 4928995, "target": 5446150}, {"source": 5446150, "target": 4926999}]}
|
[
1567586,
4928995
] | 2 |
197 |
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 Blackwell, William Long, Kelsey Davis, Michael Cox
- Fiendship connections: Andrea Blackwell to Michael Cox, Kelsey Davis to Michael 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": "Andrea Blackwell", "id": 264632}, {"name": "William Long", "id": 172288}, {"name": "Kelsey Davis", "id": 544562}, {"name": "Michael Cox", "id": 137726}], "links": [{"source": 264632, "target": 137726}, {"source": 544562, "target": 137726}]}
|
[
264632,
172288
] | 2 |
198 |
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 Mcbride, Caleb Ortiz, Karen Kelly, Anthony Mclaughlin, Thomas Jones, Manuel Drake
- Fiendship connections: Thomas Mcbride to Thomas Jones, Caleb Ortiz to Manuel Drake, Caleb Ortiz to Anthony Mclaughlin, Caleb Ortiz to Karen Kelly, Karen Kelly to Manuel Drake, Karen Kelly to Anthony Mclaughlin, Anthony Mclaughlin to Manuel Drake
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 Mcbride", "id": 379520}, {"name": "Caleb Ortiz", "id": 20012}, {"name": "Karen Kelly", "id": 270258}, {"name": "Anthony Mclaughlin", "id": 77845}, {"name": "Thomas Jones", "id": 20054}, {"name": "Manuel Drake", "id": 1177}], "links": [{"source": 379520, "target": 20054}, {"source": 20012, "target": 1177}, {"source": 20012, "target": 77845}, {"source": 20012, "target": 270258}, {"source": 270258, "target": 1177}, {"source": 270258, "target": 77845}, {"source": 77845, "target": 1177}]}
|
[
379520,
1177
] | 2 |
199 |
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 Smith, Stephanie Johnson, Michael Floyd, Christopher Thomas, Chad Mccarty, Tanya Rodriguez, Caroline Lang, Stephen Warren, Sarah Lane, Ryan Stewart, Ann Williams, Michael Roberts, Jermaine Walker, Joyce Jordan
- Fiendship connections: Rebecca Smith to Christopher Thomas, Rebecca Smith to Ann Williams, Stephanie Johnson to Tanya Rodriguez, Stephanie Johnson to Chad Mccarty, Michael Floyd to Tanya Rodriguez, Christopher Thomas to Joyce Jordan, Christopher Thomas to Chad Mccarty, Chad Mccarty to Caroline Lang, Chad Mccarty to Stephen Warren, Caroline Lang to Michael Roberts, Sarah Lane to Joyce Jordan, Sarah Lane to Ryan Stewart
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 Smith", "id": 1663265}, {"name": "Stephanie Johnson", "id": 1136547}, {"name": "Michael Floyd", "id": 2239812}, {"name": "Christopher Thomas", "id": 880165}, {"name": "Chad Mccarty", "id": 1168747}, {"name": "Tanya Rodriguez", "id": 1127245}, {"name": "Caroline Lang", "id": 922768}, {"name": "Stephen Warren", "id": 2298641}, {"name": "Sarah Lane", "id": 880144}, {"name": "Ryan Stewart", "id": 1664722}, {"name": "Ann Williams", "id": 1084152}, {"name": "Michael Roberts", "id": 1050232}, {"name": "Jermaine Walker", "id": 1875996}, {"name": "Joyce Jordan", "id": 776029}], "links": [{"source": 1663265, "target": 880165}, {"source": 1663265, "target": 1084152}, {"source": 1136547, "target": 1127245}, {"source": 1136547, "target": 1168747}, {"source": 2239812, "target": 1127245}, {"source": 880165, "target": 776029}, {"source": 880165, "target": 1168747}, {"source": 1168747, "target": 922768}, {"source": 1168747, "target": 2298641}, {"source": 922768, "target": 1050232}, {"source": 880144, "target": 776029}, {"source": 880144, "target": 1664722}]}
|
[
1663265,
1875996
] | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.