id
int64 0
5k
| problem_text
stringlengths 639
1.86k
| graph
stringlengths 237
1.88k
| path
listlengths 1
9
| exact_answer
int64 1
9
|
---|---|---|---|---|
4,600 |
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 Young, Joshua Olson, Jeanette Irwin, Sean Harrell, Derrick Cruz, Jessica Campbell, Frank Page
- Fiendship connections: Anthony Young to Frank Page, Joshua Olson to Jessica Campbell, Jeanette Irwin to Frank Page, Sean Harrell to Frank Page, Derrick Cruz to Frank Page
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 Young", "id": 3640928}, {"name": "Joshua Olson", "id": 5903047}, {"name": "Jeanette Irwin", "id": 4255660}, {"name": "Sean Harrell", "id": 4255665}, {"name": "Derrick Cruz", "id": 4255666}, {"name": "Jessica Campbell", "id": 5583442}, {"name": "Frank Page", "id": 2467671}], "links": [{"source": 3640928, "target": 2467671}, {"source": 5903047, "target": 5583442}, {"source": 4255660, "target": 2467671}, {"source": 4255665, "target": 2467671}, {"source": 4255666, "target": 2467671}]}
|
[
3640928,
5583442
] | 2 |
4,601 |
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 Thornton, Kristopher Nelson, Bryan Mckinney, William Hernandez, Michelle Rich, Johnny Dunn, Jeffrey Lee, Jason West MD, Michael Thomas, Jacob Ortiz
- Fiendship connections: Melissa Thornton to Kristopher Nelson, Kristopher Nelson to Johnny Dunn, Kristopher Nelson to Jason West MD, Kristopher Nelson to Jacob Ortiz, Bryan Mckinney to Michael Thomas, William Hernandez to Michael Thomas, Michelle Rich to Michael Thomas, Jeffrey Lee to Michael 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": "Melissa Thornton", "id": 3670016}, {"name": "Kristopher Nelson", "id": 2442145}, {"name": "Bryan Mckinney", "id": 1439335}, {"name": "William Hernandez", "id": 798440}, {"name": "Michelle Rich", "id": 998025}, {"name": "Johnny Dunn", "id": 2434031}, {"name": "Jeffrey Lee", "id": 1721234}, {"name": "Jason West MD", "id": 2446995}, {"name": "Michael Thomas", "id": 1134580}, {"name": "Jacob Ortiz", "id": 2651352}], "links": [{"source": 3670016, "target": 2442145}, {"source": 2442145, "target": 2434031}, {"source": 2442145, "target": 2446995}, {"source": 2442145, "target": 2651352}, {"source": 1439335, "target": 1134580}, {"source": 798440, "target": 1134580}, {"source": 998025, "target": 1134580}, {"source": 1721234, "target": 1134580}]}
|
[
3670016,
1439335
] | 2 |
4,602 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jennifer Gross, Marcus Diaz, Donna White, Wesley Newman, Sara Contreras, Daniel Medina, Robert Shaffer, Patrick Gonzalez
- Fiendship connections: Jennifer Gross to Patrick Gonzalez, Marcus Diaz to Wesley Newman, Donna White to Patrick Gonzalez, Sara Contreras to Patrick Gonzalez, Daniel Medina to Patrick Gonzalez, Robert Shaffer to Patrick Gonzalez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jennifer Gross", "id": 1680673}, {"name": "Marcus Diaz", "id": 4869740}, {"name": "Donna White", "id": 998703}, {"name": "Wesley Newman", "id": 2499187}, {"name": "Sara Contreras", "id": 1342807}, {"name": "Daniel Medina", "id": 819610}, {"name": "Robert Shaffer", "id": 1469438}, {"name": "Patrick Gonzalez", "id": 1908863}], "links": [{"source": 1680673, "target": 1908863}, {"source": 4869740, "target": 2499187}, {"source": 998703, "target": 1908863}, {"source": 1342807, "target": 1908863}, {"source": 819610, "target": 1908863}, {"source": 1469438, "target": 1908863}]}
|
[
1680673,
2499187
] | 2 |
4,603 |
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 Phillips PhD, Randall Carter, Carla Rangel, Emily Fletcher, Justin Dean, Brenda Lozano, Sean Schneider, Scott Roberts, Mary Massey
- Fiendship connections: James Phillips PhD to Mary Massey, Randall Carter to Sean Schneider, Randall Carter to Mary Massey, Randall Carter to Carla Rangel, Carla Rangel to Mary Massey, Emily Fletcher to Mary Massey, Emily Fletcher to Scott Roberts, Justin Dean to Scott Roberts, Brenda Lozano to Scott 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": "James Phillips PhD", "id": 2764609}, {"name": "Randall Carter", "id": 2426242}, {"name": "Carla Rangel", "id": 3300868}, {"name": "Emily Fletcher", "id": 2593130}, {"name": "Justin Dean", "id": 3175692}, {"name": "Brenda Lozano", "id": 4593486}, {"name": "Sean Schneider", "id": 2406800}, {"name": "Scott Roberts", "id": 2481653}, {"name": "Mary Massey", "id": 2435645}], "links": [{"source": 2764609, "target": 2435645}, {"source": 2426242, "target": 2406800}, {"source": 2426242, "target": 2435645}, {"source": 2426242, "target": 3300868}, {"source": 3300868, "target": 2435645}, {"source": 2593130, "target": 2435645}, {"source": 2593130, "target": 2481653}, {"source": 3175692, "target": 2481653}, {"source": 4593486, "target": 2481653}]}
|
[
2764609
] | 1 |
4,604 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Alyssa Miller, Chris Davis V, Cody Daniels, Victoria Johnston, Mark Jordan, Sabrina Valdez, Susan Schultz, Robert Turner, Ryan Lawson
- Fiendship connections: Chris Davis V to Susan Schultz, Cody Daniels to Susan Schultz, Victoria Johnston to Sabrina Valdez, Mark Jordan to Susan Schultz, Sabrina Valdez to Robert Turner, Susan Schultz to Ryan Lawson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Alyssa Miller", "id": 2458468}, {"name": "Chris Davis V", "id": 2464234}, {"name": "Cody Daniels", "id": 2465835}, {"name": "Victoria Johnston", "id": 4978415}, {"name": "Mark Jordan", "id": 2456336}, {"name": "Sabrina Valdez", "id": 5407668}, {"name": "Susan Schultz", "id": 2933077}, {"name": "Robert Turner", "id": 4952471}, {"name": "Ryan Lawson", "id": 2439741}], "links": [{"source": 2464234, "target": 2933077}, {"source": 2465835, "target": 2933077}, {"source": 4978415, "target": 5407668}, {"source": 2456336, "target": 2933077}, {"source": 5407668, "target": 4952471}, {"source": 2933077, "target": 2439741}]}
|
[
2458468,
2464234,
4952471
] | 3 |
4,605 |
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: Hayden Carney, Madison Hale, Alejandro Roy PhD, Beth Miller, Jeff Hall, Joshua Palmer, Heather Brown
- Fiendship connections: Hayden Carney to Heather Brown, Madison Hale to Alejandro Roy PhD, Alejandro Roy PhD to Beth Miller, Alejandro Roy PhD to Jeff Hall, Alejandro Roy PhD to Heather Brown, Alejandro Roy PhD to Joshua Palmer, Jeff Hall to Joshua Palmer, Joshua Palmer to Heather Brown
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Hayden Carney", "id": 1094434}, {"name": "Madison Hale", "id": 1120003}, {"name": "Alejandro Roy PhD", "id": 1099319}, {"name": "Beth Miller", "id": 994348}, {"name": "Jeff Hall", "id": 1231246}, {"name": "Joshua Palmer", "id": 1588311}, {"name": "Heather Brown", "id": 1447804}], "links": [{"source": 1094434, "target": 1447804}, {"source": 1120003, "target": 1099319}, {"source": 1099319, "target": 994348}, {"source": 1099319, "target": 1231246}, {"source": 1099319, "target": 1447804}, {"source": 1099319, "target": 1588311}, {"source": 1231246, "target": 1588311}, {"source": 1588311, "target": 1447804}]}
|
[
1094434
] | 1 |
4,606 |
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: Larry Mccormick, Richard Lee, Adrian Thomas, Steven Walker, Stephanie Silva, Timothy Fields, Kenneth Sanchez, Megan Guzman, Brian Wells, Lindsey Moore, Brittney Haynes, Robert Shepard, Peggy Brandt, John Mills
- Fiendship connections: Larry Mccormick to Steven Walker, Richard Lee to Steven Walker, Richard Lee to Megan Guzman, Adrian Thomas to Steven Walker, Steven Walker to Kenneth Sanchez, Steven Walker to Robert Shepard, Steven Walker to Peggy Brandt, Timothy Fields to Megan Guzman, Kenneth Sanchez to John Mills
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": "Larry Mccormick", "id": 3686338}, {"name": "Richard Lee", "id": 2768995}, {"name": "Adrian Thomas", "id": 2746499}, {"name": "Steven Walker", "id": 2441541}, {"name": "Stephanie Silva", "id": 2482821}, {"name": "Timothy Fields", "id": 2829479}, {"name": "Kenneth Sanchez", "id": 3161386}, {"name": "Megan Guzman", "id": 2477742}, {"name": "Brian Wells", "id": 2461647}, {"name": "Lindsey Moore", "id": 2473810}, {"name": "Brittney Haynes", "id": 2500275}, {"name": "Robert Shepard", "id": 3549941}, {"name": "Peggy Brandt", "id": 3686586}, {"name": "John Mills", "id": 2448186}], "links": [{"source": 3686338, "target": 2441541}, {"source": 2768995, "target": 2441541}, {"source": 2768995, "target": 2477742}, {"source": 2746499, "target": 2441541}, {"source": 2441541, "target": 3161386}, {"source": 2441541, "target": 3549941}, {"source": 2441541, "target": 3686586}, {"source": 2829479, "target": 2477742}, {"source": 3161386, "target": 2448186}]}
|
[
3686338,
2482821,
2461647,
2473810,
2500275
] | 5 |
4,607 |
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 Ortiz PhD, Lisa Pratt, David Hernandez, Ruth Schultz, Zachary Elliott, James Henry, Cristian Kramer, Diana Martin, Jeffery Bennett, Christine Thompson, David Keith
- Fiendship connections: Robert Ortiz PhD to James Henry, Robert Ortiz PhD to Lisa Pratt, Robert Ortiz PhD to Ruth Schultz, Lisa Pratt to Ruth Schultz, David Hernandez to Zachary Elliott, Cristian Kramer to Jeffery Bennett, Jeffery Bennett to David Keith
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 Ortiz PhD", "id": 2477188}, {"name": "Lisa Pratt", "id": 2463590}, {"name": "David Hernandez", "id": 2472487}, {"name": "Ruth Schultz", "id": 4175337}, {"name": "Zachary Elliott", "id": 4366922}, {"name": "James Henry", "id": 2406154}, {"name": "Cristian Kramer", "id": 2468686}, {"name": "Diana Martin", "id": 2411282}, {"name": "Jeffery Bennett", "id": 4188444}, {"name": "Christine Thompson", "id": 2468029}, {"name": "David Keith", "id": 2464222}], "links": [{"source": 2477188, "target": 2406154}, {"source": 2477188, "target": 2463590}, {"source": 2477188, "target": 4175337}, {"source": 2463590, "target": 4175337}, {"source": 2472487, "target": 4366922}, {"source": 2468686, "target": 4188444}, {"source": 4188444, "target": 2464222}]}
|
[
4175337,
4366922,
4188444,
2411282,
2468029
] | 5 |
4,608 |
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: Derek Anderson, Ashley Williams, Robert Davis, Kyle Austin
- Fiendship connections: Derek Anderson to Ashley Williams
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Derek Anderson", "id": 69988}, {"name": "Ashley Williams", "id": 70620}, {"name": "Robert Davis", "id": 38277}, {"name": "Kyle Austin", "id": 41885}], "links": [{"source": 69988, "target": 70620}]}
|
[
70620,
38277,
41885
] | 3 |
4,609 |
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 Lynch, Hunter Jones, Cody Brown, Maria Hill, Laurie White, Michelle Chen, William Harris, Dawn May MD
- Fiendship connections: Kelly Lynch to Dawn May MD, Kelly Lynch to Laurie White, Kelly Lynch to Cody Brown, Hunter Jones to Laurie White, Hunter Jones to Michelle Chen, Laurie White to William Harris
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 Lynch", "id": 2413122}, {"name": "Hunter Jones", "id": 2418531}, {"name": "Cody Brown", "id": 2841602}, {"name": "Maria Hill", "id": 2449096}, {"name": "Laurie White", "id": 2841547}, {"name": "Michelle Chen", "id": 3034773}, {"name": "William Harris", "id": 2462392}, {"name": "Dawn May MD", "id": 2841465}], "links": [{"source": 2413122, "target": 2841465}, {"source": 2413122, "target": 2841547}, {"source": 2413122, "target": 2841602}, {"source": 2418531, "target": 2841547}, {"source": 2418531, "target": 3034773}, {"source": 2841547, "target": 2462392}]}
|
[
2413122,
2449096
] | 2 |
4,610 |
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: Maria Wiggins, Laurie Peterson, Kelli Duffy, Abigail Eaton, Sara Harding, Kimberly Pratt, Kristen Chen, Andrew Hunter, April Rose, Margaret Hernandez, Jesse Smith, Patrick Mcpherson
- Fiendship connections: Maria Wiggins to Laurie Peterson, Kelli Duffy to Kristen Chen, Sara Harding to Andrew Hunter, Kimberly Pratt to Andrew Hunter, Andrew Hunter to Jesse Smith, Margaret Hernandez to Jesse 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": "Maria Wiggins", "id": 6043267}, {"name": "Laurie Peterson", "id": 4940708}, {"name": "Kelli Duffy", "id": 2467332}, {"name": "Abigail Eaton", "id": 5032199}, {"name": "Sara Harding", "id": 4418634}, {"name": "Kimberly Pratt", "id": 4418635}, {"name": "Kristen Chen", "id": 4249774}, {"name": "Andrew Hunter", "id": 2473104}, {"name": "April Rose", "id": 5202899}, {"name": "Margaret Hernandez", "id": 2465814}, {"name": "Jesse Smith", "id": 3961367}, {"name": "Patrick Mcpherson", "id": 2406361}], "links": [{"source": 6043267, "target": 4940708}, {"source": 2467332, "target": 4249774}, {"source": 4418634, "target": 2473104}, {"source": 4418635, "target": 2473104}, {"source": 2473104, "target": 3961367}, {"source": 2465814, "target": 3961367}]}
|
[
6043267,
2467332,
5032199,
4418634,
5202899,
2406361
] | 6 |
4,611 |
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: Jacqueline Dorsey, Ashley Moore, Brooke Greer, Lawrence Ross, Jesse Russell, John Reid, Sheila Glover, Mary Jimenez, Jonathan Vasquez, Shannon Baker, Sherry Hart
- Fiendship connections: Jacqueline Dorsey to Ashley Moore, Jacqueline Dorsey to Sheila Glover, Ashley Moore to Sheila Glover, Lawrence Ross to John Reid, Jesse Russell to John Reid, John Reid to Mary Jimenez, John Reid to Sherry Hart, John Reid to Jonathan Vasquez, John Reid to Shannon Baker, Mary Jimenez to Sherry Hart
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": "Jacqueline Dorsey", "id": 2455429}, {"name": "Ashley Moore", "id": 2455525}, {"name": "Brooke Greer", "id": 2499113}, {"name": "Lawrence Ross", "id": 3049674}, {"name": "Jesse Russell", "id": 2463854}, {"name": "John Reid", "id": 2463535}, {"name": "Sheila Glover", "id": 3935471}, {"name": "Mary Jimenez", "id": 2427505}, {"name": "Jonathan Vasquez", "id": 4172370}, {"name": "Shannon Baker", "id": 4172382}, {"name": "Sherry Hart", "id": 3049759}], "links": [{"source": 2455429, "target": 2455525}, {"source": 2455429, "target": 3935471}, {"source": 2455525, "target": 3935471}, {"source": 3049674, "target": 2463535}, {"source": 2463854, "target": 2463535}, {"source": 2463535, "target": 2427505}, {"source": 2463535, "target": 3049759}, {"source": 2463535, "target": 4172370}, {"source": 2463535, "target": 4172382}, {"source": 2427505, "target": 3049759}]}
|
[
2455525,
2499113,
3049674
] | 3 |
4,612 |
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 Johnson, Stephen Shepherd, James Johnson, Lisa Stevens
- Fiendship connections: Robert Johnson to Stephen Shepherd, Stephen Shepherd to Lisa Stevens
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 Johnson", "id": 4955680}, {"name": "Stephen Shepherd", "id": 5299185}, {"name": "James Johnson", "id": 4932178}, {"name": "Lisa Stevens", "id": 5003269}], "links": [{"source": 4955680, "target": 5299185}, {"source": 5299185, "target": 5003269}]}
|
[
4955680,
4932178
] | 2 |
4,613 |
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 Carpenter, Alan Hoffman, Emily Gray, Carol Hunt, Pamela Rice, Mary Palmer, David Thomas, David Cole, William Woodard, Thomas Conrad, Steven Morrow, Joyce Stanley DVM
- Fiendship connections: Daniel Carpenter to Alan Hoffman, Alan Hoffman to Emily Gray, Alan Hoffman to Carol Hunt, Alan Hoffman to Thomas Conrad, Alan Hoffman to Pamela Rice, Alan Hoffman to David Cole, Alan Hoffman to Steven Morrow, Pamela Rice to David Cole, Pamela Rice to David Thomas, Mary Palmer to David Cole, William Woodard to Thomas Conrad
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 Carpenter", "id": 2451913}, {"name": "Alan Hoffman", "id": 2444555}, {"name": "Emily Gray", "id": 2424043}, {"name": "Carol Hunt", "id": 2440683}, {"name": "Pamela Rice", "id": 2460847}, {"name": "Mary Palmer", "id": 2408688}, {"name": "David Thomas", "id": 2802161}, {"name": "David Cole", "id": 2632821}, {"name": "William Woodard", "id": 3870105}, {"name": "Thomas Conrad", "id": 2451932}, {"name": "Steven Morrow", "id": 3723773}, {"name": "Joyce Stanley DVM", "id": 2473310}], "links": [{"source": 2451913, "target": 2444555}, {"source": 2444555, "target": 2424043}, {"source": 2444555, "target": 2440683}, {"source": 2444555, "target": 2451932}, {"source": 2444555, "target": 2460847}, {"source": 2444555, "target": 2632821}, {"source": 2444555, "target": 3723773}, {"source": 2460847, "target": 2632821}, {"source": 2460847, "target": 2802161}, {"source": 2408688, "target": 2632821}, {"source": 3870105, "target": 2451932}]}
|
[
2451913,
2473310
] | 2 |
4,614 |
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: Tammy Hubbard, Ashley Wilson, Christopher Stephenson, Nathaniel Henry, Gavin Melendez, Michael Lewis
- Fiendship connections: Tammy Hubbard to Christopher Stephenson, Tammy Hubbard to Gavin Melendez, Ashley Wilson to Michael Lewis, Christopher Stephenson to Gavin Melendez, Nathaniel Henry to Michael Lewis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tammy Hubbard", "id": 992547}, {"name": "Ashley Wilson", "id": 1563817}, {"name": "Christopher Stephenson", "id": 1722186}, {"name": "Nathaniel Henry", "id": 2023699}, {"name": "Gavin Melendez", "id": 1840597}, {"name": "Michael Lewis", "id": 2274426}], "links": [{"source": 992547, "target": 1722186}, {"source": 992547, "target": 1840597}, {"source": 1563817, "target": 2274426}, {"source": 1722186, "target": 1840597}, {"source": 2023699, "target": 2274426}]}
|
[
1722186,
1563817
] | 2 |
4,615 |
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 Gonzalez, Laura Kelly, Teresa Hawkins, Michele Mendoza
- Fiendship connections: Robert Gonzalez to Teresa Hawkins, Laura Kelly to Teresa Hawkins, Teresa Hawkins to Michele Mendoza
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 Gonzalez", "id": 5354497}, {"name": "Laura Kelly", "id": 5273338}, {"name": "Teresa Hawkins", "id": 5361181}, {"name": "Michele Mendoza", "id": 5113103}], "links": [{"source": 5354497, "target": 5361181}, {"source": 5273338, "target": 5361181}, {"source": 5361181, "target": 5113103}]}
|
[
5354497
] | 1 |
4,616 |
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: Frank Summers, Tammy Park, Lisa Castillo, Jessica Scott
- Fiendship connections: Frank Summers to Jessica Scott, Tammy Park to Jessica Scott, Lisa Castillo to Jessica 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": "Frank Summers", "id": 3735936}, {"name": "Tammy Park", "id": 3735940}, {"name": "Lisa Castillo", "id": 3735933}, {"name": "Jessica Scott", "id": 2445151}], "links": [{"source": 3735936, "target": 2445151}, {"source": 3735940, "target": 2445151}, {"source": 3735933, "target": 2445151}]}
|
[
3735936
] | 1 |
4,617 |
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 Henry, Heather Mann, Patrick Martinez, George Walker
- Fiendship connections: Billy Henry to George Walker, Heather Mann to George Walker
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 Henry", "id": 4581401}, {"name": "Heather Mann", "id": 4581395}, {"name": "Patrick Martinez", "id": 2436121}, {"name": "George Walker", "id": 2480463}], "links": [{"source": 4581401, "target": 2480463}, {"source": 4581395, "target": 2480463}]}
|
[
4581401,
2436121
] | 2 |
4,618 |
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 Johnson, Edward Ramsey, Noah Hansen, Charles Galvan, Linda Watson, Nicole Stewart, Benjamin Thompson, Amanda Green, Jonathan Lopez
- Fiendship connections: David Johnson to Nicole Stewart, Noah Hansen to Charles Galvan, Noah Hansen to Benjamin Thompson, Nicole Stewart to Jonathan 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": "David Johnson", "id": 3469186}, {"name": "Edward Ramsey", "id": 2467139}, {"name": "Noah Hansen", "id": 1858885}, {"name": "Charles Galvan", "id": 1246156}, {"name": "Linda Watson", "id": 2473775}, {"name": "Nicole Stewart", "id": 2431026}, {"name": "Benjamin Thompson", "id": 1412277}, {"name": "Amanda Green", "id": 2420311}, {"name": "Jonathan Lopez", "id": 3469118}], "links": [{"source": 3469186, "target": 2431026}, {"source": 1858885, "target": 1246156}, {"source": 1858885, "target": 1412277}, {"source": 2431026, "target": 3469118}]}
|
[
3469186,
2467139,
1246156,
2473775,
2420311
] | 5 |
4,619 |
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: Jack Anderson, Amber King, Renee Lee, Corey Gonzalez, Daniel Henderson
- Fiendship connections: Jack Anderson to Renee Lee, Jack Anderson to Amber King, Jack Anderson to Daniel Henderson, Jack Anderson to Corey Gonzalez, Renee Lee to Daniel Henderson, Renee Lee to Corey Gonzalez
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": "Jack Anderson", "id": 1515788}, {"name": "Amber King", "id": 911182}, {"name": "Renee Lee", "id": 902196}, {"name": "Corey Gonzalez", "id": 1606010}, {"name": "Daniel Henderson", "id": 1037757}], "links": [{"source": 1515788, "target": 902196}, {"source": 1515788, "target": 911182}, {"source": 1515788, "target": 1037757}, {"source": 1515788, "target": 1606010}, {"source": 902196, "target": 1037757}, {"source": 902196, "target": 1606010}]}
|
[
1515788
] | 1 |
4,620 |
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: Candace Miller, Parker Hicks, Michael Schneider, Karen Cook, Michael Bailey, Cheryl Christensen, Brittney Miller, Brian Clark, Elizabeth English
- Fiendship connections: Candace Miller to Michael Bailey, Candace Miller to Michael Schneider, Candace Miller to Brian Clark, Candace Miller to Elizabeth English, Parker Hicks to Cheryl Christensen, Michael Schneider to Michael Bailey, Michael Schneider to Brian Clark, Michael Schneider to Elizabeth English, Karen Cook to Cheryl Christensen, Michael Bailey to Brian Clark, Michael Bailey to Elizabeth English, Cheryl Christensen to Brittney Miller, Brian Clark to Elizabeth English
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": "Candace Miller", "id": 1667971}, {"name": "Parker Hicks", "id": 1521606}, {"name": "Michael Schneider", "id": 1133289}, {"name": "Karen Cook", "id": 1343724}, {"name": "Michael Bailey", "id": 1057937}, {"name": "Cheryl Christensen", "id": 1854834}, {"name": "Brittney Miller", "id": 1430165}, {"name": "Brian Clark", "id": 1328023}, {"name": "Elizabeth English", "id": 1548505}], "links": [{"source": 1667971, "target": 1057937}, {"source": 1667971, "target": 1133289}, {"source": 1667971, "target": 1328023}, {"source": 1667971, "target": 1548505}, {"source": 1521606, "target": 1854834}, {"source": 1133289, "target": 1057937}, {"source": 1133289, "target": 1328023}, {"source": 1133289, "target": 1548505}, {"source": 1343724, "target": 1854834}, {"source": 1057937, "target": 1328023}, {"source": 1057937, "target": 1548505}, {"source": 1854834, "target": 1430165}, {"source": 1328023, "target": 1548505}]}
|
[
1667971,
1854834
] | 2 |
4,621 |
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: Monica Foster, Sherry Nunez, Chad Jackson, Mary Benton
- Fiendship connections: Monica Foster to Chad Jackson, Chad Jackson to Mary Benton
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": "Monica Foster", "id": 4956048}, {"name": "Sherry Nunez", "id": 5304330}, {"name": "Chad Jackson", "id": 5348107}, {"name": "Mary Benton", "id": 5852252}], "links": [{"source": 4956048, "target": 5348107}, {"source": 5348107, "target": 5852252}]}
|
[
4956048,
5304330
] | 2 |
4,622 |
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 Boyer, Daniel Richardson, Patrick Davis, Mary Ellis, Andrew Perez, Angela Webb, Kevin Hess, Erin Wilson, Jim Montes, Teresa Oneill, Edward Sullivan, Kelly Cox, Timothy Torres, Christina Griffin
- Fiendship connections: Andre Boyer to Angela Webb, Andre Boyer to Jim Montes, Andre Boyer to Edward Sullivan, Daniel Richardson to Andrew Perez, Patrick Davis to Mary Ellis, Patrick Davis to Teresa Oneill, Patrick Davis to Kelly Cox, Patrick Davis to Timothy Torres, Andrew Perez to Erin Wilson, Andrew Perez to Christina Griffin
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 Boyer", "id": 2488353}, {"name": "Daniel Richardson", "id": 2496738}, {"name": "Patrick Davis", "id": 807811}, {"name": "Mary Ellis", "id": 775297}, {"name": "Andrew Perez", "id": 3999591}, {"name": "Angela Webb", "id": 4709834}, {"name": "Kevin Hess", "id": 2454928}, {"name": "Erin Wilson", "id": 2456881}, {"name": "Jim Montes", "id": 4709843}, {"name": "Teresa Oneill", "id": 788149}, {"name": "Edward Sullivan", "id": 4709847}, {"name": "Kelly Cox", "id": 1099900}, {"name": "Timothy Torres", "id": 1219966}, {"name": "Christina Griffin", "id": 2463103}], "links": [{"source": 2488353, "target": 4709834}, {"source": 2488353, "target": 4709843}, {"source": 2488353, "target": 4709847}, {"source": 2496738, "target": 3999591}, {"source": 807811, "target": 775297}, {"source": 807811, "target": 788149}, {"source": 807811, "target": 1099900}, {"source": 807811, "target": 1219966}, {"source": 3999591, "target": 2456881}, {"source": 3999591, "target": 2463103}]}
|
[
2488353,
2463103,
775297,
2454928
] | 4 |
4,623 |
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: Justin Davis, Craig Miller, Crystal Ryan, Mr. Michael Brewer Jr., Charles Torres, Jennifer Little
- Fiendship connections: Justin Davis to Crystal Ryan, Justin Davis to Mr. Michael Brewer Jr., Justin Davis to Charles Torres, Craig Miller to Jennifer Little, Crystal Ryan to Mr. Michael Brewer Jr., Crystal Ryan to Charles Torres
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": "Justin Davis", "id": 2473632}, {"name": "Craig Miller", "id": 4371079}, {"name": "Crystal Ryan", "id": 2473705}, {"name": "Mr. Michael Brewer Jr.", "id": 2474413}, {"name": "Charles Torres", "id": 4344944}, {"name": "Jennifer Little", "id": 2472531}], "links": [{"source": 2473632, "target": 2473705}, {"source": 2473632, "target": 2474413}, {"source": 2473632, "target": 4344944}, {"source": 4371079, "target": 2472531}, {"source": 2473705, "target": 2474413}, {"source": 2473705, "target": 4344944}]}
|
[
2473632,
2472531
] | 2 |
4,624 |
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: Shane Perez, Cindy Gomez, Timothy Williams, Kelly Orr, Angela Gonzales, Victoria Kirby
- Fiendship connections: Shane Perez to Kelly Orr, Timothy Williams to Victoria Kirby
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Shane Perez", "id": 4131426}, {"name": "Cindy Gomez", "id": 2456835}, {"name": "Timothy Williams", "id": 3849128}, {"name": "Kelly Orr", "id": 2462323}, {"name": "Angela Gonzales", "id": 2433299}, {"name": "Victoria Kirby", "id": 2450294}], "links": [{"source": 4131426, "target": 2462323}, {"source": 3849128, "target": 2450294}]}
|
[
4131426,
2456835,
3849128,
2433299
] | 4 |
4,625 |
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: Gary Levy, Jose Mitchell, Tonya Conley, Hannah Villarreal
- Fiendship connections: Jose Mitchell to Tonya Conley
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": "Gary Levy", "id": 50657}, {"name": "Jose Mitchell", "id": 199658}, {"name": "Tonya Conley", "id": 236454}, {"name": "Hannah Villarreal", "id": 19335}], "links": [{"source": 199658, "target": 236454}]}
|
[
50657,
199658,
19335
] | 3 |
4,626 |
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: Jenna Norman, Jessica Calhoun, Katherine Chavez, Jose Bennett, Alyssa Leach, Darin Mills, Joseph King
- Fiendship connections: Jenna Norman to Darin Mills, Jessica Calhoun to Darin Mills, Jessica Calhoun to Alyssa Leach, Katherine Chavez to Darin Mills, Jose Bennett to Darin Mills, Alyssa Leach to Darin Mills, Darin Mills to Joseph King
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": "Jenna Norman", "id": 190720}, {"name": "Jessica Calhoun", "id": 65572}, {"name": "Katherine Chavez", "id": 164169}, {"name": "Jose Bennett", "id": 190716}, {"name": "Alyssa Leach", "id": 130972}, {"name": "Darin Mills", "id": 190717}, {"name": "Joseph King", "id": 190719}], "links": [{"source": 190720, "target": 190717}, {"source": 65572, "target": 190717}, {"source": 65572, "target": 130972}, {"source": 164169, "target": 190717}, {"source": 190716, "target": 190717}, {"source": 130972, "target": 190717}, {"source": 190717, "target": 190719}]}
|
[
190720
] | 1 |
4,627 |
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: Lori Clarke, Matthew Ortiz, Amy Gonzalez, Lauren Jordan, Emily Rivera
- Fiendship connections: Lori Clarke to Lauren Jordan, Matthew Ortiz to Lauren Jordan, Amy Gonzalez to Lauren Jordan, Lauren Jordan to Emily Rivera
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": "Lori Clarke", "id": 975371}, {"name": "Matthew Ortiz", "id": 973003}, {"name": "Amy Gonzalez", "id": 1292110}, {"name": "Lauren Jordan", "id": 1179802}, {"name": "Emily Rivera", "id": 1176574}], "links": [{"source": 975371, "target": 1179802}, {"source": 973003, "target": 1179802}, {"source": 1292110, "target": 1179802}, {"source": 1179802, "target": 1176574}]}
|
[
975371
] | 1 |
4,628 |
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 Collins, Stephanie Smith, Donna Scott, Priscilla Haynes
- Fiendship connections: Robert Collins to Donna 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": "Robert Collins", "id": 4755385}, {"name": "Stephanie Smith", "id": 2470252}, {"name": "Donna Scott", "id": 2491641}, {"name": "Priscilla Haynes", "id": 2409841}], "links": [{"source": 4755385, "target": 2491641}]}
|
[
4755385,
2470252,
2409841
] | 3 |
4,629 |
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 Tucker, Nicholas Lane, Michelle Olson, Nicholas Gonzalez DDS, Marcus Smith, Robert Randall
- Fiendship connections: David Tucker to Nicholas Lane, Nicholas Lane to Robert Randall, Nicholas Gonzalez DDS to Robert Randall, Marcus Smith to Robert Randall
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 Tucker", "id": 2409312}, {"name": "Nicholas Lane", "id": 2709474}, {"name": "Michelle Olson", "id": 1401066}, {"name": "Nicholas Gonzalez DDS", "id": 4122829}, {"name": "Marcus Smith", "id": 2407122}, {"name": "Robert Randall", "id": 2461791}], "links": [{"source": 2409312, "target": 2709474}, {"source": 2709474, "target": 2461791}, {"source": 4122829, "target": 2461791}, {"source": 2407122, "target": 2461791}]}
|
[
2409312,
1401066
] | 2 |
4,630 |
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: Julia Garner, Sarah Morales, Cheryl Williams, Tracy Mcintosh, Katrina Moore, Christina Durham, Christopher Walters, Cheryl Barnes
- Fiendship connections: Julia Garner to Christina Durham, Sarah Morales to Cheryl Barnes, Tracy Mcintosh to Christina Durham, Tracy Mcintosh to Christopher Walters, Katrina Moore to Christopher Walters, Christopher Walters to Cheryl 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": "Julia Garner", "id": 5812769}, {"name": "Sarah Morales", "id": 4971706}, {"name": "Cheryl Williams", "id": 4958505}, {"name": "Tracy Mcintosh", "id": 5130707}, {"name": "Katrina Moore", "id": 5130708}, {"name": "Christina Durham", "id": 4933495}, {"name": "Christopher Walters", "id": 5130682}, {"name": "Cheryl Barnes", "id": 4951325}], "links": [{"source": 5812769, "target": 4933495}, {"source": 4971706, "target": 4951325}, {"source": 5130707, "target": 4933495}, {"source": 5130707, "target": 5130682}, {"source": 5130708, "target": 5130682}, {"source": 5130682, "target": 4951325}]}
|
[
5812769,
4958505
] | 2 |
4,631 |
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: Claudia Nguyen, Micheal Juarez, Matthew Hunt, Jermaine David, Erin Rios, Amber Alvarez, Stephanie Fisher, Susan Warren
- Fiendship connections: Claudia Nguyen to Micheal Juarez, Micheal Juarez to Amber Alvarez, Micheal Juarez to Susan Warren, Matthew Hunt to Jermaine David, Erin Rios to Stephanie Fisher, Stephanie Fisher to Susan Warren
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Claudia Nguyen", "id": 428385}, {"name": "Micheal Juarez", "id": 394628}, {"name": "Matthew Hunt", "id": 183012}, {"name": "Jermaine David", "id": 39974}, {"name": "Erin Rios", "id": 164167}, {"name": "Amber Alvarez", "id": 40746}, {"name": "Stephanie Fisher", "id": 116114}, {"name": "Susan Warren", "id": 432950}], "links": [{"source": 428385, "target": 394628}, {"source": 394628, "target": 40746}, {"source": 394628, "target": 432950}, {"source": 183012, "target": 39974}, {"source": 164167, "target": 116114}, {"source": 116114, "target": 432950}]}
|
[
428385,
183012
] | 2 |
4,632 |
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 Kennedy, Patrick Kelly, Stephen Moss, Kristin Howard, Sean Miller, James Nelson, Kristen Buck
- Fiendship connections: Jamie Kennedy to Patrick Kelly, Kristin Howard to James Nelson, Sean Miller to Kristen Buck, James Nelson to Kristen Buck
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 Kennedy", "id": 635136}, {"name": "Patrick Kelly", "id": 8204}, {"name": "Stephen Moss", "id": 2417996}, {"name": "Kristin Howard", "id": 4406544}, {"name": "Sean Miller", "id": 2431729}, {"name": "James Nelson", "id": 2472952}, {"name": "Kristen Buck", "id": 2612639}], "links": [{"source": 635136, "target": 8204}, {"source": 4406544, "target": 2472952}, {"source": 2431729, "target": 2612639}, {"source": 2472952, "target": 2612639}]}
|
[
635136,
2417996,
4406544
] | 3 |
4,633 |
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: Barbara Wright, Jonathan Walsh, Ricky Austin, Ann Landry, Kelly Wheeler, Joseph Campbell, Jason Heath, Andrew Hoover, Nina Miles, John Colon, Cassidy Jenkins, Joseph Patel
- Fiendship connections: Barbara Wright to Jason Heath, Jonathan Walsh to Ann Landry, Ricky Austin to Ann Landry, Joseph Campbell to Jason Heath, Nina Miles to Cassidy 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": "Barbara Wright", "id": 2427713}, {"name": "Jonathan Walsh", "id": 5048930}, {"name": "Ricky Austin", "id": 5182180}, {"name": "Ann Landry", "id": 5048997}, {"name": "Kelly Wheeler", "id": 2469607}, {"name": "Joseph Campbell", "id": 2405608}, {"name": "Jason Heath", "id": 2585129}, {"name": "Andrew Hoover", "id": 2477069}, {"name": "Nina Miles", "id": 2493582}, {"name": "John Colon", "id": 2424179}, {"name": "Cassidy Jenkins", "id": 4793332}, {"name": "Joseph Patel", "id": 2489342}], "links": [{"source": 2427713, "target": 2585129}, {"source": 5048930, "target": 5048997}, {"source": 5182180, "target": 5048997}, {"source": 2405608, "target": 2585129}, {"source": 2493582, "target": 4793332}]}
|
[
2405608,
5048930,
2469607,
2477069,
4793332,
2424179,
2489342
] | 7 |
4,634 |
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: Bridget Chan, John Hall, Denise Haas, Jennifer Bryant, Sara Wheeler
- Fiendship connections: Bridget Chan to Sara Wheeler, John Hall to Sara Wheeler, Denise Haas to Sara 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": "Bridget Chan", "id": 1718241}, {"name": "John Hall", "id": 926405}, {"name": "Denise Haas", "id": 1895175}, {"name": "Jennifer Bryant", "id": 1382159}, {"name": "Sara Wheeler", "id": 1788242}], "links": [{"source": 1718241, "target": 1788242}, {"source": 926405, "target": 1788242}, {"source": 1895175, "target": 1788242}]}
|
[
1718241,
1382159
] | 2 |
4,635 |
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: Gina Mclaughlin, Anna Martinez, Katherine Fletcher, Jill Munoz, Joseph Adams, William Solis
- Fiendship connections: Gina Mclaughlin to Joseph Adams, Anna Martinez to William Solis, Katherine Fletcher to William Solis, Jill Munoz to Joseph Adams
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": "Gina Mclaughlin", "id": 196679}, {"name": "Anna Martinez", "id": 5382988}, {"name": "Katherine Fletcher", "id": 5037068}, {"name": "Jill Munoz", "id": 329231}, {"name": "Joseph Adams", "id": 345461}, {"name": "William Solis", "id": 5383007}], "links": [{"source": 196679, "target": 345461}, {"source": 5382988, "target": 5383007}, {"source": 5037068, "target": 5383007}, {"source": 329231, "target": 345461}]}
|
[
329231,
5382988
] | 2 |
4,636 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Matthew Garcia, Ashley Schultz, Rodney Hansen, Amy Baker, Jeffrey Cummings, Rachel Hammond, Jessica Taylor
- Fiendship connections: Matthew Garcia to Jessica Taylor, Rodney Hansen to Rachel Hammond, Rodney Hansen to Amy Baker, Rodney Hansen to Jeffrey Cummings
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Matthew Garcia", "id": 5911264}, {"name": "Ashley Schultz", "id": 4940674}, {"name": "Rodney Hansen", "id": 1609271}, {"name": "Amy Baker", "id": 973034}, {"name": "Jeffrey Cummings", "id": 1077267}, {"name": "Rachel Hammond", "id": 958295}, {"name": "Jessica Taylor", "id": 5532574}], "links": [{"source": 5911264, "target": 5532574}, {"source": 1609271, "target": 958295}, {"source": 1609271, "target": 973034}, {"source": 1609271, "target": 1077267}]}
|
[
5911264,
4940674,
973034
] | 3 |
4,637 |
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 Clark, Mr. Nathaniel Mitchell MD, Ryan Hayes, Sharon Foley
- Fiendship connections: Amanda Clark to Mr. Nathaniel Mitchell MD, Mr. Nathaniel Mitchell MD to Sharon Foley
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 Clark", "id": 2435336}, {"name": "Mr. Nathaniel Mitchell MD", "id": 2412030}, {"name": "Ryan Hayes", "id": 2412818}, {"name": "Sharon Foley", "id": 2816470}], "links": [{"source": 2435336, "target": 2412030}, {"source": 2412030, "target": 2816470}]}
|
[
2435336,
2412818
] | 2 |
4,638 |
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 Burgess, Frank Daniels, James Good, Kristin Williams, Amanda Joseph, Michelle Barnes, Jose Black, Dr. Terri Grimes
- Fiendship connections: Brian Burgess to Kristin Williams, Brian Burgess to Jose Black, Frank Daniels to Jose Black, James Good to Jose Black, Amanda Joseph to Jose Black, Jose Black to Dr. Terri Grimes
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 Burgess", "id": 1332226}, {"name": "Frank Daniels", "id": 1090978}, {"name": "James Good", "id": 1136453}, {"name": "Kristin Williams", "id": 1215114}, {"name": "Amanda Joseph", "id": 2242636}, {"name": "Michelle Barnes", "id": 1129524}, {"name": "Jose Black", "id": 1461557}, {"name": "Dr. Terri Grimes", "id": 921657}], "links": [{"source": 1332226, "target": 1215114}, {"source": 1332226, "target": 1461557}, {"source": 1090978, "target": 1461557}, {"source": 1136453, "target": 1461557}, {"source": 2242636, "target": 1461557}, {"source": 1461557, "target": 921657}]}
|
[
1090978,
1129524
] | 2 |
4,639 |
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 Hernandez, Robert Taylor, Dawn May, Victoria Johnson, Tristan Delgado, Michael Aguilar
- Fiendship connections: Thomas Hernandez to Tristan Delgado, Robert Taylor to Victoria Johnson, Victoria Johnson to Tristan Delgado
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 Hernandez", "id": 1147680}, {"name": "Robert Taylor", "id": 1104966}, {"name": "Dawn May", "id": 1175283}, {"name": "Victoria Johnson", "id": 1265588}, {"name": "Tristan Delgado", "id": 1352702}, {"name": "Michael Aguilar", "id": 1462750}], "links": [{"source": 1147680, "target": 1352702}, {"source": 1104966, "target": 1265588}, {"source": 1265588, "target": 1352702}]}
|
[
1147680,
1175283,
1462750
] | 3 |
4,640 |
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: Sandy Burgess, Amanda Sullivan, Nichole Banks, Belinda Green, Jenny Powers, Michelle Wheeler
- Fiendship connections: Sandy Burgess to Jenny Powers, Sandy Burgess to Amanda Sullivan, Nichole Banks to Michelle Wheeler, Nichole Banks to Belinda Green
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": "Sandy Burgess", "id": 1941763}, {"name": "Amanda Sullivan", "id": 1814791}, {"name": "Nichole Banks", "id": 5382923}, {"name": "Belinda Green", "id": 5205773}, {"name": "Jenny Powers", "id": 1494930}, {"name": "Michelle Wheeler", "id": 5132220}], "links": [{"source": 1941763, "target": 1494930}, {"source": 1941763, "target": 1814791}, {"source": 5382923, "target": 5132220}, {"source": 5382923, "target": 5205773}]}
|
[
1494930,
5382923
] | 2 |
4,641 |
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 Mcgrath, Angel Foster, Brittany Alexander, Jill Anderson
- Fiendship connections: Brian Mcgrath to Angel Foster, Angel Foster to Brittany Alexander, Angel Foster to Jill Anderson
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 Mcgrath", "id": 3995178}, {"name": "Angel Foster", "id": 2459204}, {"name": "Brittany Alexander", "id": 4051037}, {"name": "Jill Anderson", "id": 4051126}], "links": [{"source": 3995178, "target": 2459204}, {"source": 2459204, "target": 4051037}, {"source": 2459204, "target": 4051126}]}
|
[
3995178
] | 1 |
4,642 |
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: Shawn Robinson, Charles Hill, Eduardo Bryant, Collin Williamson, Cory Burgess, John Cook, Daniel Bradley, Douglas Cobb, Benjamin Reeves, Cassandra Mcdonald, Dakota Thompson
- Fiendship connections: Shawn Robinson to Charles Hill, Charles Hill to Benjamin Reeves, Collin Williamson to Douglas Cobb, Cory Burgess to Douglas Cobb
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": "Shawn Robinson", "id": 5043616}, {"name": "Charles Hill", "id": 5426594}, {"name": "Eduardo Bryant", "id": 5021959}, {"name": "Collin Williamson", "id": 4181353}, {"name": "Cory Burgess", "id": 2442921}, {"name": "John Cook", "id": 2444139}, {"name": "Daniel Bradley", "id": 5227020}, {"name": "Douglas Cobb", "id": 2463759}, {"name": "Benjamin Reeves", "id": 4936594}, {"name": "Cassandra Mcdonald", "id": 2481335}, {"name": "Dakota Thompson", "id": 2491711}], "links": [{"source": 5043616, "target": 5426594}, {"source": 5426594, "target": 4936594}, {"source": 4181353, "target": 2463759}, {"source": 2442921, "target": 2463759}]}
|
[
5043616,
5021959,
4181353,
2444139,
5227020,
2481335,
2491711
] | 7 |
4,643 |
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 Munoz, Terry Sanchez, Bryan Dalton, Natalie Norton, Lori Bryant
- Fiendship connections: Angela Munoz to Natalie Norton, Terry Sanchez to Bryan Dalton, Bryan Dalton to Lori Bryant
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Angela Munoz", "id": 5939712}, {"name": "Terry Sanchez", "id": 2419264}, {"name": "Bryan Dalton", "id": 3095972}, {"name": "Natalie Norton", "id": 4958213}, {"name": "Lori Bryant", "id": 2419270}], "links": [{"source": 5939712, "target": 4958213}, {"source": 2419264, "target": 3095972}, {"source": 3095972, "target": 2419270}]}
|
[
5939712,
2419264
] | 2 |
4,644 |
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 Arnold, Kyle Lane, Julia Spencer, Mark Harper, Kathryn Mendoza, Kevin King
- Fiendship connections: Kyle Lane to Kathryn Mendoza, Julia Spencer to Kathryn Mendoza, Mark Harper to Kathryn Mendoza, Kathryn Mendoza to Kevin King
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 Arnold", "id": 1061446}, {"name": "Kyle Lane", "id": 1045159}, {"name": "Julia Spencer", "id": 1600063}, {"name": "Mark Harper", "id": 1109744}, {"name": "Kathryn Mendoza", "id": 2000543}, {"name": "Kevin King", "id": 1061503}], "links": [{"source": 1045159, "target": 2000543}, {"source": 1600063, "target": 2000543}, {"source": 1109744, "target": 2000543}, {"source": 2000543, "target": 1061503}]}
|
[
1061446,
1045159
] | 2 |
4,645 |
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: Lauren Lyons, Cassandra Gutierrez, Tina Richmond, Rachel Davis, Andrew Gonzalez, Roy Anderson, Tammy Dawson, Joshua Robinson, Jamie Rangel
- Fiendship connections: Lauren Lyons to Cassandra Gutierrez, Lauren Lyons to Joshua Robinson, Cassandra Gutierrez to Joshua Robinson, Rachel Davis to Tammy Dawson, Andrew Gonzalez to Joshua Robinson, Tammy Dawson to Jamie Rangel
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": "Lauren Lyons", "id": 941824}, {"name": "Cassandra Gutierrez", "id": 1380133}, {"name": "Tina Richmond", "id": 2476872}, {"name": "Rachel Davis", "id": 2464392}, {"name": "Andrew Gonzalez", "id": 842547}, {"name": "Roy Anderson", "id": 2477397}, {"name": "Tammy Dawson", "id": 2464503}, {"name": "Joshua Robinson", "id": 1685945}, {"name": "Jamie Rangel", "id": 4209567}], "links": [{"source": 941824, "target": 1380133}, {"source": 941824, "target": 1685945}, {"source": 1380133, "target": 1685945}, {"source": 2464392, "target": 2464503}, {"source": 842547, "target": 1685945}, {"source": 2464503, "target": 4209567}]}
|
[
941824,
2476872,
2464392,
2477397
] | 4 |
4,646 |
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: Rhonda Acevedo, Jason Stewart, James Wells, Anthony Welch, Justin Casey, Elizabeth Clark, Jacob Knight, Tiffany Hull, Heather Cooper, Stephanie Graham, John Morse, Michael Richardson, Brandon Johnson
- Fiendship connections: Jason Stewart to Brandon Johnson, Jason Stewart to Elizabeth Clark, James Wells to Michael Richardson, Anthony Welch to Elizabeth Clark, Justin Casey to Michael Richardson, Tiffany Hull to John Morse, Heather Cooper to Michael Richardson, Michael Richardson to Brandon 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": "Rhonda Acevedo", "id": 2416800}, {"name": "Jason Stewart", "id": 2512449}, {"name": "James Wells", "id": 2471011}, {"name": "Anthony Welch", "id": 2449765}, {"name": "Justin Casey", "id": 2703686}, {"name": "Elizabeth Clark", "id": 2435079}, {"name": "Jacob Knight", "id": 2461642}, {"name": "Tiffany Hull", "id": 2485722}, {"name": "Heather Cooper", "id": 2429366}, {"name": "Stephanie Graham", "id": 2475447}, {"name": "John Morse", "id": 2485849}, {"name": "Michael Richardson", "id": 2408090}, {"name": "Brandon Johnson", "id": 2420221}], "links": [{"source": 2512449, "target": 2420221}, {"source": 2512449, "target": 2435079}, {"source": 2471011, "target": 2408090}, {"source": 2449765, "target": 2435079}, {"source": 2703686, "target": 2408090}, {"source": 2485722, "target": 2485849}, {"source": 2429366, "target": 2408090}, {"source": 2408090, "target": 2420221}]}
|
[
2416800,
2512449,
2461642,
2485849,
2475447
] | 5 |
4,647 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mary Lee, Sean Fisher, James Newton, Anthony Smith, Alexis Chan, Michelle Fuentes, Miguel Scott, Briana Powell, Richard Simon
- Fiendship connections: Mary Lee to Anthony Smith, Mary Lee to James Newton, Alexis Chan to Richard Simon, Michelle Fuentes to Richard Simon, Briana Powell to Richard Simon
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mary Lee", "id": 3201673}, {"name": "Sean Fisher", "id": 2455661}, {"name": "James Newton", "id": 2502833}, {"name": "Anthony Smith", "id": 2423314}, {"name": "Alexis Chan", "id": 791060}, {"name": "Michelle Fuentes", "id": 1883893}, {"name": "Miguel Scott", "id": 1245016}, {"name": "Briana Powell", "id": 835354}, {"name": "Richard Simon", "id": 978748}], "links": [{"source": 3201673, "target": 2423314}, {"source": 3201673, "target": 2502833}, {"source": 791060, "target": 978748}, {"source": 1883893, "target": 978748}, {"source": 835354, "target": 978748}]}
|
[
3201673,
2455661,
835354,
1245016
] | 4 |
4,648 |
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 Mueller, William Rojas, Abigail Howell, Megan Campbell
- Fiendship connections: Daniel Mueller to Abigail Howell, Daniel Mueller to William Rojas, Daniel Mueller to Megan Campbell, William Rojas to Abigail Howell, William Rojas to Megan Campbell, Abigail Howell to Megan Campbell
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Daniel Mueller", "id": 2461785}, {"name": "William Rojas", "id": 2441474}, {"name": "Abigail Howell", "id": 2441415}, {"name": "Megan Campbell", "id": 3467023}], "links": [{"source": 2461785, "target": 2441415}, {"source": 2461785, "target": 2441474}, {"source": 2461785, "target": 3467023}, {"source": 2441474, "target": 2441415}, {"source": 2441474, "target": 3467023}, {"source": 2441415, "target": 3467023}]}
|
[
2461785
] | 1 |
4,649 |
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: Jacob Nelson, Anthony Owens, Michael Smith, Jennifer Ingram, Tiffany Berry, Marisa Curtis
- Fiendship connections: Jacob Nelson to Marisa Curtis, Michael Smith to Marisa Curtis, Tiffany Berry to Marisa Curtis
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": "Jacob Nelson", "id": 3505473}, {"name": "Anthony Owens", "id": 2431338}, {"name": "Michael Smith", "id": 3505455}, {"name": "Jennifer Ingram", "id": 2421009}, {"name": "Tiffany Berry", "id": 3505461}, {"name": "Marisa Curtis", "id": 2432859}], "links": [{"source": 3505473, "target": 2432859}, {"source": 3505455, "target": 2432859}, {"source": 3505461, "target": 2432859}]}
|
[
3505473,
2431338,
2421009
] | 3 |
4,650 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Paul Garner, Kyle Peterson, Vincent Martinez, Philip Pittman, Samuel Golden, Elizabeth Nash
- Fiendship connections: Paul Garner to Kyle Peterson, Paul Garner to Samuel Golden, Paul Garner to Vincent Martinez, Paul Garner to Philip Pittman, Paul Garner to Elizabeth Nash
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Paul Garner", "id": 131850}, {"name": "Kyle Peterson", "id": 131851}, {"name": "Vincent Martinez", "id": 323084}, {"name": "Philip Pittman", "id": 613493}, {"name": "Samuel Golden", "id": 370135}, {"name": "Elizabeth Nash", "id": 622141}], "links": [{"source": 131850, "target": 131851}, {"source": 131850, "target": 370135}, {"source": 131850, "target": 323084}, {"source": 131850, "target": 613493}, {"source": 131850, "target": 622141}]}
|
[
131850
] | 1 |
4,651 |
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 Ellison, Samantha Cook, Regina Bennett, Dylan Lara, Rebecca May, Mary Andrews, Alex Rodriguez, Leah Dunn, Terri Hernandez, Sarah Brown, Jimmy Thomas, Stephanie Smith
- Fiendship connections: Lisa Ellison to Regina Bennett, Samantha Cook to Alex Rodriguez, Regina Bennett to Terri Hernandez, Regina Bennett to Mary Andrews, Jimmy Thomas to Stephanie 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": "Lisa Ellison", "id": 832288}, {"name": "Samantha Cook", "id": 2677222}, {"name": "Regina Bennett", "id": 1770569}, {"name": "Dylan Lara", "id": 2454059}, {"name": "Rebecca May", "id": 2473452}, {"name": "Mary Andrews", "id": 1825042}, {"name": "Alex Rodriguez", "id": 2417683}, {"name": "Leah Dunn", "id": 2495252}, {"name": "Terri Hernandez", "id": 1507923}, {"name": "Sarah Brown", "id": 2484726}, {"name": "Jimmy Thomas", "id": 2499476}, {"name": "Stephanie Smith", "id": 2498009}], "links": [{"source": 832288, "target": 1770569}, {"source": 2677222, "target": 2417683}, {"source": 1770569, "target": 1507923}, {"source": 1770569, "target": 1825042}, {"source": 2499476, "target": 2498009}]}
|
[
832288,
2417683,
2454059,
2473452,
2495252,
2484726,
2498009
] | 7 |
4,652 |
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: Cynthia Nelson, Angela Ray, Christopher Ramirez, John Hammond, Paul Hopkins, Keith Payne, Holly Sanford, Kyle Rojas, Alexander Miller
- Fiendship connections: Cynthia Nelson to Paul Hopkins, Cynthia Nelson to Christopher Ramirez, Angela Ray to Christopher Ramirez, Christopher Ramirez to Keith Payne, Christopher Ramirez to Kyle Rojas, Christopher Ramirez to Holly Sanford, John Hammond to Paul Hopkins, John Hammond to Alexander Miller
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cynthia Nelson", "id": 1643616}, {"name": "Angela Ray", "id": 1120673}, {"name": "Christopher Ramirez", "id": 1272358}, {"name": "John Hammond", "id": 1042632}, {"name": "Paul Hopkins", "id": 941751}, {"name": "Keith Payne", "id": 1188107}, {"name": "Holly Sanford", "id": 2212561}, {"name": "Kyle Rojas", "id": 1238871}, {"name": "Alexander Miller", "id": 1426201}], "links": [{"source": 1643616, "target": 941751}, {"source": 1643616, "target": 1272358}, {"source": 1120673, "target": 1272358}, {"source": 1272358, "target": 1188107}, {"source": 1272358, "target": 1238871}, {"source": 1272358, "target": 2212561}, {"source": 1042632, "target": 941751}, {"source": 1042632, "target": 1426201}]}
|
[
1643616
] | 1 |
4,653 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Brian Johnson, Carrie Gonzalez, Sandy Beasley, Jennifer White, Rose Khan, Cory Munoz, Brooke Dickerson, Thomas Allen
- Fiendship connections: Carrie Gonzalez to Brooke Dickerson, Carrie Gonzalez to Jennifer White, Carrie Gonzalez to Sandy Beasley, Jennifer White to Cory Munoz, Jennifer White to Rose Khan, Cory Munoz to Brooke Dickerson, Cory Munoz to Thomas 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": "Brian Johnson", "id": 917634}, {"name": "Carrie Gonzalez", "id": 2242760}, {"name": "Sandy Beasley", "id": 1670378}, {"name": "Jennifer White", "id": 1614285}, {"name": "Rose Khan", "id": 1937459}, {"name": "Cory Munoz", "id": 957591}, {"name": "Brooke Dickerson", "id": 878908}, {"name": "Thomas Allen", "id": 902623}], "links": [{"source": 2242760, "target": 878908}, {"source": 2242760, "target": 1614285}, {"source": 2242760, "target": 1670378}, {"source": 1614285, "target": 957591}, {"source": 1614285, "target": 1937459}, {"source": 957591, "target": 878908}, {"source": 957591, "target": 902623}]}
|
[
917634,
2242760
] | 2 |
4,654 |
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 Perry, Mary Dunlap, Andrea Hoffman, Troy Lee
- Fiendship connections: Mary Dunlap to Troy 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": "James Perry", "id": 2426091}, {"name": "Mary Dunlap", "id": 2433179}, {"name": "Andrea Hoffman", "id": 2502973}, {"name": "Troy Lee", "id": 2437639}], "links": [{"source": 2433179, "target": 2437639}]}
|
[
2426091,
2433179,
2502973
] | 3 |
4,655 |
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 Johnson, Brent Schultz, Alan Peterson, Rachel Pope, Olivia Munoz, Miguel Wolfe, Gabrielle Little, Dwayne Santos, Melissa Gomez, Diana Crawford, Dr. Lori Jackson, Jay Mcdowell, Robert Gonzalez
- Fiendship connections: Alan Peterson to Melissa Gomez, Rachel Pope to Jay Mcdowell, Olivia Munoz to Melissa Gomez, Miguel Wolfe to Melissa Gomez, Gabrielle Little to Robert Gonzalez, Gabrielle Little to Dr. Lori Jackson, Dwayne Santos to Melissa Gomez, Melissa Gomez to Diana Crawford
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kelly Johnson", "id": 1380643}, {"name": "Brent Schultz", "id": 984516}, {"name": "Alan Peterson", "id": 1045800}, {"name": "Rachel Pope", "id": 371914}, {"name": "Olivia Munoz", "id": 1607788}, {"name": "Miguel Wolfe", "id": 1502701}, {"name": "Gabrielle Little", "id": 2477360}, {"name": "Dwayne Santos", "id": 1159121}, {"name": "Melissa Gomez", "id": 2052978}, {"name": "Diana Crawford", "id": 1290966}, {"name": "Dr. Lori Jackson", "id": 4498103}, {"name": "Jay Mcdowell", "id": 28571}, {"name": "Robert Gonzalez", "id": 2477375}], "links": [{"source": 1045800, "target": 2052978}, {"source": 371914, "target": 28571}, {"source": 1607788, "target": 2052978}, {"source": 1502701, "target": 2052978}, {"source": 2477360, "target": 2477375}, {"source": 2477360, "target": 4498103}, {"source": 1159121, "target": 2052978}, {"source": 2052978, "target": 1290966}]}
|
[
1380643,
984516,
1045800,
371914,
2477360
] | 5 |
4,656 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jordan Estrada, Ashley Mcneil, Penny Rivers, Johnny White, David Clayton, James Garcia, Richard Vaughn, Travis Sullivan, Andrea Fritz
- Fiendship connections: Jordan Estrada to David Clayton, Jordan Estrada to Penny Rivers, Jordan Estrada to Richard Vaughn, Ashley Mcneil to Travis Sullivan, Penny Rivers to David Clayton, Travis Sullivan to Andrea Fritz
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jordan Estrada", "id": 3208992}, {"name": "Ashley Mcneil", "id": 1114725}, {"name": "Penny Rivers", "id": 2442602}, {"name": "Johnny White", "id": 2492653}, {"name": "David Clayton", "id": 2423694}, {"name": "James Garcia", "id": 2427668}, {"name": "Richard Vaughn", "id": 2452182}, {"name": "Travis Sullivan", "id": 1264026}, {"name": "Andrea Fritz", "id": 815069}], "links": [{"source": 3208992, "target": 2423694}, {"source": 3208992, "target": 2442602}, {"source": 3208992, "target": 2452182}, {"source": 1114725, "target": 1264026}, {"source": 2442602, "target": 2423694}, {"source": 1264026, "target": 815069}]}
|
[
3208992,
815069,
2492653,
2427668
] | 4 |
4,657 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Elizabeth Shaffer, Katelyn Bell, Michael Christian, Joshua Harmon, Angelica Taylor, Danielle Drake, Mr. Jonathon Ware
- Fiendship connections: Elizabeth Shaffer to Danielle Drake, Elizabeth Shaffer to Katelyn Bell, Katelyn Bell to Danielle Drake, Joshua Harmon to Mr. Jonathon Ware, Angelica Taylor to Danielle 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": "Elizabeth Shaffer", "id": 2067876}, {"name": "Katelyn Bell", "id": 2067878}, {"name": "Michael Christian", "id": 2415367}, {"name": "Joshua Harmon", "id": 4567822}, {"name": "Angelica Taylor", "id": 906608}, {"name": "Danielle Drake", "id": 1735961}, {"name": "Mr. Jonathon Ware", "id": 2479838}], "links": [{"source": 2067876, "target": 1735961}, {"source": 2067876, "target": 2067878}, {"source": 2067878, "target": 1735961}, {"source": 4567822, "target": 2479838}, {"source": 906608, "target": 1735961}]}
|
[
906608,
2415367,
2479838
] | 3 |
4,658 |
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: Mitchell Romero, Daniel Trujillo, James Lynch, Francisco Ayers
- Fiendship connections: Mitchell Romero to Francisco Ayers, Mitchell Romero to Daniel Trujillo, Mitchell Romero to James 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": "Mitchell Romero", "id": 5821272}, {"name": "Daniel Trujillo", "id": 5189809}, {"name": "James Lynch", "id": 5962146}, {"name": "Francisco Ayers", "id": 4979094}], "links": [{"source": 5821272, "target": 4979094}, {"source": 5821272, "target": 5189809}, {"source": 5821272, "target": 5962146}]}
|
[
5821272
] | 1 |
4,659 |
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 Long, Lindsey Gibbs, Richard Maxwell, Megan Guerrero, Jesse Smith, Julie Baker
- Fiendship connections: Stephen Long to Lindsey Gibbs, Richard Maxwell to Megan Guerrero
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 Long", "id": 2421027}, {"name": "Lindsey Gibbs", "id": 3125988}, {"name": "Richard Maxwell", "id": 2482308}, {"name": "Megan Guerrero", "id": 4636617}, {"name": "Jesse Smith", "id": 2467320}, {"name": "Julie Baker", "id": 2463550}], "links": [{"source": 2421027, "target": 3125988}, {"source": 2482308, "target": 4636617}]}
|
[
2421027,
4636617,
2467320,
2463550
] | 4 |
4,660 |
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: Tonya Conley, Jose Mitchell, David Wang, Stephanie Drake, Joseph Cook, Donna Parker, Rebecca Ryan
- Fiendship connections: Tonya Conley to Jose Mitchell, David Wang to Rebecca Ryan, Stephanie Drake to Rebecca Ryan, Joseph Cook to Rebecca Ryan
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": "Tonya Conley", "id": 236454}, {"name": "Jose Mitchell", "id": 199658}, {"name": "David Wang", "id": 4252431}, {"name": "Stephanie Drake", "id": 2805553}, {"name": "Joseph Cook", "id": 4252433}, {"name": "Donna Parker", "id": 72950}, {"name": "Rebecca Ryan", "id": 2467321}], "links": [{"source": 236454, "target": 199658}, {"source": 4252431, "target": 2467321}, {"source": 2805553, "target": 2467321}, {"source": 4252433, "target": 2467321}]}
|
[
199658,
2805553,
72950
] | 3 |
4,661 |
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: Faith Rodriguez, Lisa Martin, Amber Cox, Jack Reynolds, Dale Lopez, Jill Page
- Fiendship connections: Faith Rodriguez to Dale Lopez, Faith Rodriguez to Jack Reynolds, Amber Cox to Jill Page, Jack Reynolds to Dale 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": "Faith Rodriguez", "id": 2459906}, {"name": "Lisa Martin", "id": 307370}, {"name": "Amber Cox", "id": 674795}, {"name": "Jack Reynolds", "id": 3406004}, {"name": "Dale Lopez", "id": 2459989}, {"name": "Jill Page", "id": 141340}], "links": [{"source": 2459906, "target": 2459989}, {"source": 2459906, "target": 3406004}, {"source": 674795, "target": 141340}, {"source": 3406004, "target": 2459989}]}
|
[
2459906,
307370,
674795
] | 3 |
4,662 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Courtney Rubio, Colleen Russell, Margaret Conner, Jesse Morgan
- Fiendship connections: Courtney Rubio to Colleen Russell, Courtney Rubio to Margaret Conner, Courtney Rubio to Jesse Morgan
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Courtney Rubio", "id": 2414563}, {"name": "Colleen Russell", "id": 2788508}, {"name": "Margaret Conner", "id": 2889990}, {"name": "Jesse Morgan", "id": 2889999}], "links": [{"source": 2414563, "target": 2788508}, {"source": 2414563, "target": 2889990}, {"source": 2414563, "target": 2889999}]}
|
[
2414563
] | 1 |
4,663 |
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 Escobar, Kathy Bennett, Erin Holt, Jennifer Stewart, John Garcia
- Fiendship connections: Jason Escobar to Jennifer Stewart, Kathy Bennett to Jennifer Stewart, Erin Holt to John Garcia
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jason Escobar", "id": 1317130}, {"name": "Kathy Bennett", "id": 1951787}, {"name": "Erin Holt", "id": 121935}, {"name": "Jennifer Stewart", "id": 1773272}, {"name": "John Garcia", "id": 449723}], "links": [{"source": 1317130, "target": 1773272}, {"source": 1951787, "target": 1773272}, {"source": 121935, "target": 449723}]}
|
[
1773272,
449723
] | 2 |
4,664 |
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, Lauren Gilmore, Christopher Palmer, Alyssa Graham, Amy Norman
- Fiendship connections: Tracy Wilson to Lauren Gilmore, Lauren Gilmore to Christopher Palmer, Alyssa Graham to Amy Norman
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": "Lauren Gilmore", "id": 5763543}, {"name": "Christopher Palmer", "id": 5010234}, {"name": "Alyssa Graham", "id": 5255067}, {"name": "Amy Norman", "id": 4976895}], "links": [{"source": 4935009, "target": 5763543}, {"source": 5763543, "target": 5010234}, {"source": 5255067, "target": 4976895}]}
|
[
4935009,
5255067
] | 2 |
4,665 |
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 King, Joshua Kane, Lucas Reeves, Mrs. Kimberly Nguyen MD, William Lewis, Cole James, Joseph Edwards, Eric Wood
- Fiendship connections: Christopher King to Lucas Reeves, Joshua Kane to Eric Wood, William Lewis to Joseph Edwards, William Lewis to Eric Wood, Cole James to Eric Wood
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 King", "id": 5465476}, {"name": "Joshua Kane", "id": 1002}, {"name": "Lucas Reeves", "id": 5465486}, {"name": "Mrs. Kimberly Nguyen MD", "id": 4949744}, {"name": "William Lewis", "id": 340210}, {"name": "Cole James", "id": 8631}, {"name": "Joseph Edwards", "id": 341406}, {"name": "Eric Wood", "id": 341407}], "links": [{"source": 5465476, "target": 5465486}, {"source": 1002, "target": 341407}, {"source": 340210, "target": 341406}, {"source": 340210, "target": 341407}, {"source": 8631, "target": 341407}]}
|
[
5465476,
1002,
4949744
] | 3 |
4,666 |
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 Stevens, David Rose, Linda Price, Tracy Gordon
- Fiendship connections: James Stevens to Linda Price, David Rose to Linda Price, Linda Price to Tracy Gordon
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 Stevens", "id": 468993}, {"name": "David Rose", "id": 468995}, {"name": "Linda Price", "id": 177549}, {"name": "Tracy Gordon", "id": 468990}], "links": [{"source": 468993, "target": 177549}, {"source": 468995, "target": 177549}, {"source": 177549, "target": 468990}]}
|
[
468993
] | 1 |
4,667 |
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 Bell, Belinda Knight, Christopher Hanson, Cameron Peterson
- Fiendship connections: Christopher Bell to Cameron Peterson, Belinda Knight to Cameron 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": "Christopher Bell", "id": 4994072}, {"name": "Belinda Knight", "id": 4996234}, {"name": "Christopher Hanson", "id": 4940664}, {"name": "Cameron Peterson", "id": 5393806}], "links": [{"source": 4994072, "target": 5393806}, {"source": 4996234, "target": 5393806}]}
|
[
4994072,
4940664
] | 2 |
4,668 |
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 Martin, Caleb Watson, Kelsey Kelly, Jessica Williams MD, Anita Henderson, Thomas Lawson, Henry Alvarez, Kaitlin Johnson, Sally Daniel, Thomas Johnson, Jonathan Daniels
- Fiendship connections: Brian Martin to Anita Henderson, Brian Martin to Thomas Lawson, Caleb Watson to Kelsey Kelly, Caleb Watson to Kaitlin Johnson, Jessica Williams MD to Kaitlin Johnson, Thomas Lawson to Kaitlin Johnson, Henry Alvarez to Kaitlin Johnson, Thomas Johnson to Jonathan Daniels
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 Martin", "id": 207554}, {"name": "Caleb Watson", "id": 80099}, {"name": "Kelsey Kelly", "id": 37993}, {"name": "Jessica Williams MD", "id": 34443}, {"name": "Anita Henderson", "id": 3852}, {"name": "Thomas Lawson", "id": 185647}, {"name": "Henry Alvarez", "id": 129562}, {"name": "Kaitlin Johnson", "id": 424472}, {"name": "Sally Daniel", "id": 426905}, {"name": "Thomas Johnson", "id": 813114}, {"name": "Jonathan Daniels", "id": 796859}], "links": [{"source": 207554, "target": 3852}, {"source": 207554, "target": 185647}, {"source": 80099, "target": 37993}, {"source": 80099, "target": 424472}, {"source": 34443, "target": 424472}, {"source": 185647, "target": 424472}, {"source": 129562, "target": 424472}, {"source": 813114, "target": 796859}]}
|
[
207554,
426905,
813114
] | 3 |
4,669 |
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 Li, George Bean, Alyssa Santos, Erica Castillo, Terry Johnson, Carrie Matthews, Karl Walker, Michelle Mathis
- Fiendship connections: Stephanie Li to Alyssa Santos, Stephanie Li to Michelle Mathis, Stephanie Li to Carrie Matthews, Stephanie Li to Karl Walker, Stephanie Li to Erica Castillo, Stephanie Li to Terry Johnson, George Bean to Alyssa Santos, George Bean to Michelle Mathis, George Bean to Carrie Matthews, George Bean to Erica Castillo, Alyssa Santos to Michelle Mathis, Alyssa Santos to Carrie Matthews, Alyssa Santos to Karl Walker, Alyssa Santos to Erica Castillo, Erica Castillo to Michelle Mathis, Erica Castillo to Carrie Matthews, Carrie Matthews to Michelle Mathis, Carrie Matthews to Karl Walker
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 Li", "id": 2405217}, {"name": "George Bean", "id": 2405509}, {"name": "Alyssa Santos", "id": 2403622}, {"name": "Erica Castillo", "id": 2405707}, {"name": "Terry Johnson", "id": 2534576}, {"name": "Carrie Matthews", "id": 2405430}, {"name": "Karl Walker", "id": 2405690}, {"name": "Michelle Mathis", "id": 2405308}], "links": [{"source": 2405217, "target": 2403622}, {"source": 2405217, "target": 2405308}, {"source": 2405217, "target": 2405430}, {"source": 2405217, "target": 2405690}, {"source": 2405217, "target": 2405707}, {"source": 2405217, "target": 2534576}, {"source": 2405509, "target": 2403622}, {"source": 2405509, "target": 2405308}, {"source": 2405509, "target": 2405430}, {"source": 2405509, "target": 2405707}, {"source": 2403622, "target": 2405308}, {"source": 2403622, "target": 2405430}, {"source": 2403622, "target": 2405690}, {"source": 2403622, "target": 2405707}, {"source": 2405707, "target": 2405308}, {"source": 2405707, "target": 2405430}, {"source": 2405430, "target": 2405308}, {"source": 2405430, "target": 2405690}]}
|
[
2405217
] | 1 |
4,670 |
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: Ricardo Holmes, Michelle Hunt, Jeffery Yoder, David Francis
- Fiendship connections: Ricardo Holmes to Jeffery Yoder
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": "Ricardo Holmes", "id": 3549538}, {"name": "Michelle Hunt", "id": 2429261}, {"name": "Jeffery Yoder", "id": 2435590}, {"name": "David Francis", "id": 2456831}], "links": [{"source": 3549538, "target": 2435590}]}
|
[
3549538,
2429261,
2456831
] | 3 |
4,671 |
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: Marissa Sanchez, Scott Coleman, Anthony Hunter, Ray Strong
- Fiendship connections: Marissa Sanchez to Anthony Hunter, Marissa Sanchez to Ray Strong, Scott Coleman to Ray Strong
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": "Marissa Sanchez", "id": 2355600}, {"name": "Scott Coleman", "id": 1661697}, {"name": "Anthony Hunter", "id": 1956282}, {"name": "Ray Strong", "id": 2152279}], "links": [{"source": 2355600, "target": 1956282}, {"source": 2355600, "target": 2152279}, {"source": 1661697, "target": 2152279}]}
|
[
2355600
] | 1 |
4,672 |
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: Kayla Hayes, Charles Carter, Cynthia Smith, Lisa Long
- Fiendship connections: Kayla Hayes to Charles 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": "Kayla Hayes", "id": 2441200}, {"name": "Charles Carter", "id": 3674699}, {"name": "Cynthia Smith", "id": 2451358}, {"name": "Lisa Long", "id": 2444631}], "links": [{"source": 2441200, "target": 3674699}]}
|
[
2441200,
2451358,
2444631
] | 3 |
4,673 |
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 Miller, William Mann, Susan Bentley, Edward Stephens, Mrs. Jasmine Anderson, Kimberly Grimes
- Fiendship connections: Joseph Miller to Edward Stephens, Joseph Miller to Susan Bentley, Susan Bentley to Kimberly Grimes
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 Miller", "id": 999905}, {"name": "William Mann", "id": 889027}, {"name": "Susan Bentley", "id": 1100936}, {"name": "Edward Stephens", "id": 1424943}, {"name": "Mrs. Jasmine Anderson", "id": 848980}, {"name": "Kimberly Grimes", "id": 1089076}], "links": [{"source": 999905, "target": 1424943}, {"source": 999905, "target": 1100936}, {"source": 1100936, "target": 1089076}]}
|
[
1100936,
889027,
848980
] | 3 |
4,674 |
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: Karen Rivera, Angel Hall, Dylan Anderson, Daniel Cobb, Krista Lucas, Gerald Stephenson, Michael Perez, Andrew Fletcher, Sue Callahan, John Barr, Shawn Crawford, Kristina Brooks, Jessica Smith DDS, Jennifer Murray
- Fiendship connections: Karen Rivera to Dylan Anderson, Angel Hall to Jennifer Murray, Dylan Anderson to John Barr, Dylan Anderson to Kristina Brooks, Dylan Anderson to Shawn Crawford, Daniel Cobb to Krista Lucas, Daniel Cobb to Jennifer Murray, Krista Lucas to Michael Perez, Krista Lucas to Sue Callahan, Gerald Stephenson to Michael Perez, Gerald Stephenson to Sue Callahan, Michael Perez to Sue Callahan, Andrew Fletcher to Sue Callahan, Jessica Smith DDS to Jennifer Murray
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Karen Rivera", "id": 961056}, {"name": "Angel Hall", "id": 4856321}, {"name": "Dylan Anderson", "id": 1141894}, {"name": "Daniel Cobb", "id": 2879654}, {"name": "Krista Lucas", "id": 2471368}, {"name": "Gerald Stephenson", "id": 2449993}, {"name": "Michael Perez", "id": 2471868}, {"name": "Andrew Fletcher", "id": 2496107}, {"name": "Sue Callahan", "id": 2573678}, {"name": "John Barr", "id": 989775}, {"name": "Shawn Crawford", "id": 1427348}, {"name": "Kristina Brooks", "id": 1001847}, {"name": "Jessica Smith DDS", "id": 4856314}, {"name": "Jennifer Murray", "id": 2498748}], "links": [{"source": 961056, "target": 1141894}, {"source": 4856321, "target": 2498748}, {"source": 1141894, "target": 989775}, {"source": 1141894, "target": 1001847}, {"source": 1141894, "target": 1427348}, {"source": 2879654, "target": 2471368}, {"source": 2879654, "target": 2498748}, {"source": 2471368, "target": 2471868}, {"source": 2471368, "target": 2573678}, {"source": 2449993, "target": 2471868}, {"source": 2449993, "target": 2573678}, {"source": 2471868, "target": 2573678}, {"source": 2496107, "target": 2573678}, {"source": 4856314, "target": 2498748}]}
|
[
961056,
4856321
] | 2 |
4,675 |
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: Cody Green, Tanya Collins, Cody Galvan DDS, Bernard Santana, Angel Glover, Scott Cross
- Fiendship connections: Cody Green to Bernard Santana, Tanya Collins to Angel Glover, Cody Galvan DDS to Bernard Santana, Bernard Santana to Scott Cross
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": "Cody Green", "id": 324872}, {"name": "Tanya Collins", "id": 1285013}, {"name": "Cody Galvan DDS", "id": 298968}, {"name": "Bernard Santana", "id": 597400}, {"name": "Angel Glover", "id": 1019449}, {"name": "Scott Cross", "id": 191903}], "links": [{"source": 324872, "target": 597400}, {"source": 1285013, "target": 1019449}, {"source": 298968, "target": 597400}, {"source": 597400, "target": 191903}]}
|
[
324872,
1019449
] | 2 |
4,676 |
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: Cheryl Coleman, Amber Wood, Heidi Wilson, Gary Lee, Joseph Snyder, Donna Greer, Sarah Daniel, Dale Lester, Jaime Long, Timothy Lewis
- Fiendship connections: Cheryl Coleman to Dale Lester, Cheryl Coleman to Joseph Snyder, Cheryl Coleman to Sarah Daniel, Cheryl Coleman to Jaime Long, Cheryl Coleman to Heidi Wilson, Amber Wood to Joseph Snyder, Amber Wood to Gary 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": "Cheryl Coleman", "id": 2427044}, {"name": "Amber Wood", "id": 2761766}, {"name": "Heidi Wilson", "id": 3318391}, {"name": "Gary Lee", "id": 2451912}, {"name": "Joseph Snyder", "id": 2441452}, {"name": "Donna Greer", "id": 2435854}, {"name": "Sarah Daniel", "id": 3318385}, {"name": "Dale Lester", "id": 2428945}, {"name": "Jaime Long", "id": 3318388}, {"name": "Timothy Lewis", "id": 2406807}], "links": [{"source": 2427044, "target": 2428945}, {"source": 2427044, "target": 2441452}, {"source": 2427044, "target": 3318385}, {"source": 2427044, "target": 3318388}, {"source": 2427044, "target": 3318391}, {"source": 2761766, "target": 2441452}, {"source": 2761766, "target": 2451912}]}
|
[
2427044,
2435854,
2406807
] | 3 |
4,677 |
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: Evan Cohen, Jeremy Owens, Anna Mckinney, Donna Nielsen, Mary Adams, Devin Nash MD, Grant Jones, Diane Black
- Fiendship connections: Evan Cohen to Anna Mckinney, Jeremy Owens to Anna Mckinney, Jeremy Owens to Diane Black, Anna Mckinney to Mary Adams, Donna Nielsen to Devin Nash 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": "Evan Cohen", "id": 4953410}, {"name": "Jeremy Owens", "id": 4953383}, {"name": "Anna Mckinney", "id": 4953321}, {"name": "Donna Nielsen", "id": 5332681}, {"name": "Mary Adams", "id": 4953323}, {"name": "Devin Nash MD", "id": 5683630}, {"name": "Grant Jones", "id": 5007119}, {"name": "Diane Black", "id": 4982518}], "links": [{"source": 4953410, "target": 4953321}, {"source": 4953383, "target": 4953321}, {"source": 4953383, "target": 4982518}, {"source": 4953321, "target": 4953323}, {"source": 5332681, "target": 5683630}]}
|
[
4953410,
5332681,
5007119
] | 3 |
4,678 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Crystal Knox, Stacey Hill, Pamela Giles, Robert Walls, John Vazquez, Jamie Dawson, Kenneth Gould
- Fiendship connections: Crystal Knox to Kenneth Gould, Crystal Knox to Pamela Giles, Crystal Knox to Robert Walls, Crystal Knox to Stacey Hill, Crystal Knox to John Vazquez, Robert Walls to Jamie Dawson, John Vazquez to Jamie Dawson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Crystal Knox", "id": 2011456}, {"name": "Stacey Hill", "id": 1588547}, {"name": "Pamela Giles", "id": 1286341}, {"name": "Robert Walls", "id": 1396429}, {"name": "John Vazquez", "id": 2363672}, {"name": "Jamie Dawson", "id": 2216665}, {"name": "Kenneth Gould", "id": 1084220}], "links": [{"source": 2011456, "target": 1084220}, {"source": 2011456, "target": 1286341}, {"source": 2011456, "target": 1396429}, {"source": 2011456, "target": 1588547}, {"source": 2011456, "target": 2363672}, {"source": 1396429, "target": 2216665}, {"source": 2363672, "target": 2216665}]}
|
[
2011456
] | 1 |
4,679 |
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 Jefferson, Stacy Armstrong PhD, Matthew Wilson, Anthony Neal, Patricia Knight, Amber Costa
- Fiendship connections: Stacy Armstrong PhD to Amber Costa, Anthony Neal to Amber Costa, Patricia Knight to Amber Costa
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 Jefferson", "id": 1086113}, {"name": "Stacy Armstrong PhD", "id": 1293890}, {"name": "Matthew Wilson", "id": 1083299}, {"name": "Anthony Neal", "id": 1574509}, {"name": "Patricia Knight", "id": 1353907}, {"name": "Amber Costa", "id": 1530142}], "links": [{"source": 1293890, "target": 1530142}, {"source": 1574509, "target": 1530142}, {"source": 1353907, "target": 1530142}]}
|
[
1086113,
1293890,
1083299
] | 3 |
4,680 |
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: Dr. Tyler Martinez DVM, Stephanie Patel DVM, Darryl Davis, Bryan Hubbard, Lisa Young
- Fiendship connections: Dr. Tyler Martinez DVM to Darryl Davis, Stephanie Patel DVM to Lisa Young, Bryan Hubbard to Lisa Young
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": "Dr. Tyler Martinez DVM", "id": 4988864}, {"name": "Stephanie Patel DVM", "id": 2464804}, {"name": "Darryl Davis", "id": 5580457}, {"name": "Bryan Hubbard", "id": 2469780}, {"name": "Lisa Young", "id": 3320280}], "links": [{"source": 4988864, "target": 5580457}, {"source": 2464804, "target": 3320280}, {"source": 2469780, "target": 3320280}]}
|
[
4988864,
3320280
] | 2 |
4,681 |
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: Samantha Buchanan, Shannon Jones, James Gonzales, Priscilla Haynes, Edward Morton
- Fiendship connections: Samantha Buchanan to James Gonzales, Shannon Jones to Edward Morton, Priscilla Haynes to Edward Morton
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": "Samantha Buchanan", "id": 453504}, {"name": "Shannon Jones", "id": 2409895}, {"name": "James Gonzales", "id": 103921}, {"name": "Priscilla Haynes", "id": 2409841}, {"name": "Edward Morton", "id": 2751516}], "links": [{"source": 453504, "target": 103921}, {"source": 2409895, "target": 2751516}, {"source": 2409841, "target": 2751516}]}
|
[
453504,
2409841
] | 2 |
4,682 |
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: Theodore Mcmahon, Jacqueline Montgomery, Alan Wong, Vanessa Chapman
- Fiendship connections: Theodore Mcmahon to Vanessa Chapman, Theodore Mcmahon to Jacqueline Montgomery, Theodore Mcmahon to Alan Wong
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": "Theodore Mcmahon", "id": 3669785}, {"name": "Jacqueline Montgomery", "id": 2462292}, {"name": "Alan Wong", "id": 2493589}, {"name": "Vanessa Chapman", "id": 2441753}], "links": [{"source": 3669785, "target": 2441753}, {"source": 3669785, "target": 2462292}, {"source": 3669785, "target": 2493589}]}
|
[
3669785
] | 1 |
4,683 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Amy Bruce, Sarah Walker, Mallory Sandoval, Susan Jordan, Jonathan Lamb, Samantha Miller, Kyle Woods
- Fiendship connections: Amy Bruce to Susan Jordan, Sarah Walker to Mallory Sandoval, Sarah Walker to Jonathan Lamb, Mallory Sandoval to Kyle Woods, Susan Jordan to Samantha Miller, Jonathan Lamb to Kyle Woods, Jonathan Lamb to Samantha Miller
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amy Bruce", "id": 2475713}, {"name": "Sarah Walker", "id": 2699172}, {"name": "Mallory Sandoval", "id": 2408040}, {"name": "Susan Jordan", "id": 2430287}, {"name": "Jonathan Lamb", "id": 2408149}, {"name": "Samantha Miller", "id": 2706165}, {"name": "Kyle Woods", "id": 2699164}], "links": [{"source": 2475713, "target": 2430287}, {"source": 2699172, "target": 2408040}, {"source": 2699172, "target": 2408149}, {"source": 2408040, "target": 2699164}, {"source": 2430287, "target": 2706165}, {"source": 2408149, "target": 2699164}, {"source": 2408149, "target": 2706165}]}
|
[
2475713
] | 1 |
4,684 |
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: Chad Woods, Johnny Jackson, Alicia Allen, Joshua Jones, Vincent Bennett, Jessica Rhodes, Paul Henderson
- Fiendship connections: Johnny Jackson to Alicia Allen, Joshua Jones to Jessica Rhodes, Vincent Bennett to Jessica Rhodes
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": "Chad Woods", "id": 2423613}, {"name": "Johnny Jackson", "id": 4601293}, {"name": "Alicia Allen", "id": 2482581}, {"name": "Joshua Jones", "id": 2700693}, {"name": "Vincent Bennett", "id": 2824984}, {"name": "Jessica Rhodes", "id": 2411769}, {"name": "Paul Henderson", "id": 5117693}], "links": [{"source": 4601293, "target": 2482581}, {"source": 2700693, "target": 2411769}, {"source": 2824984, "target": 2411769}]}
|
[
2423613,
4601293,
2824984,
5117693
] | 4 |
4,685 |
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 Baker, Michael Richardson, Jason Reed, Christian Davis, Christine Ramirez, Stephanie Saunders, Jeremiah Davidson, Willie Wilson, Ricardo Green
- Fiendship connections: Jeffrey Baker to Ricardo Green, Michael Richardson to Ricardo Green, Jason Reed to Stephanie Saunders, Christian Davis to Ricardo Green, Christian Davis to Willie Wilson, Christine Ramirez to Stephanie Saunders, Jeremiah Davidson to Ricardo Green, Willie Wilson to Ricardo Green
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 Baker", "id": 5899744}, {"name": "Michael Richardson", "id": 5899745}, {"name": "Jason Reed", "id": 2496163}, {"name": "Christian Davis", "id": 5205379}, {"name": "Christine Ramirez", "id": 2427339}, {"name": "Stephanie Saunders", "id": 3324754}, {"name": "Jeremiah Davidson", "id": 4942390}, {"name": "Willie Wilson", "id": 5899742}, {"name": "Ricardo Green", "id": 5899743}], "links": [{"source": 5899744, "target": 5899743}, {"source": 5899745, "target": 5899743}, {"source": 2496163, "target": 3324754}, {"source": 5205379, "target": 5899743}, {"source": 5205379, "target": 5899742}, {"source": 2427339, "target": 3324754}, {"source": 4942390, "target": 5899743}, {"source": 5899742, "target": 5899743}]}
|
[
5899744,
3324754
] | 2 |
4,686 |
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: Brooke Owens, John Gill, Alex Randall, Robert Rogers, Cynthia Morris, Samantha Perez, Robert Brown
- Fiendship connections: Brooke Owens to Robert Brown, Brooke Owens to Alex Randall, Brooke Owens to John Gill, Brooke Owens to Robert Rogers, Alex Randall to Cynthia Morris
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": "Brooke Owens", "id": 5258081}, {"name": "John Gill", "id": 5387617}, {"name": "Alex Randall", "id": 5320324}, {"name": "Robert Rogers", "id": 5387622}, {"name": "Cynthia Morris", "id": 5320308}, {"name": "Samantha Perez", "id": 5418612}, {"name": "Robert Brown", "id": 5054078}], "links": [{"source": 5258081, "target": 5054078}, {"source": 5258081, "target": 5320324}, {"source": 5258081, "target": 5387617}, {"source": 5258081, "target": 5387622}, {"source": 5320324, "target": 5320308}]}
|
[
5258081,
5418612
] | 2 |
4,687 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Courtney King, Kurt Davis, Sandra Miller, Sarah Patel, Emily Cabrera, Maria Fry
- Fiendship connections: Kurt Davis to Maria Fry, Sandra Miller to Sarah Patel
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Courtney King", "id": 2454721}, {"name": "Kurt Davis", "id": 3771239}, {"name": "Sandra Miller", "id": 4316746}, {"name": "Sarah Patel", "id": 2472048}, {"name": "Emily Cabrera", "id": 2437083}, {"name": "Maria Fry", "id": 2446622}], "links": [{"source": 3771239, "target": 2446622}, {"source": 4316746, "target": 2472048}]}
|
[
2454721,
2446622,
2472048,
2437083
] | 4 |
4,688 |
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 James, Angela Reynolds, Kenneth Durham, Pamela Mullen, George Schneider
- Fiendship connections: Jeffrey James to Kenneth Durham, Jeffrey James to Angela Reynolds, Jeffrey James to Pamela Mullen, Jeffrey James to George Schneider, Angela Reynolds to Kenneth Durham, Angela Reynolds to Pamela Mullen, Angela Reynolds to George Schneider, Kenneth Durham to Pamela Mullen, Kenneth Durham to George Schneider, Pamela Mullen to George Schneider
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 James", "id": 2135552}, {"name": "Angela Reynolds", "id": 1837542}, {"name": "Kenneth Durham", "id": 1595015}, {"name": "Pamela Mullen", "id": 1896599}, {"name": "George Schneider", "id": 2345945}], "links": [{"source": 2135552, "target": 1595015}, {"source": 2135552, "target": 1837542}, {"source": 2135552, "target": 1896599}, {"source": 2135552, "target": 2345945}, {"source": 1837542, "target": 1595015}, {"source": 1837542, "target": 1896599}, {"source": 1837542, "target": 2345945}, {"source": 1595015, "target": 1896599}, {"source": 1595015, "target": 2345945}, {"source": 1896599, "target": 2345945}]}
|
[
2135552
] | 1 |
4,689 |
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: Eric Burke, Jay Harper, Peter Rodriguez, Harold Lowe, Anna Smith
- Fiendship connections: Eric Burke to Jay Harper, Jay Harper to Harold Lowe, Peter Rodriguez to Anna 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": "Eric Burke", "id": 4961381}, {"name": "Jay Harper", "id": 5084845}, {"name": "Peter Rodriguez", "id": 2443569}, {"name": "Harold Lowe", "id": 5042289}, {"name": "Anna Smith", "id": 3717081}], "links": [{"source": 4961381, "target": 5084845}, {"source": 5084845, "target": 5042289}, {"source": 2443569, "target": 3717081}]}
|
[
5042289,
2443569
] | 2 |
4,690 |
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: Tricia Alvarez, Andrew Marquez, Christian Lowery, Heather West
- Fiendship connections: Tricia Alvarez to Christian Lowery, Tricia Alvarez to Andrew Marquez, Tricia Alvarez to Heather West
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": "Tricia Alvarez", "id": 2457904}, {"name": "Andrew Marquez", "id": 4020402}, {"name": "Christian Lowery", "id": 2457901}, {"name": "Heather West", "id": 4020406}], "links": [{"source": 2457904, "target": 2457901}, {"source": 2457904, "target": 4020402}, {"source": 2457904, "target": 4020406}]}
|
[
2457904
] | 1 |
4,691 |
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: Katelyn Davila, Bruce Martinez, Jake Olson, Gregory Berg, Erik Schneider, Michael Mays, Richard Thomas, Jessica Marquez, Jeffrey Harmon, Barbara Miles, Mrs. Sandra Fischer, Corey Haynes, Cody Finley PhD
- Fiendship connections: Katelyn Davila to Jake Olson, Katelyn Davila to Michael Mays, Katelyn Davila to Gregory Berg, Katelyn Davila to Barbara Miles, Jake Olson to Jessica Marquez, Richard Thomas to Corey Haynes, Richard Thomas to Cody Finley PhD, Jeffrey Harmon to Mrs. Sandra Fischer
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": "Katelyn Davila", "id": 2418945}, {"name": "Bruce Martinez", "id": 2454465}, {"name": "Jake Olson", "id": 2403748}, {"name": "Gregory Berg", "id": 2429800}, {"name": "Erik Schneider", "id": 2410736}, {"name": "Michael Mays", "id": 2423283}, {"name": "Richard Thomas", "id": 4098102}, {"name": "Jessica Marquez", "id": 2418877}, {"name": "Jeffrey Harmon", "id": 2405432}, {"name": "Barbara Miles", "id": 2984186}, {"name": "Mrs. Sandra Fischer", "id": 2405500}, {"name": "Corey Haynes", "id": 2460506}, {"name": "Cody Finley PhD", "id": 2469182}], "links": [{"source": 2418945, "target": 2403748}, {"source": 2418945, "target": 2423283}, {"source": 2418945, "target": 2429800}, {"source": 2418945, "target": 2984186}, {"source": 2403748, "target": 2418877}, {"source": 4098102, "target": 2460506}, {"source": 4098102, "target": 2469182}, {"source": 2405432, "target": 2405500}]}
|
[
2418945,
2454465,
2410736,
2469182,
2405432
] | 5 |
4,692 |
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 Brown, Andrew Kane, Jay Bolton, Denise Jackson
- Fiendship connections: Tracy Brown to Andrew Kane, Tracy Brown to Denise 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": "Tracy Brown", "id": 2495616}, {"name": "Andrew Kane", "id": 2431780}, {"name": "Jay Bolton", "id": 2488045}, {"name": "Denise Jackson", "id": 4820431}], "links": [{"source": 2495616, "target": 2431780}, {"source": 2495616, "target": 4820431}]}
|
[
2495616,
2488045
] | 2 |
4,693 |
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: Nicholas Brown, Anna Bonilla, Karen Prince, Shawn Brown, Elizabeth Carter, Brett Baxter, Mr. Nicholas Edwards MD, Kim Moore, Steven Lam, Kathleen Watson, James Allen
- Fiendship connections: Nicholas Brown to Karen Prince, Nicholas Brown to Elizabeth Carter, Nicholas Brown to James Allen, Anna Bonilla to Kathleen Watson, Shawn Brown to Kim Moore, Mr. Nicholas Edwards MD to Kim Moore, Kim Moore to Steven Lam
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Nicholas Brown", "id": 2830371}, {"name": "Anna Bonilla", "id": 790404}, {"name": "Karen Prince", "id": 2424261}, {"name": "Shawn Brown", "id": 361094}, {"name": "Elizabeth Carter", "id": 2476778}, {"name": "Brett Baxter", "id": 790282}, {"name": "Mr. Nicholas Edwards MD", "id": 21324}, {"name": "Kim Moore", "id": 13261}, {"name": "Steven Lam", "id": 16884}, {"name": "Kathleen Watson", "id": 862295}, {"name": "James Allen", "id": 2492572}], "links": [{"source": 2830371, "target": 2424261}, {"source": 2830371, "target": 2476778}, {"source": 2830371, "target": 2492572}, {"source": 790404, "target": 862295}, {"source": 361094, "target": 13261}, {"source": 21324, "target": 13261}, {"source": 13261, "target": 16884}]}
|
[
2476778,
790404,
16884,
790282
] | 4 |
4,694 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jessica Wong, Gabriela Morton, Steven Holland, Christopher Smith, Denise Copeland MD
- Fiendship connections: Jessica Wong to Steven Holland, Steven Holland to Christopher 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": "Jessica Wong", "id": 3013702}, {"name": "Gabriela Morton", "id": 2474183}, {"name": "Steven Holland", "id": 2418217}, {"name": "Christopher Smith", "id": 2407852}, {"name": "Denise Copeland MD", "id": 2471962}], "links": [{"source": 3013702, "target": 2418217}, {"source": 2418217, "target": 2407852}]}
|
[
2418217,
2474183,
2471962
] | 3 |
4,695 |
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: Vanessa Joseph, Jonathan Elliott, Jason Jones, Jackson Watson, Linda Armstrong, Michael Miller, Donald Gonzalez, Heather Kirk, Aaron Rivera, Jason Thompson
- Fiendship connections: Jonathan Elliott to Linda Armstrong, Jason Jones to Jackson Watson, Linda Armstrong to Michael Miller, Donald Gonzalez to Aaron Rivera, Donald Gonzalez to Jason Thompson, Aaron Rivera to Jason Thompson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Vanessa Joseph", "id": 2477664}, {"name": "Jonathan Elliott", "id": 2405474}, {"name": "Jason Jones", "id": 2429347}, {"name": "Jackson Watson", "id": 3425033}, {"name": "Linda Armstrong", "id": 2572140}, {"name": "Michael Miller", "id": 2459022}, {"name": "Donald Gonzalez", "id": 1901393}, {"name": "Heather Kirk", "id": 2487377}, {"name": "Aaron Rivera", "id": 1387700}, {"name": "Jason Thompson", "id": 2233526}], "links": [{"source": 2405474, "target": 2572140}, {"source": 2429347, "target": 3425033}, {"source": 2572140, "target": 2459022}, {"source": 1901393, "target": 1387700}, {"source": 1901393, "target": 2233526}, {"source": 1387700, "target": 2233526}]}
|
[
2477664,
2405474,
3425033,
1901393,
2487377
] | 5 |
4,696 |
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 Norris, Margaret Stone, Lori Schneider, Patrick Baker, Lonnie Porter, James Greene, Travis Powell PhD, Amy Atkins, Kevin Clark, Dr. Debra Lindsey
- Fiendship connections: Carol Norris to Dr. Debra Lindsey, Carol Norris to Lonnie Porter, Margaret Stone to Travis Powell PhD, Lori Schneider to Travis Powell PhD, Patrick Baker to Travis Powell PhD, James Greene to Kevin Clark, Amy Atkins to Kevin 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": "Carol Norris", "id": 2379105}, {"name": "Margaret Stone", "id": 2403353}, {"name": "Lori Schneider", "id": 2403352}, {"name": "Patrick Baker", "id": 2094702}, {"name": "Lonnie Porter", "id": 2367380}, {"name": "James Greene", "id": 4959608}, {"name": "Travis Powell PhD", "id": 2353977}, {"name": "Amy Atkins", "id": 4939261}, {"name": "Kevin Clark", "id": 5743998}, {"name": "Dr. Debra Lindsey", "id": 2133247}], "links": [{"source": 2379105, "target": 2133247}, {"source": 2379105, "target": 2367380}, {"source": 2403353, "target": 2353977}, {"source": 2403352, "target": 2353977}, {"source": 2094702, "target": 2353977}, {"source": 4959608, "target": 5743998}, {"source": 4939261, "target": 5743998}]}
|
[
2379105,
2403352,
4959608
] | 3 |
4,697 |
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: Nicholas Jacobs, Amanda Fields, Jasmine Navarro, Joyce West, Kristen Salazar, Steven Phillips, Dawn Moran, Kathryn Love, Cynthia Rice, Lee Ward, Ashley Lowe
- Fiendship connections: Nicholas Jacobs to Kathryn Love, Nicholas Jacobs to Kristen Salazar, Nicholas Jacobs to Dawn Moran, Amanda Fields to Cynthia Rice, Amanda Fields to Kristen Salazar, Jasmine Navarro to Cynthia Rice, Joyce West to Kristen Salazar, Kristen Salazar to Dawn Moran, Steven Phillips to Cynthia Rice, Kathryn Love to Lee Ward
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": "Nicholas Jacobs", "id": 2481505}, {"name": "Amanda Fields", "id": 2866885}, {"name": "Jasmine Navarro", "id": 2459239}, {"name": "Joyce West", "id": 2489511}, {"name": "Kristen Salazar", "id": 2489583}, {"name": "Steven Phillips", "id": 4481808}, {"name": "Dawn Moran", "id": 2888913}, {"name": "Kathryn Love", "id": 2440788}, {"name": "Cynthia Rice", "id": 2477881}, {"name": "Lee Ward", "id": 2757149}, {"name": "Ashley Lowe", "id": 2459134}], "links": [{"source": 2481505, "target": 2440788}, {"source": 2481505, "target": 2489583}, {"source": 2481505, "target": 2888913}, {"source": 2866885, "target": 2477881}, {"source": 2866885, "target": 2489583}, {"source": 2459239, "target": 2477881}, {"source": 2489511, "target": 2489583}, {"source": 2489583, "target": 2888913}, {"source": 4481808, "target": 2477881}, {"source": 2440788, "target": 2757149}]}
|
[
2481505,
2459134
] | 2 |
4,698 |
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 Spencer, Mary Mays, Todd Blake, Kimberly Rhodes
- Fiendship connections: Laura Spencer to Mary Mays, Laura Spencer to Todd Blake, Laura Spencer to Kimberly Rhodes
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 Spencer", "id": 4453682}, {"name": "Mary Mays", "id": 2475691}, {"name": "Todd Blake", "id": 2493381}, {"name": "Kimberly Rhodes", "id": 2499199}], "links": [{"source": 4453682, "target": 2475691}, {"source": 4453682, "target": 2493381}, {"source": 4453682, "target": 2499199}]}
|
[
4453682
] | 1 |
4,699 |
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: Jody Compton, Judy Johnson, Alexander Johnson, Jonathan Smith, Jennifer Mathews, Bonnie Keller, Kathleen Abbott, William Evans
- Fiendship connections: Jody Compton to Alexander Johnson, Alexander Johnson to William Evans, Alexander Johnson to Kathleen Abbott, Alexander Johnson to Jennifer Mathews, Jennifer Mathews to Kathleen Abbott
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": "Jody Compton", "id": 2439940}, {"name": "Judy Johnson", "id": 2500868}, {"name": "Alexander Johnson", "id": 3163914}, {"name": "Jonathan Smith", "id": 2442351}, {"name": "Jennifer Mathews", "id": 2479830}, {"name": "Bonnie Keller", "id": 2468566}, {"name": "Kathleen Abbott", "id": 2444605}, {"name": "William Evans", "id": 2432095}], "links": [{"source": 2439940, "target": 3163914}, {"source": 3163914, "target": 2432095}, {"source": 3163914, "target": 2444605}, {"source": 3163914, "target": 2479830}, {"source": 2479830, "target": 2444605}]}
|
[
2439940,
2500868,
2442351,
2468566
] | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.