id
int64 0
5k
| problem_text
stringlengths 639
1.86k
| graph
stringlengths 237
1.88k
| path
listlengths 1
9
| exact_answer
int64 1
9
|
---|---|---|---|---|
3,300 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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, Barbara Martin, Adam Perez DDS, Charles Jordan
- Fiendship connections: Barbara Wright to Adam Perez DDS
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Barbara Wright", "id": 4469915}, {"name": "Barbara Martin", "id": 2414254}, {"name": "Adam Perez DDS", "id": 2476590}, {"name": "Charles Jordan", "id": 2499094}], "links": [{"source": 4469915, "target": 2476590}]}
|
[
4469915,
2414254,
2499094
] | 3 |
3,301 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Tate, Eduardo Cisneros, Jordan Pierce, Gregory Kline, Cory Jones, Timothy Bruce, Tammy Brown, Anthony Christensen, Rachel Smith
- Fiendship connections: Gary Tate to Tammy Brown, Eduardo Cisneros to Tammy Brown, Cory Jones to Rachel Smith, Timothy Bruce to Rachel Smith, Tammy Brown to Rachel 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": "Gary Tate", "id": 4691589}, {"name": "Eduardo Cisneros", "id": 3931449}, {"name": "Jordan Pierce", "id": 2461803}, {"name": "Gregory Kline", "id": 2481101}, {"name": "Cory Jones", "id": 2486893}, {"name": "Timothy Bruce", "id": 2486902}, {"name": "Tammy Brown", "id": 2486809}, {"name": "Anthony Christensen", "id": 2490843}, {"name": "Rachel Smith", "id": 2405887}], "links": [{"source": 4691589, "target": 2486809}, {"source": 3931449, "target": 2486809}, {"source": 2486893, "target": 2405887}, {"source": 2486902, "target": 2405887}, {"source": 2486809, "target": 2405887}]}
|
[
4691589,
2461803,
2481101,
2490843
] | 4 |
3,302 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Christy Bowers, Robert Johnson, Jill Hansen, David Flores, Julia Taylor, Mallory Marsh, Angel Guerrero, Robert Ochoa, Kristen Hughes
- Fiendship connections: Christy Bowers to Jill Hansen, Christy Bowers to Kristen Hughes, Robert Johnson to Robert Ochoa
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christy Bowers", "id": 2459595}, {"name": "Robert Johnson", "id": 2473740}, {"name": "Jill Hansen", "id": 2459567}, {"name": "David Flores", "id": 2427440}, {"name": "Julia Taylor", "id": 2473807}, {"name": "Mallory Marsh", "id": 2460498}, {"name": "Angel Guerrero", "id": 2434106}, {"name": "Robert Ochoa", "id": 4352830}, {"name": "Kristen Hughes", "id": 4035903}], "links": [{"source": 2459595, "target": 2459567}, {"source": 2459595, "target": 4035903}, {"source": 2473740, "target": 4352830}]}
|
[
2459595,
2473740,
2427440,
2473807,
2460498,
2434106
] | 6 |
3,303 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Dale Taylor, Zachary Harris, Jennifer Gonzales, John Boyle
- Fiendship connections: Dale Taylor to John Boyle, Dale Taylor to Zachary 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": "Dale Taylor", "id": 5061576}, {"name": "Zachary Harris", "id": 5071612}, {"name": "Jennifer Gonzales", "id": 4939933}, {"name": "John Boyle", "id": 4954966}], "links": [{"source": 5061576, "target": 4954966}, {"source": 5061576, "target": 5071612}]}
|
[
5061576,
4939933
] | 2 |
3,304 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Hannah Pruitt, Matthew Butler, Patricia Mcdonald, April Cunningham
- Fiendship connections: Hannah Pruitt to Patricia Mcdonald
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Hannah Pruitt", "id": 4592976}, {"name": "Matthew Butler", "id": 2482907}, {"name": "Patricia Mcdonald", "id": 2481645}, {"name": "April Cunningham", "id": 2417030}], "links": [{"source": 4592976, "target": 2481645}]}
|
[
4592976,
2482907,
2417030
] | 3 |
3,305 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Douglas Johnston, Dr. Kyle Stevens, Todd Mullins, Jillian Weaver, Jon Harris, Paul Wheeler, Heather Turner
- Fiendship connections: Douglas Johnston to Heather Turner, Todd Mullins to Jon Harris, Todd Mullins to Jillian Weaver, Jillian Weaver to Paul Wheeler, Jillian Weaver to Jon 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": "Douglas Johnston", "id": 4999456}, {"name": "Dr. Kyle Stevens", "id": 5037728}, {"name": "Todd Mullins", "id": 5}, {"name": "Jillian Weaver", "id": 49483}, {"name": "Jon Harris", "id": 4788}, {"name": "Paul Wheeler", "id": 1146}, {"name": "Heather Turner", "id": 5222334}], "links": [{"source": 4999456, "target": 5222334}, {"source": 5, "target": 4788}, {"source": 5, "target": 49483}, {"source": 49483, "target": 1146}, {"source": 49483, "target": 4788}]}
|
[
4999456,
5037728,
1146
] | 3 |
3,306 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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. Matthew Lee, Javier Davis, Collin Berry, April Reid, Laura Sosa, Isabel Hammond, Angel Stanton, Paul Gillespie
- Fiendship connections: Dr. Matthew Lee to April Reid, Dr. Matthew Lee to Laura Sosa, Dr. Matthew Lee to Paul Gillespie, Dr. Matthew Lee to Angel Stanton, Javier Davis to Collin Berry, Collin Berry to April Reid
Identify all connected components in this network. Note that for each connected component, you should 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. Matthew Lee", "id": 25760}, {"name": "Javier Davis", "id": 56139}, {"name": "Collin Berry", "id": 64589}, {"name": "April Reid", "id": 530094}, {"name": "Laura Sosa", "id": 530233}, {"name": "Isabel Hammond", "id": 1080}, {"name": "Angel Stanton", "id": 530457}, {"name": "Paul Gillespie", "id": 530302}], "links": [{"source": 25760, "target": 530094}, {"source": 25760, "target": 530233}, {"source": 25760, "target": 530302}, {"source": 25760, "target": 530457}, {"source": 56139, "target": 64589}, {"source": 64589, "target": 530094}]}
|
[
25760,
1080
] | 2 |
3,307 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Kevin Rivera, Ralph Jenkins DDS, Olivia Martin, Susan Davis, Karen Ross, Whitney Brown
- Fiendship connections: Ralph Jenkins DDS to Susan Davis, Ralph Jenkins DDS to Karen Ross, Ralph Jenkins DDS to Olivia Martin, Ralph Jenkins DDS to Whitney Brown, Olivia Martin to Susan Davis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kevin Rivera", "id": 2469088}, {"name": "Ralph Jenkins DDS", "id": 2609889}, {"name": "Olivia Martin", "id": 2460135}, {"name": "Susan Davis", "id": 2445834}, {"name": "Karen Ross", "id": 2454836}, {"name": "Whitney Brown", "id": 2493118}], "links": [{"source": 2609889, "target": 2445834}, {"source": 2609889, "target": 2454836}, {"source": 2609889, "target": 2460135}, {"source": 2609889, "target": 2493118}, {"source": 2460135, "target": 2445834}]}
|
[
2469088,
2609889
] | 2 |
3,308 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Brenda Garcia, Jessica Scott, Lisa Galloway, Lisa Phillips
- Fiendship connections: Jessica Scott to Lisa Galloway
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Brenda Garcia", "id": 5404545}, {"name": "Jessica Scott", "id": 6108698}, {"name": "Lisa Galloway", "id": 5017380}, {"name": "Lisa Phillips", "id": 5126638}], "links": [{"source": 6108698, "target": 5017380}]}
|
[
5404545,
6108698,
5126638
] | 3 |
3,309 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Katherine Nixon, Jacob Briggs, Erika Sullivan, Christine Guerrero
- Fiendship connections: Katherine Nixon to Christine Guerrero, Jacob Briggs to Christine Guerrero, Erika Sullivan to Christine 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": "Katherine Nixon", "id": 5077544}, {"name": "Jacob Briggs", "id": 5192073}, {"name": "Erika Sullivan", "id": 5018586}, {"name": "Christine Guerrero", "id": 5315254}], "links": [{"source": 5077544, "target": 5315254}, {"source": 5192073, "target": 5315254}, {"source": 5018586, "target": 5315254}]}
|
[
5077544
] | 1 |
3,310 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Carey, Catherine Maldonado, Matthew Chang, Jorge Barrera, Amy Duke, Shane Mills, Kelly Hill, Cindy Russell, Cristina Brooks
- Fiendship connections: Lauren Carey to Amy Duke, Catherine Maldonado to Amy Duke, Matthew Chang to Amy Duke, Jorge Barrera to Amy Duke, Amy Duke to Shane Mills, Amy Duke to Cristina Brooks, Shane Mills to Cindy Russell
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Lauren Carey", "id": 782499}, {"name": "Catherine Maldonado", "id": 2245220}, {"name": "Matthew Chang", "id": 1253879}, {"name": "Jorge Barrera", "id": 934972}, {"name": "Amy Duke", "id": 1468754}, {"name": "Shane Mills", "id": 932151}, {"name": "Kelly Hill", "id": 914335}, {"name": "Cindy Russell", "id": 1311004}, {"name": "Cristina Brooks", "id": 1952831}], "links": [{"source": 782499, "target": 1468754}, {"source": 2245220, "target": 1468754}, {"source": 1253879, "target": 1468754}, {"source": 934972, "target": 1468754}, {"source": 1468754, "target": 932151}, {"source": 1468754, "target": 1952831}, {"source": 932151, "target": 1311004}]}
|
[
782499,
914335
] | 2 |
3,311 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Steven Diaz, Lisa Chang, Sean Donovan, Chris Thomas
- Fiendship connections: Steven Diaz to Lisa Chang, Steven Diaz to Chris 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": "Steven Diaz", "id": 2446169}, {"name": "Lisa Chang", "id": 3333571}, {"name": "Sean Donovan", "id": 2418054}, {"name": "Chris Thomas", "id": 3745911}], "links": [{"source": 2446169, "target": 3333571}, {"source": 2446169, "target": 3745911}]}
|
[
2446169,
2418054
] | 2 |
3,312 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Becker, Alexandria Martin, Gregory Parker, Jill Donovan
- Fiendship connections: Mary Becker to Alexandria Martin
Identify all connected components in this network. Note that for each connected component, you should 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 Becker", "id": 5162793}, {"name": "Alexandria Martin", "id": 5531386}, {"name": "Gregory Parker", "id": 4993891}, {"name": "Jill Donovan", "id": 5520270}], "links": [{"source": 5162793, "target": 5531386}]}
|
[
5162793,
4993891,
5520270
] | 3 |
3,313 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Mason, Sarah Anderson, Natalie Wilkerson, Dana Cook, Taylor Black, Angelica Carter
- Fiendship connections: Crystal Mason to Angelica Carter, Natalie Wilkerson to Angelica Carter, Dana Cook to Taylor Black
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Crystal Mason", "id": 4226498}, {"name": "Sarah Anderson", "id": 2501506}, {"name": "Natalie Wilkerson", "id": 4226505}, {"name": "Dana Cook", "id": 2479347}, {"name": "Taylor Black", "id": 4514521}, {"name": "Angelica Carter", "id": 2465625}], "links": [{"source": 4226498, "target": 2465625}, {"source": 4226505, "target": 2465625}, {"source": 2479347, "target": 4514521}]}
|
[
2465625,
2501506,
4514521
] | 3 |
3,314 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Watson, Jennifer Escobar, Jesse Olson, Eric Ruiz, Tammy Mahoney, Kimberly Scott, John Butler, Catherine Rodgers, Jenny Thomas, Dylan Castro, Shannon Baker MD, Travis Livingston, Jennifer Silva
- Fiendship connections: Gary Watson to Jennifer Silva, Gary Watson to Dylan Castro, Gary Watson to Eric Ruiz, Jennifer Escobar to Kimberly Scott, Jesse Olson to Tammy Mahoney, Jesse Olson to John Butler, Kimberly Scott to Travis Livingston, Kimberly Scott to Catherine Rodgers, Kimberly Scott to Jenny Thomas, Dylan Castro to Jennifer Silva
Identify all connected components in this network. Note that for each connected component, you should 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 Watson", "id": 1976708}, {"name": "Jennifer Escobar", "id": 3016998}, {"name": "Jesse Olson", "id": 1323276}, {"name": "Eric Ruiz", "id": 1590861}, {"name": "Tammy Mahoney", "id": 1623439}, {"name": "Kimberly Scott", "id": 2418258}, {"name": "John Butler", "id": 2214802}, {"name": "Catherine Rodgers", "id": 3016917}, {"name": "Jenny Thomas", "id": 3016949}, {"name": "Dylan Castro", "id": 1267349}, {"name": "Shannon Baker MD", "id": 1302937}, {"name": "Travis Livingston", "id": 2441788}, {"name": "Jennifer Silva", "id": 1045951}], "links": [{"source": 1976708, "target": 1045951}, {"source": 1976708, "target": 1267349}, {"source": 1976708, "target": 1590861}, {"source": 3016998, "target": 2418258}, {"source": 1323276, "target": 1623439}, {"source": 1323276, "target": 2214802}, {"source": 2418258, "target": 2441788}, {"source": 2418258, "target": 3016917}, {"source": 2418258, "target": 3016949}, {"source": 1267349, "target": 1045951}]}
|
[
1976708,
3016998,
2214802,
1302937
] | 4 |
3,315 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Petersen, Jason Hernandez, Kirsten Tucker, James Miller, Terry Williams
- Fiendship connections: Lisa Petersen to Kirsten Tucker, Jason Hernandez to James Miller, Kirsten Tucker to Terry Williams
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Lisa Petersen", "id": 861603}, {"name": "Jason Hernandez", "id": 1095881}, {"name": "Kirsten Tucker", "id": 1071978}, {"name": "James Miller", "id": 784339}, {"name": "Terry Williams", "id": 1578173}], "links": [{"source": 861603, "target": 1071978}, {"source": 1095881, "target": 784339}, {"source": 1071978, "target": 1578173}]}
|
[
1071978,
1095881
] | 2 |
3,316 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Toni Hill, Dennis Williams, Brandon Kemp, Alexander Pena, Brian Roberts, Aaron Gonzales, Joseph Vasquez, James Edwards
- Fiendship connections: Toni Hill to Brandon Kemp, Toni Hill to James Edwards, Dennis Williams to Aaron Gonzales
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Toni Hill", "id": 5471456}, {"name": "Dennis Williams", "id": 2488041}, {"name": "Brandon Kemp", "id": 4976553}, {"name": "Alexander Pena", "id": 5784813}, {"name": "Brian Roberts", "id": 2424015}, {"name": "Aaron Gonzales", "id": 4710928}, {"name": "Joseph Vasquez", "id": 2437104}, {"name": "James Edwards", "id": 5015097}], "links": [{"source": 5471456, "target": 4976553}, {"source": 5471456, "target": 5015097}, {"source": 2488041, "target": 4710928}]}
|
[
5471456,
4710928,
5784813,
2424015,
2437104
] | 5 |
3,317 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Annette Bailey, Jordan Williams, Mark Diaz, Edgar Myers, Amy Salazar
- Fiendship connections: Annette Bailey to Amy Salazar, Mark Diaz to Amy Salazar, Edgar Myers to Amy Salazar
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Annette Bailey", "id": 26663}, {"name": "Jordan Williams", "id": 4983502}, {"name": "Mark Diaz", "id": 10994}, {"name": "Edgar Myers", "id": 76372}, {"name": "Amy Salazar", "id": 307837}], "links": [{"source": 26663, "target": 307837}, {"source": 10994, "target": 307837}, {"source": 76372, "target": 307837}]}
|
[
10994,
4983502
] | 2 |
3,318 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Edward Silva, Daniel Patel, Jacqueline Sawyer, Christopher Davis, Mary Taylor, Keith Vazquez, Jean Williams, Richard King, Sean Ellis, James Norris
- Fiendship connections: Edward Silva to Sean Ellis, Daniel Patel to Sean Ellis, Jacqueline Sawyer to Jean Williams, Mary Taylor to Sean Ellis, Keith Vazquez to Sean Ellis, Jean Williams to Sean Ellis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Edward Silva", "id": 3408963}, {"name": "Daniel Patel", "id": 3408940}, {"name": "Jacqueline Sawyer", "id": 2461229}, {"name": "Christopher Davis", "id": 2491599}, {"name": "Mary Taylor", "id": 2423599}, {"name": "Keith Vazquez", "id": 2601525}, {"name": "Jean Williams", "id": 2509878}, {"name": "Richard King", "id": 2479798}, {"name": "Sean Ellis", "id": 2430589}, {"name": "James Norris", "id": 2703775}], "links": [{"source": 3408963, "target": 2430589}, {"source": 3408940, "target": 2430589}, {"source": 2461229, "target": 2509878}, {"source": 2423599, "target": 2430589}, {"source": 2601525, "target": 2430589}, {"source": 2509878, "target": 2430589}]}
|
[
3408963,
2491599,
2479798,
2703775
] | 4 |
3,319 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: William Mitchell, Tammy Michael, Matthew Wilson, Amber Martin, Russell Charles, Steven Cook, Joseph Graham
- Fiendship connections: William Mitchell to Tammy Michael, Tammy Michael to Steven Cook, Matthew Wilson to Amber Martin
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "William Mitchell", "id": 30565}, {"name": "Tammy Michael", "id": 88552}, {"name": "Matthew Wilson", "id": 5125801}, {"name": "Amber Martin", "id": 4953516}, {"name": "Russell Charles", "id": 64591}, {"name": "Steven Cook", "id": 687645}, {"name": "Joseph Graham", "id": 125150}], "links": [{"source": 30565, "target": 88552}, {"source": 88552, "target": 687645}, {"source": 5125801, "target": 4953516}]}
|
[
88552,
5125801,
64591,
125150
] | 4 |
3,320 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Sims, Joe Blanchard, David Paul, Laura Thompson, Angelica Kirby, Richard Thomas, Alyssa Baker, Thomas Baker, Joe Neal, Rose Gutierrez
- Fiendship connections: Joseph Sims to Angelica Kirby, Joe Blanchard to Richard Thomas, David Paul to Angelica Kirby, Laura Thompson to Thomas Baker, Laura Thompson to Joe Neal, Angelica Kirby to Rose Gutierrez, Alyssa Baker to Thomas Baker
Identify all connected components in this network. Note that for each connected component, you should 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 Sims", "id": 833225}, {"name": "Joe Blanchard", "id": 2422189}, {"name": "David Paul", "id": 824365}, {"name": "Laura Thompson", "id": 62384}, {"name": "Angelica Kirby", "id": 825588}, {"name": "Richard Thomas", "id": 3180341}, {"name": "Alyssa Baker", "id": 6164}, {"name": "Thomas Baker", "id": 140988}, {"name": "Joe Neal", "id": 256382}, {"name": "Rose Gutierrez", "id": 807327}], "links": [{"source": 833225, "target": 825588}, {"source": 2422189, "target": 3180341}, {"source": 824365, "target": 825588}, {"source": 62384, "target": 140988}, {"source": 62384, "target": 256382}, {"source": 825588, "target": 807327}, {"source": 6164, "target": 140988}]}
|
[
833225,
3180341,
62384
] | 3 |
3,321 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Gloria Johnson, Christopher Hughes, Tara Mcgrath, Heather Williams, Larry Compton, Barry Brooks, Tonya Spears, Regina Rojas, Kenneth Smith, Andrea Jackson, Latoya Lee, Brandon Walker
- Fiendship connections: Gloria Johnson to Christopher Hughes, Gloria Johnson to Brandon Walker, Christopher Hughes to Tonya Spears, Christopher Hughes to Barry Brooks, Heather Williams to Tonya Spears, Larry Compton to Regina Rojas, Larry Compton to Kenneth Smith, Barry Brooks to Latoya Lee, Kenneth Smith to Andrea Jackson, Andrea Jackson to Latoya 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": "Gloria Johnson", "id": 612834}, {"name": "Christopher Hughes", "id": 2691}, {"name": "Tara Mcgrath", "id": 6281}, {"name": "Heather Williams", "id": 73356}, {"name": "Larry Compton", "id": 170255}, {"name": "Barry Brooks", "id": 11474}, {"name": "Tonya Spears", "id": 24787}, {"name": "Regina Rojas", "id": 11028}, {"name": "Kenneth Smith", "id": 78933}, {"name": "Andrea Jackson", "id": 233465}, {"name": "Latoya Lee", "id": 10938}, {"name": "Brandon Walker", "id": 35932}], "links": [{"source": 612834, "target": 2691}, {"source": 612834, "target": 35932}, {"source": 2691, "target": 24787}, {"source": 2691, "target": 11474}, {"source": 73356, "target": 24787}, {"source": 170255, "target": 11028}, {"source": 170255, "target": 78933}, {"source": 11474, "target": 10938}, {"source": 78933, "target": 233465}, {"source": 233465, "target": 10938}]}
|
[
612834,
6281
] | 2 |
3,322 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Nancy Bradley, Michael Rivera, Joshua Nixon, Donald Benitez, Arthur Vasquez, Lisa Garcia, Jeremy Burton, James Kennedy, Amanda Hayden, Rebecca Myers MD, Mrs. Rebecca Jones, Raymond Perkins, Tanner Francis, Joseph Peterson
- Fiendship connections: Michael Rivera to Mrs. Rebecca Jones, Michael Rivera to Joseph Peterson, Michael Rivera to Tanner Francis, Joshua Nixon to James Kennedy, Donald Benitez to James Kennedy, Arthur Vasquez to James Kennedy, Lisa Garcia to James Kennedy, Jeremy Burton to James Kennedy, James Kennedy to Raymond Perkins, Mrs. Rebecca Jones to Tanner Francis
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Nancy Bradley", "id": 2421729}, {"name": "Michael Rivera", "id": 2727447}, {"name": "Joshua Nixon", "id": 4298665}, {"name": "Donald Benitez", "id": 4298668}, {"name": "Arthur Vasquez", "id": 4298669}, {"name": "Lisa Garcia", "id": 4298670}, {"name": "Jeremy Burton", "id": 4298672}, {"name": "James Kennedy", "id": 2470387}, {"name": "Amanda Hayden", "id": 2415443}, {"name": "Rebecca Myers MD", "id": 2493652}, {"name": "Mrs. Rebecca Jones", "id": 2410103}, {"name": "Raymond Perkins", "id": 2436923}, {"name": "Tanner Francis", "id": 2428284}, {"name": "Joseph Peterson", "id": 2415132}], "links": [{"source": 2727447, "target": 2410103}, {"source": 2727447, "target": 2415132}, {"source": 2727447, "target": 2428284}, {"source": 4298665, "target": 2470387}, {"source": 4298668, "target": 2470387}, {"source": 4298669, "target": 2470387}, {"source": 4298670, "target": 2470387}, {"source": 4298672, "target": 2470387}, {"source": 2470387, "target": 2436923}, {"source": 2410103, "target": 2428284}]}
|
[
2421729,
2428284,
4298665,
2415443,
2493652
] | 5 |
3,323 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Timothy Kane, Michael Burke DDS, James Howard, Jared Jackson, Wanda Cummings, Debra Baker, Daniel Mccarty, Joshua Hernandez, Justin Bentley, Andrea Jones
- Fiendship connections: Timothy Kane to Daniel Mccarty, Timothy Kane to Joshua Hernandez, Michael Burke DDS to Daniel Mccarty, James Howard to Andrea Jones, James Howard to Jared Jackson, Jared Jackson to Wanda Cummings, Wanda Cummings to Debra Baker, Debra Baker to Joshua Hernandez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Timothy Kane", "id": 1100483}, {"name": "Michael Burke DDS", "id": 1091267}, {"name": "James Howard", "id": 1436134}, {"name": "Jared Jackson", "id": 1422635}, {"name": "Wanda Cummings", "id": 1094481}, {"name": "Debra Baker", "id": 984946}, {"name": "Daniel Mccarty", "id": 829236}, {"name": "Joshua Hernandez", "id": 1997014}, {"name": "Justin Bentley", "id": 963096}, {"name": "Andrea Jones", "id": 1212990}], "links": [{"source": 1100483, "target": 829236}, {"source": 1100483, "target": 1997014}, {"source": 1091267, "target": 829236}, {"source": 1436134, "target": 1212990}, {"source": 1436134, "target": 1422635}, {"source": 1422635, "target": 1094481}, {"source": 1094481, "target": 984946}, {"source": 984946, "target": 1997014}]}
|
[
1091267,
963096
] | 2 |
3,324 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Dylan Anderson, Rebecca Morris, Ruth Thomas, Christopher Mills MD, Gary Bishop
- Fiendship connections: Dylan Anderson to Rebecca Morris, Ruth Thomas to Gary Bishop
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Dylan Anderson", "id": 1141894}, {"name": "Rebecca Morris", "id": 825522}, {"name": "Ruth Thomas", "id": 2423032}, {"name": "Christopher Mills MD", "id": 952473}, {"name": "Gary Bishop", "id": 3186747}], "links": [{"source": 1141894, "target": 825522}, {"source": 2423032, "target": 3186747}]}
|
[
825522,
2423032,
952473
] | 3 |
3,325 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jonathan Moore, Miss Cheryl Ellis, Lorraine Hancock, Melody Mcdonald, Isaac Smith
- Fiendship connections: Jonathan Moore to Melody Mcdonald, Jonathan Moore to Isaac 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": "Jonathan Moore", "id": 5096678}, {"name": "Miss Cheryl Ellis", "id": 5021396}, {"name": "Lorraine Hancock", "id": 5010228}, {"name": "Melody Mcdonald", "id": 5765432}, {"name": "Isaac Smith", "id": 5933087}], "links": [{"source": 5096678, "target": 5765432}, {"source": 5096678, "target": 5933087}]}
|
[
5765432,
5021396,
5010228
] | 3 |
3,326 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Ashley Nichols, Kathy Harrison, Amy Cox, George Bell, Emily Yang, James Davis, Adam Scott, Tina Mendoza, Anthony Stevens, Katherine Wood, Samuel Chen, Jessica Williams, Nicholas Santos
- Fiendship connections: Kathy Harrison to George Bell, George Bell to Samuel Chen, Emily Yang to Jessica Williams, James Davis to Jessica Williams, Adam Scott to Jessica Williams, Anthony Stevens to Jessica Williams, Katherine Wood to Samuel Chen
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ashley Nichols", "id": 5117828}, {"name": "Kathy Harrison", "id": 10469}, {"name": "Amy Cox", "id": 5292551}, {"name": "George Bell", "id": 42088}, {"name": "Emily Yang", "id": 5478346}, {"name": "James Davis", "id": 5478349}, {"name": "Adam Scott", "id": 5478351}, {"name": "Tina Mendoza", "id": 6515}, {"name": "Anthony Stevens", "id": 5086805}, {"name": "Katherine Wood", "id": 654998}, {"name": "Samuel Chen", "id": 247}, {"name": "Jessica Williams", "id": 5395902}, {"name": "Nicholas Santos", "id": 5005919}], "links": [{"source": 10469, "target": 42088}, {"source": 42088, "target": 247}, {"source": 5478346, "target": 5395902}, {"source": 5478349, "target": 5395902}, {"source": 5478351, "target": 5395902}, {"source": 5086805, "target": 5395902}, {"source": 654998, "target": 247}]}
|
[
5117828,
42088,
5292551,
5478346,
6515,
5005919
] | 6 |
3,327 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Johnson, Kristi Diaz, Miss Dawn Lopez, Kathleen Austin, Timothy Stein, Matthew Jimenez, Marilyn Dunn
- Fiendship connections: Chad Johnson to Kathleen Austin, Chad Johnson to Kristi Diaz, Kristi Diaz to Kathleen Austin, Timothy Stein to Marilyn Dunn
Identify all connected components in this network. Note that for each connected component, you should 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 Johnson", "id": 4166884}, {"name": "Kristi Diaz", "id": 2463527}, {"name": "Miss Dawn Lopez", "id": 2428781}, {"name": "Kathleen Austin", "id": 2463407}, {"name": "Timothy Stein", "id": 2458929}, {"name": "Matthew Jimenez", "id": 2426011}, {"name": "Marilyn Dunn", "id": 4034270}], "links": [{"source": 4166884, "target": 2463407}, {"source": 4166884, "target": 2463527}, {"source": 2463527, "target": 2463407}, {"source": 2458929, "target": 4034270}]}
|
[
4166884,
2428781,
2458929,
2426011
] | 4 |
3,328 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Nguyen, Benjamin Williams, Tammy Lee, Angelica Reeves, Amber Holmes, Tracy King, Jessica Pena, Mrs. Regina Hicks, Brian Rogers, Kelsey Keller, George Miller, Anita Silva, Bridget Price
- Fiendship connections: Stephanie Nguyen to Brian Rogers, Benjamin Williams to George Miller, Benjamin Williams to Amber Holmes, Tammy Lee to Angelica Reeves, Angelica Reeves to Mrs. Regina Hicks, Amber Holmes to Bridget Price
Identify all connected components in this network. Note that for each connected component, you should 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 Nguyen", "id": 2471461}, {"name": "Benjamin Williams", "id": 5131654}, {"name": "Tammy Lee", "id": 5965223}, {"name": "Angelica Reeves", "id": 5598696}, {"name": "Amber Holmes", "id": 5815176}, {"name": "Tracy King", "id": 5108489}, {"name": "Jessica Pena", "id": 2477354}, {"name": "Mrs. Regina Hicks", "id": 5965227}, {"name": "Brian Rogers", "id": 4323924}, {"name": "Kelsey Keller", "id": 2454399}, {"name": "George Miller", "id": 5023227}, {"name": "Anita Silva", "id": 2453950}, {"name": "Bridget Price", "id": 5151711}], "links": [{"source": 2471461, "target": 4323924}, {"source": 5131654, "target": 5023227}, {"source": 5131654, "target": 5815176}, {"source": 5965223, "target": 5598696}, {"source": 5598696, "target": 5965227}, {"source": 5815176, "target": 5151711}]}
|
[
4323924,
5815176,
5598696,
5108489,
2477354,
2454399,
2453950
] | 7 |
3,329 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Isabella Ray, Jim Oliver, Mrs. Jennifer Collins, Richard Becker
- Fiendship connections: Mrs. Jennifer Collins to Richard Becker
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Isabella Ray", "id": 2473690}, {"name": "Jim Oliver", "id": 2416403}, {"name": "Mrs. Jennifer Collins", "id": 2430380}, {"name": "Richard Becker", "id": 3406551}], "links": [{"source": 2430380, "target": 3406551}]}
|
[
2473690,
2416403,
2430380
] | 3 |
3,330 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Mark Davenport, John Ford, Daniel Jordan, Robert Edwards, Kathleen Smith
- Fiendship connections: Mark Davenport to Kathleen Smith, Daniel Jordan to Robert Edwards
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mark Davenport", "id": 2480514}, {"name": "John Ford", "id": 2491716}, {"name": "Daniel Jordan", "id": 2463214}, {"name": "Robert Edwards", "id": 4158259}, {"name": "Kathleen Smith", "id": 4583738}], "links": [{"source": 2480514, "target": 4583738}, {"source": 2463214, "target": 4158259}]}
|
[
2480514,
2491716,
4158259
] | 3 |
3,331 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Richard Owens, Angela Lowe, Angela Hernandez, Megan Bates, Christine Martin, Karen Hernandez, Samuel Hurley, Tara Ortiz
- Fiendship connections: Richard Owens to Megan Bates, Richard Owens to Karen Hernandez, Angela Lowe to Tara Ortiz, Angela Lowe to Karen Hernandez, Angela Lowe to Christine Martin, Angela Hernandez to Tara Ortiz, Angela Hernandez to Samuel Hurley, Christine Martin to Tara Ortiz, Christine Martin to Samuel Hurley, Karen Hernandez to Tara Ortiz, Karen Hernandez to Samuel Hurley
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Richard Owens", "id": 1373637}, {"name": "Angela Lowe", "id": 1254312}, {"name": "Angela Hernandez", "id": 1239882}, {"name": "Megan Bates", "id": 1634001}, {"name": "Christine Martin", "id": 2062610}, {"name": "Karen Hernandez", "id": 1645139}, {"name": "Samuel Hurley", "id": 2140469}, {"name": "Tara Ortiz", "id": 1325622}], "links": [{"source": 1373637, "target": 1634001}, {"source": 1373637, "target": 1645139}, {"source": 1254312, "target": 1325622}, {"source": 1254312, "target": 1645139}, {"source": 1254312, "target": 2062610}, {"source": 1239882, "target": 1325622}, {"source": 1239882, "target": 2140469}, {"source": 2062610, "target": 1325622}, {"source": 2062610, "target": 2140469}, {"source": 1645139, "target": 1325622}, {"source": 1645139, "target": 2140469}]}
|
[
1373637
] | 1 |
3,332 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jay Richardson, Jonathan Grant, Kristina Jones, Cassandra Simpson
- Fiendship connections: Jay Richardson to Cassandra Simpson, Kristina Jones to Cassandra Simpson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jay Richardson", "id": 5418040}, {"name": "Jonathan Grant", "id": 5702194}, {"name": "Kristina Jones", "id": 5418036}, {"name": "Cassandra Simpson", "id": 4948902}], "links": [{"source": 5418040, "target": 4948902}, {"source": 5418036, "target": 4948902}]}
|
[
5418040,
5702194
] | 2 |
3,333 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Ms. Melanie Shelton, Larry Griffin, Collin Davis, Lawrence Jackson, Jessica Hart, Julia Martin, Elizabeth Jones, Elizabeth Williamson, Sharon Sellers, Amy Hill
- Fiendship connections: Ms. Melanie Shelton to Elizabeth Williamson, Ms. Melanie Shelton to Lawrence Jackson, Larry Griffin to Lawrence Jackson, Lawrence Jackson to Jessica Hart, Lawrence Jackson to Sharon Sellers, Julia Martin to Elizabeth Williamson, Julia Martin to Amy Hill, Elizabeth Jones to Elizabeth Williamson, Elizabeth Jones to Amy Hill
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ms. Melanie Shelton", "id": 2415296}, {"name": "Larry Griffin", "id": 2509314}, {"name": "Collin Davis", "id": 2407268}, {"name": "Lawrence Jackson", "id": 2430501}, {"name": "Jessica Hart", "id": 2467717}, {"name": "Julia Martin", "id": 2458257}, {"name": "Elizabeth Jones", "id": 2458259}, {"name": "Elizabeth Williamson", "id": 2404277}, {"name": "Sharon Sellers", "id": 3401499}, {"name": "Amy Hill", "id": 4024126}], "links": [{"source": 2415296, "target": 2404277}, {"source": 2415296, "target": 2430501}, {"source": 2509314, "target": 2430501}, {"source": 2430501, "target": 2467717}, {"source": 2430501, "target": 3401499}, {"source": 2458257, "target": 2404277}, {"source": 2458257, "target": 4024126}, {"source": 2458259, "target": 2404277}, {"source": 2458259, "target": 4024126}]}
|
[
2415296,
2407268
] | 2 |
3,334 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Tiffany Harris, David Norris, Tanya Jones, Susan Spencer, Nicole Sullivan
- Fiendship connections:
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tiffany Harris", "id": 40768}, {"name": "David Norris", "id": 64483}, {"name": "Tanya Jones", "id": 2664}, {"name": "Susan Spencer", "id": 30843}, {"name": "Nicole Sullivan", "id": 185854}], "links": []}
|
[
40768,
64483,
2664,
30843,
185854
] | 5 |
3,335 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Rebecca Harper, Brooke Liu, Caitlin Hill, Anthony Conrad, Chad Franco
- Fiendship connections: Rebecca Harper to Caitlin Hill, Brooke Liu to Caitlin Hill, Caitlin Hill to Anthony Conrad, Caitlin Hill to Chad Franco
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Rebecca Harper", "id": 889122}, {"name": "Brooke Liu", "id": 1518787}, {"name": "Caitlin Hill", "id": 1684388}, {"name": "Anthony Conrad", "id": 948052}, {"name": "Chad Franco", "id": 1374013}], "links": [{"source": 889122, "target": 1684388}, {"source": 1518787, "target": 1684388}, {"source": 1684388, "target": 948052}, {"source": 1684388, "target": 1374013}]}
|
[
889122
] | 1 |
3,336 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Logan Jackson, Heather Massey, Charles Blankenship, Jamie Morris
- Fiendship connections: Logan Jackson to Charles Blankenship, Logan Jackson to Jamie Morris, Heather Massey to Jamie Morris, Charles Blankenship to Jamie 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": "Logan Jackson", "id": 2445506}, {"name": "Heather Massey", "id": 2627219}, {"name": "Charles Blankenship", "id": 2443733}, {"name": "Jamie Morris", "id": 2466679}], "links": [{"source": 2445506, "target": 2443733}, {"source": 2445506, "target": 2466679}, {"source": 2627219, "target": 2466679}, {"source": 2443733, "target": 2466679}]}
|
[
2445506
] | 1 |
3,337 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: George Jones, Kimberly Juarez, Leah Ruiz, Krista Cline, Andrea Burton, Jacob Clark, Olivia Garcia
- Fiendship connections: Kimberly Juarez to Jacob Clark, Jacob Clark to Olivia 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": "George Jones", "id": 2422084}, {"name": "Kimberly Juarez", "id": 4063506}, {"name": "Leah Ruiz", "id": 2420883}, {"name": "Krista Cline", "id": 2482452}, {"name": "Andrea Burton", "id": 2498587}, {"name": "Jacob Clark", "id": 2459710}, {"name": "Olivia Garcia", "id": 2531391}], "links": [{"source": 4063506, "target": 2459710}, {"source": 2459710, "target": 2531391}]}
|
[
2422084,
4063506,
2420883,
2482452,
2498587
] | 5 |
3,338 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 King, Daniel Roberts, Michael Villa, Valerie Price, Michael Brown, Rebecca Simmons, Jill Delacruz, Zoe Ross, John Salinas
- Fiendship connections: Justin King to Jill Delacruz, Daniel Roberts to John Salinas, Daniel Roberts to Michael Villa, Michael Villa to Michael Brown, Michael Villa to John Salinas, Michael Villa to Rebecca Simmons, Michael Brown to Rebecca Simmons
Identify all connected components in this network. Note that for each connected component, you should 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 King", "id": 2462243}, {"name": "Daniel Roberts", "id": 90}, {"name": "Michael Villa", "id": 257170}, {"name": "Valerie Price", "id": 86581}, {"name": "Michael Brown", "id": 663}, {"name": "Rebecca Simmons", "id": 6458}, {"name": "Jill Delacruz", "id": 4126621}, {"name": "Zoe Ross", "id": 313118}, {"name": "John Salinas", "id": 3647}], "links": [{"source": 2462243, "target": 4126621}, {"source": 90, "target": 3647}, {"source": 90, "target": 257170}, {"source": 257170, "target": 663}, {"source": 257170, "target": 3647}, {"source": 257170, "target": 6458}, {"source": 663, "target": 6458}]}
|
[
2462243,
6458,
86581,
313118
] | 4 |
3,339 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Dustin Ford, Pamela Craig, Michael Christian, Pedro Howell, Meagan Vazquez, Andrea Bradley, Nicholas Gordon, Samantha Love, Lisa Faulkner, Sarah Evans, Debra Mccoy, Angel Thompson
- Fiendship connections: Dustin Ford to Debra Mccoy, Dustin Ford to Pedro Howell, Pamela Craig to Andrea Bradley, Pedro Howell to Andrea Bradley, Meagan Vazquez to Andrea Bradley, Andrea Bradley to Lisa Faulkner, Samantha Love to Sarah Evans, Sarah Evans to Debra Mccoy
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Dustin Ford", "id": 2419392}, {"name": "Pamela Craig", "id": 3409344}, {"name": "Michael Christian", "id": 2415367}, {"name": "Pedro Howell", "id": 2683786}, {"name": "Meagan Vazquez", "id": 3409387}, {"name": "Andrea Bradley", "id": 2430604}, {"name": "Nicholas Gordon", "id": 2468173}, {"name": "Samantha Love", "id": 2409130}, {"name": "Lisa Faulkner", "id": 3409366}, {"name": "Sarah Evans", "id": 2406940}, {"name": "Debra Mccoy", "id": 2408285}, {"name": "Angel Thompson", "id": 2494143}], "links": [{"source": 2419392, "target": 2408285}, {"source": 2419392, "target": 2683786}, {"source": 3409344, "target": 2430604}, {"source": 2683786, "target": 2430604}, {"source": 3409387, "target": 2430604}, {"source": 2430604, "target": 3409366}, {"source": 2409130, "target": 2406940}, {"source": 2406940, "target": 2408285}]}
|
[
2419392,
2415367,
2468173,
2494143
] | 4 |
3,340 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Heather Davis, John Turner, Victoria Fowler, Danielle Rogers, Ryan Chapman, Ethan Montes, Michael Cox, Michelle Rose, Garrett Frederick, Cody Wood, Jeremy Weiss, Casey Peck, Stephanie Jones, Nancy Flowers
- Fiendship connections: Heather Davis to John Turner, John Turner to Ryan Chapman, John Turner to Victoria Fowler, John Turner to Cody Wood, John Turner to Jeremy Weiss, John Turner to Michael Cox, Victoria Fowler to Casey Peck, Danielle Rogers to Casey Peck, Danielle Rogers to Michelle Rose, Ethan Montes to Michelle Rose, Michelle Rose to Stephanie Jones, Garrett Frederick to Jeremy Weiss, Casey Peck to Nancy Flowers
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Heather Davis", "id": 4157568}, {"name": "John Turner", "id": 2463200}, {"name": "Victoria Fowler", "id": 2689090}, {"name": "Danielle Rogers", "id": 3790435}, {"name": "Ryan Chapman", "id": 2493796}, {"name": "Ethan Montes", "id": 3111685}, {"name": "Michael Cox", "id": 3802878}, {"name": "Michelle Rose", "id": 2484119}, {"name": "Garrett Frederick", "id": 2463028}, {"name": "Cody Wood", "id": 2693748}, {"name": "Jeremy Weiss", "id": 2840631}, {"name": "Casey Peck", "id": 2447704}, {"name": "Stephanie Jones", "id": 4658937}, {"name": "Nancy Flowers", "id": 3793502}], "links": [{"source": 4157568, "target": 2463200}, {"source": 2463200, "target": 2493796}, {"source": 2463200, "target": 2689090}, {"source": 2463200, "target": 2693748}, {"source": 2463200, "target": 2840631}, {"source": 2463200, "target": 3802878}, {"source": 2689090, "target": 2447704}, {"source": 3790435, "target": 2447704}, {"source": 3790435, "target": 2484119}, {"source": 3111685, "target": 2484119}, {"source": 2484119, "target": 4658937}, {"source": 2463028, "target": 2840631}, {"source": 2447704, "target": 3793502}]}
|
[
4157568
] | 1 |
3,341 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Joshua Martinez, Daniel Huynh, Darryl Chambers, Crystal Eaton, Jesse Manning, Stanley Wallace, Thomas White, Amy Scott, Paula Myers, Stacy Horton
- Fiendship connections: Joshua Martinez to Thomas White, Daniel Huynh to Thomas White, Daniel Huynh to Crystal Eaton, Crystal Eaton to Thomas White, Jesse Manning to Stanley Wallace, Stanley Wallace to Paula Myers, Thomas White to Paula Myers, Thomas White to Amy Scott, Thomas White to Stacy Horton
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Joshua Martinez", "id": 2491619}, {"name": "Daniel Huynh", "id": 4054506}, {"name": "Darryl Chambers", "id": 2482187}, {"name": "Crystal Eaton", "id": 2478829}, {"name": "Jesse Manning", "id": 4052333}, {"name": "Stanley Wallace", "id": 2459225}, {"name": "Thomas White", "id": 2471891}, {"name": "Amy Scott", "id": 4335635}, {"name": "Paula Myers", "id": 2551446}, {"name": "Stacy Horton", "id": 4335801}], "links": [{"source": 2491619, "target": 2471891}, {"source": 4054506, "target": 2471891}, {"source": 4054506, "target": 2478829}, {"source": 2478829, "target": 2471891}, {"source": 4052333, "target": 2459225}, {"source": 2459225, "target": 2551446}, {"source": 2471891, "target": 2551446}, {"source": 2471891, "target": 4335635}, {"source": 2471891, "target": 4335801}]}
|
[
2491619,
2482187
] | 2 |
3,342 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Felicia Hunter, Kelly Wolfe, Kyle Harrison, Lisa Smith, Alison Moran, Joshua Palmer, Lucas Hernandez, Joyce Grant, Margaret Taylor
- Fiendship connections: Felicia Hunter to Kyle Harrison, Felicia Hunter to Lucas Hernandez, Kelly Wolfe to Alison Moran, Kelly Wolfe to Margaret Taylor, Kyle Harrison to Alison Moran, Lisa Smith to Margaret Taylor, Joyce Grant to Margaret Taylor
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Felicia Hunter", "id": 2554528}, {"name": "Kelly Wolfe", "id": 3355208}, {"name": "Kyle Harrison", "id": 2463051}, {"name": "Lisa Smith", "id": 4644463}, {"name": "Alison Moran", "id": 2454992}, {"name": "Joshua Palmer", "id": 2427956}, {"name": "Lucas Hernandez", "id": 2501752}, {"name": "Joyce Grant", "id": 4644473}, {"name": "Margaret Taylor", "id": 2482557}], "links": [{"source": 2554528, "target": 2463051}, {"source": 2554528, "target": 2501752}, {"source": 3355208, "target": 2454992}, {"source": 3355208, "target": 2482557}, {"source": 2463051, "target": 2454992}, {"source": 4644463, "target": 2482557}, {"source": 4644473, "target": 2482557}]}
|
[
2554528,
2427956
] | 2 |
3,343 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Ruiz, Elizabeth Dawson, Kiara Roberts, Patrick Jones, Alyssa Wall, Jerome Clark, Norma Frazier, Briana Howard, Kristy Crawford, Clinton Watson, Ashley Baker, Judy Watts, James Martinez
- Fiendship connections: John Ruiz to Patrick Jones, Elizabeth Dawson to Alyssa Wall, Elizabeth Dawson to Jerome Clark, Elizabeth Dawson to Kristy Crawford, Kiara Roberts to Patrick Jones, Patrick Jones to Norma Frazier, Patrick Jones to Ashley Baker, Patrick Jones to James Martinez, Alyssa Wall to Kristy 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": "John Ruiz", "id": 4092322}, {"name": "Elizabeth Dawson", "id": 1671493}, {"name": "Kiara Roberts", "id": 2479014}, {"name": "Patrick Jones", "id": 2460711}, {"name": "Alyssa Wall", "id": 800134}, {"name": "Jerome Clark", "id": 1089577}, {"name": "Norma Frazier", "id": 2414541}, {"name": "Briana Howard", "id": 1745263}, {"name": "Kristy Crawford", "id": 1346097}, {"name": "Clinton Watson", "id": 2446803}, {"name": "Ashley Baker", "id": 2429300}, {"name": "Judy Watts", "id": 2412537}, {"name": "James Martinez", "id": 2498939}], "links": [{"source": 4092322, "target": 2460711}, {"source": 1671493, "target": 800134}, {"source": 1671493, "target": 1089577}, {"source": 1671493, "target": 1346097}, {"source": 2479014, "target": 2460711}, {"source": 2460711, "target": 2414541}, {"source": 2460711, "target": 2429300}, {"source": 2460711, "target": 2498939}, {"source": 800134, "target": 1346097}]}
|
[
4092322,
1089577,
1745263,
2446803,
2412537
] | 5 |
3,344 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Stacey Richard DVM, Dawn Steele, Cynthia Herrera, Kristen Barton, Tracy Byrd, Emily Novak, William Yang, Eric Clark, Margaret Smith, Adam Norris
- Fiendship connections: Stacey Richard DVM to Margaret Smith, Stacey Richard DVM to Dawn Steele, Dawn Steele to Margaret Smith, Dawn Steele to Kristen Barton, Dawn Steele to Cynthia Herrera, Dawn Steele to Tracy Byrd, Cynthia Herrera to Margaret Smith, Tracy Byrd to Margaret Smith, Emily Novak to William Yang, Emily Novak to Adam Norris, William Yang to Eric 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": "Stacey Richard DVM", "id": 1240838}, {"name": "Dawn Steele", "id": 2142923}, {"name": "Cynthia Herrera", "id": 1651724}, {"name": "Kristen Barton", "id": 1454317}, {"name": "Tracy Byrd", "id": 1690482}, {"name": "Emily Novak", "id": 524822}, {"name": "William Yang", "id": 62873}, {"name": "Eric Clark", "id": 244476}, {"name": "Margaret Smith", "id": 1240829}, {"name": "Adam Norris", "id": 190623}], "links": [{"source": 1240838, "target": 1240829}, {"source": 1240838, "target": 2142923}, {"source": 2142923, "target": 1240829}, {"source": 2142923, "target": 1454317}, {"source": 2142923, "target": 1651724}, {"source": 2142923, "target": 1690482}, {"source": 1651724, "target": 1240829}, {"source": 1690482, "target": 1240829}, {"source": 524822, "target": 62873}, {"source": 524822, "target": 190623}, {"source": 62873, "target": 244476}]}
|
[
1240838,
62873
] | 2 |
3,345 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Shelia Moore, Ashley Perry, Timothy Lowe, Amanda Mitchell
- Fiendship connections: Shelia Moore to Ashley Perry, Ashley Perry to Amanda Mitchell, Timothy Lowe to Amanda Mitchell
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Shelia Moore", "id": 4983345}, {"name": "Ashley Perry", "id": 5027762}, {"name": "Timothy Lowe", "id": 5152430}, {"name": "Amanda Mitchell", "id": 5027775}], "links": [{"source": 4983345, "target": 5027762}, {"source": 5027762, "target": 5027775}, {"source": 5152430, "target": 5027775}]}
|
[
4983345
] | 1 |
3,346 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Stephen Estes, Michael Gonzalez, Shannon Thompson, Molly Gardner, Jeffrey Potts, Tyler Gonzalez, Mark Roberts, Brianna Hoffman, Chris Parks, David Johnson, Mary Nichols, Luis Harding
- Fiendship connections: Stephen Estes to Chris Parks, Stephen Estes to David Johnson, Michael Gonzalez to Brianna Hoffman, Brianna Hoffman to Mary Nichols
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Stephen Estes", "id": 5772547}, {"name": "Michael Gonzalez", "id": 3648900}, {"name": "Shannon Thompson", "id": 4989059}, {"name": "Molly Gardner", "id": 5022662}, {"name": "Jeffrey Potts", "id": 5040585}, {"name": "Tyler Gonzalez", "id": 4947849}, {"name": "Mark Roberts", "id": 2406682}, {"name": "Brianna Hoffman", "id": 2440690}, {"name": "Chris Parks", "id": 5020630}, {"name": "David Johnson", "id": 5077816}, {"name": "Mary Nichols", "id": 2422681}, {"name": "Luis Harding", "id": 5481754}], "links": [{"source": 5772547, "target": 5020630}, {"source": 5772547, "target": 5077816}, {"source": 3648900, "target": 2440690}, {"source": 2440690, "target": 2422681}]}
|
[
5077816,
2422681,
4989059,
5022662,
5040585,
4947849,
2406682,
5481754
] | 8 |
3,347 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Charles Stewart, Louis Padilla, Elizabeth Rogers, Brittney Collins, Kari Lloyd, Susan Allen, Kenneth Hall, Maurice Jimenez, Alexis Randall
- Fiendship connections: Charles Stewart to Kari Lloyd, Elizabeth Rogers to Maurice Jimenez, Brittney Collins to Kari Lloyd, Kari Lloyd to Maurice Jimenez, Kenneth Hall to Alexis 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": "Charles Stewart", "id": 2408960}, {"name": "Louis Padilla", "id": 2481897}, {"name": "Elizabeth Rogers", "id": 2462667}, {"name": "Brittney Collins", "id": 2434157}, {"name": "Kari Lloyd", "id": 2725588}, {"name": "Susan Allen", "id": 2419030}, {"name": "Kenneth Hall", "id": 4478681}, {"name": "Maurice Jimenez", "id": 2413116}, {"name": "Alexis Randall", "id": 2476990}], "links": [{"source": 2408960, "target": 2725588}, {"source": 2462667, "target": 2413116}, {"source": 2434157, "target": 2725588}, {"source": 2725588, "target": 2413116}, {"source": 4478681, "target": 2476990}]}
|
[
2408960,
2481897,
2419030,
4478681
] | 4 |
3,348 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Kristi Gordon, Micheal Williams, Eddie Fisher, Jeffrey Rogers, Eric Dominguez, David Mccullough, Courtney Johnson, Heather Rodriguez, Kaitlyn Sanders, Lisa Benson, Michael Brown, Shannon Hensley, Amy Pham, Heather Rubio
- Fiendship connections: Kristi Gordon to Shannon Hensley, Kristi Gordon to Kaitlyn Sanders, Kristi Gordon to David Mccullough, Micheal Williams to Shannon Hensley, Micheal Williams to Kaitlyn Sanders, Micheal Williams to David Mccullough, Eddie Fisher to Courtney Johnson, Jeffrey Rogers to Kaitlyn Sanders, Eric Dominguez to Shannon Hensley, Eric Dominguez to Courtney Johnson, David Mccullough to Michael Brown, David Mccullough to Heather Rodriguez, David Mccullough to Amy Pham, David Mccullough to Heather Rubio, Heather Rodriguez to Michael Brown, Heather Rodriguez to Amy Pham, Kaitlyn Sanders to Heather Rubio, Michael Brown to Amy Pham, Shannon Hensley to Heather Rubio
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kristi Gordon", "id": 47104}, {"name": "Micheal Williams", "id": 47106}, {"name": "Eddie Fisher", "id": 139909}, {"name": "Jeffrey Rogers", "id": 478790}, {"name": "Eric Dominguez", "id": 74955}, {"name": "David Mccullough", "id": 174957}, {"name": "Courtney Johnson", "id": 75501}, {"name": "Heather Rodriguez", "id": 3407}, {"name": "Kaitlyn Sanders", "id": 61807}, {"name": "Lisa Benson", "id": 16531}, {"name": "Michael Brown", "id": 663}, {"name": "Shannon Hensley", "id": 61755}, {"name": "Amy Pham", "id": 3415}, {"name": "Heather Rubio", "id": 47103}], "links": [{"source": 47104, "target": 61755}, {"source": 47104, "target": 61807}, {"source": 47104, "target": 174957}, {"source": 47106, "target": 61755}, {"source": 47106, "target": 61807}, {"source": 47106, "target": 174957}, {"source": 139909, "target": 75501}, {"source": 478790, "target": 61807}, {"source": 74955, "target": 61755}, {"source": 74955, "target": 75501}, {"source": 174957, "target": 663}, {"source": 174957, "target": 3407}, {"source": 174957, "target": 3415}, {"source": 174957, "target": 47103}, {"source": 3407, "target": 663}, {"source": 3407, "target": 3415}, {"source": 61807, "target": 47103}, {"source": 663, "target": 3415}, {"source": 61755, "target": 47103}]}
|
[
47104,
16531
] | 2 |
3,349 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Tiffany Tran, Mark Long, Hunter Lawrence, Rebecca Levy, Anne Gibson
- Fiendship connections: Tiffany Tran to Mark Long
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tiffany Tran", "id": 2455005}, {"name": "Mark Long", "id": 3956643}, {"name": "Hunter Lawrence", "id": 1415627}, {"name": "Rebecca Levy", "id": 2493397}, {"name": "Anne Gibson", "id": 1504669}], "links": [{"source": 2455005, "target": 3956643}]}
|
[
3956643,
1415627,
2493397,
1504669
] | 4 |
3,350 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Mayer PhD, Pamela Arnold, Sarah Montgomery, Jonathan Lara, William Rosario, David Mckinney, Stephanie Diaz, Ricardo Pitts, David Lawrence
- Fiendship connections: Christopher Mayer PhD to Ricardo Pitts, Pamela Arnold to William Rosario, Jonathan Lara to David Mckinney, David Mckinney to Stephanie Diaz, David Mckinney to Ricardo Pitts, Stephanie Diaz to Ricardo Pitts
Identify all connected components in this network. Note that for each connected component, you should 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 Mayer PhD", "id": 2432643}, {"name": "Pamela Arnold", "id": 2496069}, {"name": "Sarah Montgomery", "id": 2412070}, {"name": "Jonathan Lara", "id": 2411432}, {"name": "William Rosario", "id": 2465449}, {"name": "David Mckinney", "id": 2433228}, {"name": "Stephanie Diaz", "id": 2407053}, {"name": "Ricardo Pitts", "id": 2629107}, {"name": "David Lawrence", "id": 2423894}], "links": [{"source": 2432643, "target": 2629107}, {"source": 2496069, "target": 2465449}, {"source": 2411432, "target": 2433228}, {"source": 2433228, "target": 2407053}, {"source": 2433228, "target": 2629107}, {"source": 2407053, "target": 2629107}]}
|
[
2432643,
2465449,
2412070,
2423894
] | 4 |
3,351 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Lindsay Schneider, Cynthia Brown, Eugene Fox, Jerry Love
- Fiendship connections: Cynthia Brown to Eugene Fox, Eugene Fox to Jerry Love
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Lindsay Schneider", "id": 5708864}, {"name": "Cynthia Brown", "id": 5508002}, {"name": "Eugene Fox", "id": 5508004}, {"name": "Jerry Love", "id": 5976055}], "links": [{"source": 5508002, "target": 5508004}, {"source": 5508004, "target": 5976055}]}
|
[
5708864,
5508002
] | 2 |
3,352 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Zachary Noble, Roberto Thomas, James Hernandez MD, Kerri Nolan, Paul Stewart
- Fiendship connections: Zachary Noble to James Hernandez MD, Zachary Noble to Kerri Nolan, James Hernandez MD to Kerri Nolan
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Zachary Noble", "id": 2770126}, {"name": "Roberto Thomas", "id": 2405173}, {"name": "James Hernandez MD", "id": 2409752}, {"name": "Kerri Nolan", "id": 2426010}, {"name": "Paul Stewart", "id": 2418237}], "links": [{"source": 2770126, "target": 2409752}, {"source": 2770126, "target": 2426010}, {"source": 2409752, "target": 2426010}]}
|
[
2409752,
2405173,
2418237
] | 3 |
3,353 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Regina Simmons, Chad Foster, Rachel Garcia, Vincent Patterson, Kenneth Ramirez
- Fiendship connections: Regina Simmons to Rachel Garcia, Chad Foster to Vincent Patterson, Chad Foster to Kenneth Ramirez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Regina Simmons", "id": 2427555}, {"name": "Chad Foster", "id": 1520523}, {"name": "Rachel Garcia", "id": 3338456}, {"name": "Vincent Patterson", "id": 851901}, {"name": "Kenneth Ramirez", "id": 1236799}], "links": [{"source": 2427555, "target": 3338456}, {"source": 1520523, "target": 851901}, {"source": 1520523, "target": 1236799}]}
|
[
3338456,
1520523
] | 2 |
3,354 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Baker, Melissa Woodward, Tina Ferguson, John Sanders Jr., Mason Roman, Stephanie Johnson
- Fiendship connections: Joseph Baker to Tina Ferguson, Joseph Baker to John Sanders Jr., Melissa Woodward to John Sanders Jr.
Identify all connected components in this network. Note that for each connected component, you should 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 Baker", "id": 2513408}, {"name": "Melissa Woodward", "id": 4845548}, {"name": "Tina Ferguson", "id": 2409426}, {"name": "John Sanders Jr.", "id": 2497941}, {"name": "Mason Roman", "id": 2493270}, {"name": "Stephanie Johnson", "id": 2459640}], "links": [{"source": 2513408, "target": 2409426}, {"source": 2513408, "target": 2497941}, {"source": 4845548, "target": 2497941}]}
|
[
2513408,
2493270,
2459640
] | 3 |
3,355 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Valentine, Trevor Carpenter, Emily Anderson, Robert Schmidt, Carol Barnett, Gregory Ramos
- Fiendship connections: Jacob Valentine to Trevor Carpenter, Trevor Carpenter to Robert Schmidt, Trevor Carpenter to Carol Barnett, Carol Barnett to Gregory Ramos
Identify all connected components in this network. Note that for each connected component, you should 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 Valentine", "id": 51140}, {"name": "Trevor Carpenter", "id": 774}, {"name": "Emily Anderson", "id": 18254}, {"name": "Robert Schmidt", "id": 123761}, {"name": "Carol Barnett", "id": 145811}, {"name": "Gregory Ramos", "id": 41557}], "links": [{"source": 51140, "target": 774}, {"source": 774, "target": 123761}, {"source": 774, "target": 145811}, {"source": 145811, "target": 41557}]}
|
[
51140,
18254
] | 2 |
3,356 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jonathan Johnson, Maria Stewart, William Vega, Lisa Wright, Linda Clark
- Fiendship connections: Jonathan Johnson to Lisa Wright, Maria Stewart to Lisa Wright, Lisa Wright to Linda 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": "Jonathan Johnson", "id": 530027}, {"name": "Maria Stewart", "id": 530028}, {"name": "William Vega", "id": 922129}, {"name": "Lisa Wright", "id": 455831}, {"name": "Linda Clark", "id": 222040}], "links": [{"source": 530027, "target": 455831}, {"source": 530028, "target": 455831}, {"source": 455831, "target": 222040}]}
|
[
222040,
922129
] | 2 |
3,357 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Douglas Johnston, Victoria Martinez, Thomas Pierce, Andrea Vaughn, Nicole Bush, Michael Martin, Adam Hall, Jessica Young
- Fiendship connections: Douglas Johnston to Jessica Young, Douglas Johnston to Michael Martin, Douglas Johnston to Andrea Vaughn, Douglas Johnston to Adam Hall, Victoria Martinez to Nicole Bush
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Douglas Johnston", "id": 4999456}, {"name": "Victoria Martinez", "id": 5117505}, {"name": "Thomas Pierce", "id": 5082883}, {"name": "Andrea Vaughn", "id": 5020749}, {"name": "Nicole Bush", "id": 4995668}, {"name": "Michael Martin", "id": 5162685}, {"name": "Adam Hall", "id": 5137502}, {"name": "Jessica Young", "id": 4966367}], "links": [{"source": 4999456, "target": 4966367}, {"source": 4999456, "target": 5162685}, {"source": 4999456, "target": 5020749}, {"source": 4999456, "target": 5137502}, {"source": 5117505, "target": 4995668}]}
|
[
4999456,
5117505,
5082883
] | 3 |
3,358 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Misty Jones, David Garcia, Christine Barber MD, Stephanie Green
- Fiendship connections: Misty Jones to Christine Barber MD, Misty Jones to Stephanie Green, Misty Jones to David Garcia, David Garcia to Christine Barber 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": "Misty Jones", "id": 1572377}, {"name": "David Garcia", "id": 2275476}, {"name": "Christine Barber MD", "id": 1581150}, {"name": "Stephanie Green", "id": 1975444}], "links": [{"source": 1572377, "target": 1581150}, {"source": 1572377, "target": 1975444}, {"source": 1572377, "target": 2275476}, {"source": 2275476, "target": 1581150}]}
|
[
1572377
] | 1 |
3,359 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Renee Vance, James Roth, Michelle Ellison, Sandra Valencia, Joel Henderson, Brent Powell, Emily Campbell
- Fiendship connections: Renee Vance to James Roth, James Roth to Joel Henderson, Michelle Ellison to Joel Henderson, Joel Henderson to Emily Campbell, Joel Henderson to Brent Powell
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Renee Vance", "id": 4934465}, {"name": "James Roth", "id": 5439083}, {"name": "Michelle Ellison", "id": 5063884}, {"name": "Sandra Valencia", "id": 5052269}, {"name": "Joel Henderson", "id": 4977006}, {"name": "Brent Powell", "id": 4977007}, {"name": "Emily Campbell", "id": 4942388}], "links": [{"source": 4934465, "target": 5439083}, {"source": 5439083, "target": 4977006}, {"source": 5063884, "target": 4977006}, {"source": 4977006, "target": 4942388}, {"source": 4977006, "target": 4977007}]}
|
[
4934465,
5052269
] | 2 |
3,360 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Candice Thomas, Amber Brown, Crystal Sanchez, Paul Palmer
- Fiendship connections: Candice Thomas to Crystal Sanchez, Amber Brown to Crystal Sanchez, Crystal Sanchez to Paul Palmer
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Candice Thomas", "id": 794233}, {"name": "Amber Brown", "id": 794234}, {"name": "Crystal Sanchez", "id": 1265259}, {"name": "Paul Palmer", "id": 895919}], "links": [{"source": 794233, "target": 1265259}, {"source": 794234, "target": 1265259}, {"source": 1265259, "target": 895919}]}
|
[
794233
] | 1 |
3,361 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Ms. Christine Cole, Andrew Melendez, Patrick Ross, Kelly Martin
- Fiendship connections: Ms. Christine Cole to Kelly Martin
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ms. Christine Cole", "id": 5081281}, {"name": "Andrew Melendez", "id": 5059506}, {"name": "Patrick Ross", "id": 4940118}, {"name": "Kelly Martin", "id": 5952057}], "links": [{"source": 5081281, "target": 5952057}]}
|
[
5081281,
5059506,
4940118
] | 3 |
3,362 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sheila Durham, Sarah Yu, Erin Ramsey, Jane Anderson, Eddie Rodriguez, Jessica Thompson, Kimberly Barnett
- Fiendship connections: Sarah Yu to Kimberly Barnett, Jane Anderson to Jessica Thompson, Eddie Rodriguez to Kimberly Barnett
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sheila Durham", "id": 5152672}, {"name": "Sarah Yu", "id": 2474212}, {"name": "Erin Ramsey", "id": 4969545}, {"name": "Jane Anderson", "id": 5720437}, {"name": "Eddie Rodriguez", "id": 2434553}, {"name": "Jessica Thompson", "id": 5015098}, {"name": "Kimberly Barnett", "id": 3543869}], "links": [{"source": 2474212, "target": 3543869}, {"source": 5720437, "target": 5015098}, {"source": 2434553, "target": 3543869}]}
|
[
5152672,
2434553,
4969545,
5015098
] | 4 |
3,363 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Charles Walker, Tiffany Christian, Ryan Parks, Craig Buchanan, Stephanie Jackson, Mrs. Kiara Wheeler, Mary Bell, Helen Garrison
- Fiendship connections: Charles Walker to Craig Buchanan, Tiffany Christian to Mrs. Kiara Wheeler, Ryan Parks to Stephanie Jackson, Ryan Parks to Craig Buchanan, Ryan Parks to Mrs. Kiara Wheeler, Mrs. Kiara Wheeler to Mary Bell, Mrs. Kiara Wheeler to Helen Garrison
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Charles Walker", "id": 1318688}, {"name": "Tiffany Christian", "id": 987521}, {"name": "Ryan Parks", "id": 1173635}, {"name": "Craig Buchanan", "id": 1101323}, {"name": "Stephanie Jackson", "id": 807318}, {"name": "Mrs. Kiara Wheeler", "id": 1833465}, {"name": "Mary Bell", "id": 943482}, {"name": "Helen Garrison", "id": 1086716}], "links": [{"source": 1318688, "target": 1101323}, {"source": 987521, "target": 1833465}, {"source": 1173635, "target": 807318}, {"source": 1173635, "target": 1101323}, {"source": 1173635, "target": 1833465}, {"source": 1833465, "target": 943482}, {"source": 1833465, "target": 1086716}]}
|
[
1318688
] | 1 |
3,364 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Singleton, Deanna Howard, Candace Shah, Angela Ramirez, Ethan Lewis, Tina Hampton, Kathryn Dunn, Joseph Dodson, Erin Harrison
- Fiendship connections: Brian Singleton to Angela Ramirez, Brian Singleton to Erin Harrison, Angela Ramirez to Erin Harrison, Tina Hampton to Kathryn Dunn, Kathryn Dunn to Joseph Dodson
Identify all connected components in this network. Note that for each connected component, you should 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 Singleton", "id": 2459971}, {"name": "Deanna Howard", "id": 2419565}, {"name": "Candace Shah", "id": 3171696}, {"name": "Angela Ramirez", "id": 2459953}, {"name": "Ethan Lewis", "id": 2493459}, {"name": "Tina Hampton", "id": 851284}, {"name": "Kathryn Dunn", "id": 1165750}, {"name": "Joseph Dodson", "id": 2088631}, {"name": "Erin Harrison", "id": 4073853}], "links": [{"source": 2459971, "target": 2459953}, {"source": 2459971, "target": 4073853}, {"source": 2459953, "target": 4073853}, {"source": 851284, "target": 1165750}, {"source": 1165750, "target": 2088631}]}
|
[
2459953,
2419565,
3171696,
2493459,
851284
] | 5 |
3,365 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Nunez, Gina Smith, Paul Clark, Tanya Torres
- Fiendship connections: Jessica Nunez to Paul Clark, Gina Smith to Tanya Torres, Gina Smith to Paul 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": "Jessica Nunez", "id": 5246977}, {"name": "Gina Smith", "id": 5888940}, {"name": "Paul Clark", "id": 5726557}, {"name": "Tanya Torres", "id": 5186807}], "links": [{"source": 5246977, "target": 5726557}, {"source": 5888940, "target": 5186807}, {"source": 5888940, "target": 5726557}]}
|
[
5246977
] | 1 |
3,366 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Rebecca Smith, Robert Gonzalez, Glenda Lopez, Cheryl Williams, Mark Kelly, Arthur Krueger, Michael Herrera, Anthony King, Sarah White, Joseph Pacheco, Brandon Reyes, Stephen Williams, Christopher Baker
- Fiendship connections: Rebecca Smith to Brandon Reyes, Rebecca Smith to Anthony King, Rebecca Smith to Michael Herrera, Glenda Lopez to Cheryl Williams, Glenda Lopez to Sarah White, Cheryl Williams to Stephen Williams, Mark Kelly to Joseph Pacheco, Mark Kelly to Christopher Baker, Arthur Krueger to Christopher Baker, Michael Herrera to Anthony 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": "Rebecca Smith", "id": 991425}, {"name": "Robert Gonzalez", "id": 2502755}, {"name": "Glenda Lopez", "id": 5353509}, {"name": "Cheryl Williams", "id": 4967783}, {"name": "Mark Kelly", "id": 2461479}, {"name": "Arthur Krueger", "id": 2455785}, {"name": "Michael Herrera", "id": 1016168}, {"name": "Anthony King", "id": 969102}, {"name": "Sarah White", "id": 4980368}, {"name": "Joseph Pacheco", "id": 2461428}, {"name": "Brandon Reyes", "id": 802998}, {"name": "Stephen Williams", "id": 5672666}, {"name": "Christopher Baker", "id": 3929179}], "links": [{"source": 991425, "target": 802998}, {"source": 991425, "target": 969102}, {"source": 991425, "target": 1016168}, {"source": 5353509, "target": 4967783}, {"source": 5353509, "target": 4980368}, {"source": 4967783, "target": 5672666}, {"source": 2461479, "target": 2461428}, {"source": 2461479, "target": 3929179}, {"source": 2455785, "target": 3929179}, {"source": 1016168, "target": 969102}]}
|
[
1016168,
2502755,
4980368,
2455785
] | 4 |
3,367 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Ball, Matthew Robinson, Chris Thomas, Steven Diaz, Heather Taylor, Taylor Goodman
- Fiendship connections: Jamie Ball to Matthew Robinson, Jamie Ball to Taylor Goodman, Chris Thomas to Steven Diaz
Identify all connected components in this network. Note that for each connected component, you should 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 Ball", "id": 2492018}, {"name": "Matthew Robinson", "id": 2425204}, {"name": "Chris Thomas", "id": 3745911}, {"name": "Steven Diaz", "id": 2446169}, {"name": "Heather Taylor", "id": 2441562}, {"name": "Taylor Goodman", "id": 4745019}], "links": [{"source": 2492018, "target": 2425204}, {"source": 2492018, "target": 4745019}, {"source": 3745911, "target": 2446169}]}
|
[
2492018,
2446169,
2441562
] | 3 |
3,368 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sabrina Allen, Joshua Johnson, Christopher Davis, Anthony Duran, Nicole Gonzales
- Fiendship connections: Sabrina Allen to Christopher Davis, Christopher Davis to Nicole Gonzales
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sabrina Allen", "id": 2456163}, {"name": "Joshua Johnson", "id": 2496931}, {"name": "Christopher Davis", "id": 2909254}, {"name": "Anthony Duran", "id": 2423631}, {"name": "Nicole Gonzales", "id": 2415155}], "links": [{"source": 2456163, "target": 2909254}, {"source": 2909254, "target": 2415155}]}
|
[
2415155,
2496931,
2423631
] | 3 |
3,369 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Carolyn Bowman, Jonathan Williams, Andrew Harper, Robin Bradley, Nathaniel Davis, Joshua Rowe, Ronald Peters, Charles Myers, Brandy Harris, Erica Harris, Benjamin Singh
- Fiendship connections: Carolyn Bowman to Ronald Peters, Carolyn Bowman to Joshua Rowe, Carolyn Bowman to Jonathan Williams, Andrew Harper to Nathaniel Davis, Andrew Harper to Robin Bradley, Charles Myers to Erica Harris, Charles Myers to Brandy Harris, Charles Myers to Benjamin Singh, Brandy Harris to Erica Harris, Brandy Harris to Benjamin Singh, Erica Harris to Benjamin Singh
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Carolyn Bowman", "id": 1418339}, {"name": "Jonathan Williams", "id": 1421187}, {"name": "Andrew Harper", "id": 2432940}, {"name": "Robin Bradley", "id": 3507580}, {"name": "Nathaniel Davis", "id": 3507568}, {"name": "Joshua Rowe", "id": 1164627}, {"name": "Ronald Peters", "id": 1159251}, {"name": "Charles Myers", "id": 5056504}, {"name": "Brandy Harris", "id": 5056506}, {"name": "Erica Harris", "id": 4959772}, {"name": "Benjamin Singh", "id": 5056510}], "links": [{"source": 1418339, "target": 1159251}, {"source": 1418339, "target": 1164627}, {"source": 1418339, "target": 1421187}, {"source": 2432940, "target": 3507568}, {"source": 2432940, "target": 3507580}, {"source": 5056504, "target": 4959772}, {"source": 5056504, "target": 5056506}, {"source": 5056504, "target": 5056510}, {"source": 5056506, "target": 4959772}, {"source": 5056506, "target": 5056510}, {"source": 4959772, "target": 5056510}]}
|
[
1421187,
3507568,
5056504
] | 3 |
3,370 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sherri Campbell MD, Pamela Ruiz, Crystal Bradley, Tony Poole, Alan Charles, Tracy Reynolds, Joshua Ayala, Billy Johnston, Heather Ellis, Matthew Steele
- Fiendship connections: Sherri Campbell MD to Tracy Reynolds, Pamela Ruiz to Alan Charles, Pamela Ruiz to Tracy Reynolds, Crystal Bradley to Tracy Reynolds, Tony Poole to Tracy Reynolds, Tracy Reynolds to Heather Ellis, Tracy Reynolds to Billy Johnston
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sherri Campbell MD", "id": 4015745}, {"name": "Pamela Ruiz", "id": 3899811}, {"name": "Crystal Bradley", "id": 4015747}, {"name": "Tony Poole", "id": 2846344}, {"name": "Alan Charles", "id": 2453868}, {"name": "Tracy Reynolds", "id": 2457774}, {"name": "Joshua Ayala", "id": 1116911}, {"name": "Billy Johnston", "id": 3282801}, {"name": "Heather Ellis", "id": 3108050}, {"name": "Matthew Steele", "id": 2449948}], "links": [{"source": 4015745, "target": 2457774}, {"source": 3899811, "target": 2453868}, {"source": 3899811, "target": 2457774}, {"source": 4015747, "target": 2457774}, {"source": 2846344, "target": 2457774}, {"source": 2457774, "target": 3108050}, {"source": 2457774, "target": 3282801}]}
|
[
4015745,
1116911,
2449948
] | 3 |
3,371 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Debra Cummings, Brittany Turner, Eric Jenkins, Philip Rogers
- Fiendship connections: Debra Cummings to Brittany Turner, Brittany Turner to Philip Rogers
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Debra Cummings", "id": 3145376}, {"name": "Brittany Turner", "id": 2421481}, {"name": "Eric Jenkins", "id": 2482984}, {"name": "Philip Rogers", "id": 3145374}], "links": [{"source": 3145376, "target": 2421481}, {"source": 2421481, "target": 3145374}]}
|
[
3145376,
2482984
] | 2 |
3,372 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Hawkins, Rebecca Hart, Jacqueline Hahn, Ruth Mosley, Megan Benitez, Vincent Perez, Rebecca Perez
- Fiendship connections: Samantha Hawkins to Rebecca Hart, Rebecca Hart to Vincent Perez, Rebecca Hart to Megan Benitez
Identify all connected components in this network. Note that for each connected component, you should 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 Hawkins", "id": 528420}, {"name": "Rebecca Hart", "id": 315910}, {"name": "Jacqueline Hahn", "id": 375207}, {"name": "Ruth Mosley", "id": 91210}, {"name": "Megan Benitez", "id": 180345}, {"name": "Vincent Perez", "id": 83163}, {"name": "Rebecca Perez", "id": 119967}], "links": [{"source": 528420, "target": 315910}, {"source": 315910, "target": 83163}, {"source": 315910, "target": 180345}]}
|
[
180345,
375207,
91210,
119967
] | 4 |
3,373 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Wanda Johnson, Zachary Long, Mrs. Tracey Scott, Cody Bradford, Andrea Morton
- Fiendship connections: Wanda Johnson to Andrea Morton, Wanda Johnson to Zachary Long, Wanda Johnson to Mrs. Tracey Scott, Wanda Johnson to Cody Bradford, Mrs. Tracey Scott to Cody Bradford
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Wanda Johnson", "id": 1262469}, {"name": "Zachary Long", "id": 976975}, {"name": "Mrs. Tracey Scott", "id": 1731475}, {"name": "Cody Bradford", "id": 1731481}, {"name": "Andrea Morton", "id": 811711}], "links": [{"source": 1262469, "target": 811711}, {"source": 1262469, "target": 976975}, {"source": 1262469, "target": 1731475}, {"source": 1262469, "target": 1731481}, {"source": 1731475, "target": 1731481}]}
|
[
1262469
] | 1 |
3,374 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Sean Watson, Joyce Hoffman, Shelby Macias, Emma Bishop, Jonathan Sanders, Heather Bell, Ralph Cook
- Fiendship connections: Sean Watson to Emma Bishop, Joyce Hoffman to Heather Bell, Joyce Hoffman to Jonathan Sanders
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sean Watson", "id": 1567136}, {"name": "Joyce Hoffman", "id": 643}, {"name": "Shelby Macias", "id": 39684}, {"name": "Emma Bishop", "id": 906506}, {"name": "Jonathan Sanders", "id": 137869}, {"name": "Heather Bell", "id": 31278}, {"name": "Ralph Cook", "id": 430541}], "links": [{"source": 1567136, "target": 906506}, {"source": 643, "target": 31278}, {"source": 643, "target": 137869}]}
|
[
1567136,
643,
39684,
430541
] | 4 |
3,375 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Jose Watkins, Alex Moore, Angela Smith, Debra Walker, Eric Dougherty, Leonard Webb, Kimberly Smith, James Martinez
- Fiendship connections: Jose Watkins to Kimberly Smith, Alex Moore to James Martinez, Alex Moore to Kimberly Smith, Debra Walker to Kimberly 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": "Jose Watkins", "id": 4367521}, {"name": "Alex Moore", "id": 3322789}, {"name": "Angela Smith", "id": 2501577}, {"name": "Debra Walker", "id": 2474445}, {"name": "Eric Dougherty", "id": 2472494}, {"name": "Leonard Webb", "id": 2502032}, {"name": "Kimberly Smith", "id": 2472498}, {"name": "James Martinez", "id": 2463166}], "links": [{"source": 4367521, "target": 2472498}, {"source": 3322789, "target": 2463166}, {"source": 3322789, "target": 2472498}, {"source": 2474445, "target": 2472498}]}
|
[
4367521,
2501577,
2472494,
2502032
] | 4 |
3,376 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Shah, Jill Kim, Shannon Aguirre, Samantha Andersen, Cynthia Dennis
- Fiendship connections: Kayla Shah to Shannon Aguirre, Jill Kim to Shannon Aguirre, Shannon Aguirre to Cynthia Dennis, Shannon Aguirre to Samantha Andersen
Identify all connected components in this network. Note that for each connected component, you should 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 Shah", "id": 1024416}, {"name": "Jill Kim", "id": 1028356}, {"name": "Shannon Aguirre", "id": 880084}, {"name": "Samantha Andersen", "id": 1144628}, {"name": "Cynthia Dennis", "id": 863512}], "links": [{"source": 1024416, "target": 880084}, {"source": 1028356, "target": 880084}, {"source": 880084, "target": 863512}, {"source": 880084, "target": 1144628}]}
|
[
1024416
] | 1 |
3,377 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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, Anthony Daniel, Patrick Kelly, Cynthia Golden
- Fiendship connections: Jamie Kennedy to Patrick Kelly
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jamie Kennedy", "id": 635136}, {"name": "Anthony Daniel", "id": 11113}, {"name": "Patrick Kelly", "id": 8204}, {"name": "Cynthia Golden", "id": 2176}], "links": [{"source": 635136, "target": 8204}]}
|
[
635136,
11113,
2176
] | 3 |
3,378 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Martin, Jamie Rodriguez, Peggy White, Michael Tyler, Jessica Simon, Lori Nielsen, Shelby Rios, Katherine Edwards, Christopher Smith, Kelly Kim, Mark Davis
- Fiendship connections: John Martin to Katherine Edwards, Jamie Rodriguez to Katherine Edwards, Michael Tyler to Shelby Rios, Michael Tyler to Mark Davis, Jessica Simon to Katherine Edwards, Lori Nielsen to Katherine Edwards, Shelby Rios to Mark Davis, Katherine Edwards to Christopher Smith, Christopher Smith to Kelly Kim
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "John Martin", "id": 3971904}, {"name": "Jamie Rodriguez", "id": 3971907}, {"name": "Peggy White", "id": 2455908}, {"name": "Michael Tyler", "id": 4656262}, {"name": "Jessica Simon", "id": 3971913}, {"name": "Lori Nielsen", "id": 3971914}, {"name": "Shelby Rios", "id": 2484339}, {"name": "Katherine Edwards", "id": 2455892}, {"name": "Christopher Smith", "id": 3727288}, {"name": "Kelly Kim", "id": 2451643}, {"name": "Mark Davis", "id": 2484344}], "links": [{"source": 3971904, "target": 2455892}, {"source": 3971907, "target": 2455892}, {"source": 4656262, "target": 2484339}, {"source": 4656262, "target": 2484344}, {"source": 3971913, "target": 2455892}, {"source": 3971914, "target": 2455892}, {"source": 2484339, "target": 2484344}, {"source": 2455892, "target": 3727288}, {"source": 3727288, "target": 2451643}]}
|
[
3971904,
2455908,
2484344
] | 3 |
3,379 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Michael Hall, Shirley Evans, Kelly Lee, Amanda Lawson, Mark Cardenas, Joshua Ruiz, Rachel Baker DVM, John Wilson
- Fiendship connections: Michael Hall to John Wilson, Shirley Evans to Rachel Baker DVM, Kelly Lee to John Wilson, Amanda Lawson to Rachel Baker DVM, Joshua Ruiz to Rachel Baker DVM
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Michael Hall", "id": 2430218}, {"name": "Shirley Evans", "id": 4942221}, {"name": "Kelly Lee", "id": 2463793}, {"name": "Amanda Lawson", "id": 5040628}, {"name": "Mark Cardenas", "id": 2449237}, {"name": "Joshua Ruiz", "id": 4943604}, {"name": "Rachel Baker DVM", "id": 4947513}, {"name": "John Wilson", "id": 3397657}], "links": [{"source": 2430218, "target": 3397657}, {"source": 4942221, "target": 4947513}, {"source": 2463793, "target": 3397657}, {"source": 5040628, "target": 4947513}, {"source": 4943604, "target": 4947513}]}
|
[
3397657,
4943604,
2449237
] | 3 |
3,380 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Denise Snow, Susan Murillo, Dana Keller, Bruce Cohen, Megan Hunter
- Fiendship connections: Denise Snow to Dana Keller, Susan Murillo to Megan Hunter
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Denise Snow", "id": 5213798}, {"name": "Susan Murillo", "id": 1262186}, {"name": "Dana Keller", "id": 5876729}, {"name": "Bruce Cohen", "id": 5052731}, {"name": "Megan Hunter", "id": 2040991}], "links": [{"source": 5213798, "target": 5876729}, {"source": 1262186, "target": 2040991}]}
|
[
5876729,
1262186,
5052731
] | 3 |
3,381 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Powers, Mandy Casey, Austin Coleman, Austin Hamilton, Robert Smith, Alicia King, Richard Rodriguez, Bethany Booker, Heather Blackwell, Kerry White, Steven Collins, Jerome Tran
- Fiendship connections: Jennifer Powers to Mandy Casey, Mandy Casey to Robert Smith, Mandy Casey to Austin Coleman, Mandy Casey to Richard Rodriguez, Mandy Casey to Steven Collins, Mandy Casey to Heather Blackwell, Austin Hamilton to Bethany Booker, Alicia King to Richard Rodriguez, Alicia King to Bethany Booker, Alicia King to Steven Collins, Richard Rodriguez to Jerome Tran
Identify all connected components in this network. Note that for each connected component, you should 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 Powers", "id": 2478724}, {"name": "Mandy Casey", "id": 3491525}, {"name": "Austin Coleman", "id": 2456222}, {"name": "Austin Hamilton", "id": 3012782}, {"name": "Robert Smith", "id": 2431471}, {"name": "Alicia King", "id": 4077967}, {"name": "Richard Rodriguez", "id": 2473077}, {"name": "Bethany Booker", "id": 2478582}, {"name": "Heather Blackwell", "id": 2483447}, {"name": "Kerry White", "id": 2479227}, {"name": "Steven Collins", "id": 2478686}, {"name": "Jerome Tran", "id": 3955775}], "links": [{"source": 2478724, "target": 3491525}, {"source": 3491525, "target": 2431471}, {"source": 3491525, "target": 2456222}, {"source": 3491525, "target": 2473077}, {"source": 3491525, "target": 2478686}, {"source": 3491525, "target": 2483447}, {"source": 3012782, "target": 2478582}, {"source": 4077967, "target": 2473077}, {"source": 4077967, "target": 2478582}, {"source": 4077967, "target": 2478686}, {"source": 2473077, "target": 3955775}]}
|
[
2478724,
2479227
] | 2 |
3,382 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Douglas Johnston, Jocelyn Murphy, Lisa Stevens, Hannah Villarreal, Kyle Khan, Dr. Emily Baker, Andrea Evans, Margaret Shelton, James Young, John Spencer, Richard Keller, Thomas Rodgers
- Fiendship connections: Douglas Johnston to James Young, Douglas Johnston to Kyle Khan, Douglas Johnston to Andrea Evans, Douglas Johnston to Lisa Stevens, Jocelyn Murphy to Margaret Shelton, Hannah Villarreal to Margaret Shelton, Dr. Emily Baker to Thomas Rodgers, Margaret Shelton to Richard Keller
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Douglas Johnston", "id": 4999456}, {"name": "Jocelyn Murphy", "id": 1345}, {"name": "Lisa Stevens", "id": 5003269}, {"name": "Hannah Villarreal", "id": 19335}, {"name": "Kyle Khan", "id": 4976138}, {"name": "Dr. Emily Baker", "id": 2208172}, {"name": "Andrea Evans", "id": 5044749}, {"name": "Margaret Shelton", "id": 35120}, {"name": "James Young", "id": 4944403}, {"name": "John Spencer", "id": 5181751}, {"name": "Richard Keller", "id": 727609}, {"name": "Thomas Rodgers", "id": 1374268}], "links": [{"source": 4999456, "target": 4944403}, {"source": 4999456, "target": 4976138}, {"source": 4999456, "target": 5044749}, {"source": 4999456, "target": 5003269}, {"source": 1345, "target": 35120}, {"source": 19335, "target": 35120}, {"source": 2208172, "target": 1374268}, {"source": 35120, "target": 727609}]}
|
[
4999456,
35120,
2208172,
5181751
] | 4 |
3,383 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Hayes, Matthew Juarez, Joseph Hernandez, Wendy Gross, Emily Perez
- Fiendship connections: Matthew Juarez to Joseph Hernandez, Joseph Hernandez to Wendy Gross
Identify all connected components in this network. Note that for each connected component, you should 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 Hayes", "id": 2419682}, {"name": "Matthew Juarez", "id": 2425612}, {"name": "Joseph Hernandez", "id": 2740718}, {"name": "Wendy Gross", "id": 2410258}, {"name": "Emily Perez", "id": 1339029}], "links": [{"source": 2425612, "target": 2740718}, {"source": 2740718, "target": 2410258}]}
|
[
2419682,
2410258,
1339029
] | 3 |
3,384 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Shannon Shepard DDS, Joseph Sullivan, Anna White, Penny Martinez, Patrick Horton, Sheila Garcia, Philip Neal
- Fiendship connections: Shannon Shepard DDS to Philip Neal, Shannon Shepard DDS to Joseph Sullivan, Joseph Sullivan to Sheila Garcia, Joseph Sullivan to Patrick Horton, Anna White to Philip Neal, Penny Martinez to Philip Neal, Patrick Horton to Philip Neal, Sheila Garcia to Philip Neal
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Shannon Shepard DDS", "id": 3587}, {"name": "Joseph Sullivan", "id": 98851}, {"name": "Anna White", "id": 325}, {"name": "Penny Martinez", "id": 712213}, {"name": "Patrick Horton", "id": 3577}, {"name": "Sheila Garcia", "id": 2268}, {"name": "Philip Neal", "id": 2365}], "links": [{"source": 3587, "target": 2365}, {"source": 3587, "target": 98851}, {"source": 98851, "target": 2268}, {"source": 98851, "target": 3577}, {"source": 325, "target": 2365}, {"source": 712213, "target": 2365}, {"source": 3577, "target": 2365}, {"source": 2268, "target": 2365}]}
|
[
98851
] | 1 |
3,385 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Samuel Walker, Troy Strickland, Stephanie Davis, Stephanie Flowers, Megan Clark, Daniel Cruz, Brian Lewis, Donald Thomas
- Fiendship connections: Samuel Walker to Brian Lewis, Samuel Walker to Troy Strickland, Troy Strickland to Brian Lewis, Troy Strickland to Stephanie Flowers, Stephanie Flowers to Brian Lewis, Stephanie Flowers to Daniel Cruz, Megan Clark to Brian 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": "Samuel Walker", "id": 2421255}, {"name": "Troy Strickland", "id": 3103175}, {"name": "Stephanie Davis", "id": 2440330}, {"name": "Stephanie Flowers", "id": 2435181}, {"name": "Megan Clark", "id": 2434865}, {"name": "Daniel Cruz", "id": 2479219}, {"name": "Brian Lewis", "id": 2434807}, {"name": "Donald Thomas", "id": 2479353}], "links": [{"source": 2421255, "target": 2434807}, {"source": 2421255, "target": 3103175}, {"source": 3103175, "target": 2434807}, {"source": 3103175, "target": 2435181}, {"source": 2435181, "target": 2434807}, {"source": 2435181, "target": 2479219}, {"source": 2434865, "target": 2434807}]}
|
[
3103175,
2440330,
2479353
] | 3 |
3,386 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Sullivan, Tracy Wilson, Pamela Hendrix, Eric Williams, Daniel Craig, Lindsey Brown, Spencer Jackson
- Fiendship connections: Pamela Hendrix to Lindsey Brown, Eric Williams to Lindsey Brown, Daniel Craig to Spencer 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": "Lauren Sullivan", "id": 2454914}, {"name": "Tracy Wilson", "id": 2447609}, {"name": "Pamela Hendrix", "id": 2418414}, {"name": "Eric Williams", "id": 2464819}, {"name": "Daniel Craig", "id": 1186005}, {"name": "Lindsey Brown", "id": 3027289}, {"name": "Spencer Jackson", "id": 2341855}], "links": [{"source": 2418414, "target": 3027289}, {"source": 2464819, "target": 3027289}, {"source": 1186005, "target": 2341855}]}
|
[
2454914,
2447609,
3027289,
1186005
] | 4 |
3,387 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Michelle Hamilton, Casey Smith, Michelle Obrien, Larry Kennedy, Candice Blankenship, Helen Barnes
- Fiendship connections: Michelle Hamilton to Casey Smith, Michelle Hamilton to Helen Barnes, Casey Smith to Helen Barnes, Casey Smith to Candice Blankenship, Michelle Obrien to Helen Barnes, Candice Blankenship to Helen 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": "Michelle Hamilton", "id": 103684}, {"name": "Casey Smith", "id": 27114}, {"name": "Michelle Obrien", "id": 2319}, {"name": "Larry Kennedy", "id": 260662}, {"name": "Candice Blankenship", "id": 40024}, {"name": "Helen Barnes", "id": 103644}], "links": [{"source": 103684, "target": 27114}, {"source": 103684, "target": 103644}, {"source": 27114, "target": 103644}, {"source": 27114, "target": 40024}, {"source": 2319, "target": 103644}, {"source": 40024, "target": 103644}]}
|
[
103684,
260662
] | 2 |
3,388 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Mclaughlin, James Townsend, Joseph Cunningham, Diane Gonzalez
- Fiendship connections: Eric Mclaughlin to Diane Gonzalez, Eric Mclaughlin to James Townsend, James Townsend to Diane Gonzalez, James Townsend to Joseph Cunningham
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Eric Mclaughlin", "id": 1562458}, {"name": "James Townsend", "id": 2272891}, {"name": "Joseph Cunningham", "id": 1677822}, {"name": "Diane Gonzalez", "id": 1379523}], "links": [{"source": 1562458, "target": 1379523}, {"source": 1562458, "target": 2272891}, {"source": 2272891, "target": 1379523}, {"source": 2272891, "target": 1677822}]}
|
[
1562458
] | 1 |
3,389 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Rodriguez DVM, Stephanie Maddox, Megan Meyer, John Jackson, Caroline Johnson
- Fiendship connections: Lisa Rodriguez DVM to Megan Meyer, Stephanie Maddox to Megan Meyer
Identify all connected components in this network. Note that for each connected component, you should 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 Rodriguez DVM", "id": 5476861}, {"name": "Stephanie Maddox", "id": 4928752}, {"name": "Megan Meyer", "id": 4965875}, {"name": "John Jackson", "id": 5014202}, {"name": "Caroline Johnson", "id": 4936253}], "links": [{"source": 5476861, "target": 4965875}, {"source": 4928752, "target": 4965875}]}
|
[
4928752,
5014202,
4936253
] | 3 |
3,390 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Timothy Townsend, Christopher Bishop, Victor Hill, Leah West, Teresa Kim, Christopher Wilson, Robert Thompson, Richard Stanley, Sean Evans
- Fiendship connections: Christopher Bishop to Christopher Wilson, Victor Hill to Christopher Wilson, Leah West to Christopher Wilson, Teresa Kim to Christopher Wilson, Christopher Wilson to Sean Evans, Robert Thompson to Richard Stanley
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Timothy Townsend", "id": 2495971}, {"name": "Christopher Bishop", "id": 3296325}, {"name": "Victor Hill", "id": 2420135}, {"name": "Leah West", "id": 2416712}, {"name": "Teresa Kim", "id": 2412711}, {"name": "Christopher Wilson", "id": 2426316}, {"name": "Robert Thompson", "id": 2423506}, {"name": "Richard Stanley", "id": 3221459}, {"name": "Sean Evans", "id": 2423294}], "links": [{"source": 3296325, "target": 2426316}, {"source": 2420135, "target": 2426316}, {"source": 2416712, "target": 2426316}, {"source": 2412711, "target": 2426316}, {"source": 2426316, "target": 2423294}, {"source": 2423506, "target": 3221459}]}
|
[
2495971,
3296325,
2423506
] | 3 |
3,391 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Elaine Ellison, Manuel Ramos, Michael Ellis, Brooke Robinson, Jennifer Hanson
- Fiendship connections: Elaine Ellison to Brooke Robinson, Elaine Ellison to Michael Ellis, Manuel Ramos to Jennifer Hanson
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Elaine Ellison", "id": 2848263}, {"name": "Manuel Ramos", "id": 913415}, {"name": "Michael Ellis", "id": 2498194}, {"name": "Brooke Robinson", "id": 2412856}, {"name": "Jennifer Hanson", "id": 910815}], "links": [{"source": 2848263, "target": 2412856}, {"source": 2848263, "target": 2498194}, {"source": 913415, "target": 910815}]}
|
[
2412856,
910815
] | 2 |
3,392 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Dawn Little, Debra Cunningham, Jessica Reeves, Stephanie Larson, Sarah Thompson, Shannon Valenzuela, Tara Clarke, Elizabeth Espinoza, Susan Adams, Richard Dixon, Danielle Drake, Shawn Murray
- Fiendship connections: Dawn Little to Stephanie Larson, Dawn Little to Tara Clarke, Stephanie Larson to Danielle Drake, Stephanie Larson to Tara Clarke, Sarah Thompson to Shawn Murray, Shannon Valenzuela to Elizabeth Espinoza
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Dawn Little", "id": 2067842}, {"name": "Debra Cunningham", "id": 4943972}, {"name": "Jessica Reeves", "id": 4940710}, {"name": "Stephanie Larson", "id": 1136295}, {"name": "Sarah Thompson", "id": 2411592}, {"name": "Shannon Valenzuela", "id": 4933864}, {"name": "Tara Clarke", "id": 2067852}, {"name": "Elizabeth Espinoza", "id": 5238511}, {"name": "Susan Adams", "id": 5279474}, {"name": "Richard Dixon", "id": 5371574}, {"name": "Danielle Drake", "id": 1735961}, {"name": "Shawn Murray", "id": 2413310}], "links": [{"source": 2067842, "target": 1136295}, {"source": 2067842, "target": 2067852}, {"source": 1136295, "target": 1735961}, {"source": 1136295, "target": 2067852}, {"source": 2411592, "target": 2413310}, {"source": 4933864, "target": 5238511}]}
|
[
1735961,
4943972,
4940710,
2411592,
4933864,
5279474,
5371574
] | 7 |
3,393 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Melanie King, Kim Smith, Mary West, Terri Nichols
- Fiendship connections: Melanie King to Mary West, Kim Smith to Terri Nichols, Kim Smith to Mary West, Mary West to Terri Nichols
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Melanie King", "id": 4965464}, {"name": "Kim Smith", "id": 5074009}, {"name": "Mary West", "id": 5294075}, {"name": "Terri Nichols", "id": 5033670}], "links": [{"source": 4965464, "target": 5294075}, {"source": 5074009, "target": 5033670}, {"source": 5074009, "target": 5294075}, {"source": 5294075, "target": 5033670}]}
|
[
4965464
] | 1 |
3,394 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Samuel Mcclure, Jeffrey Brock, Christy Johnston, Andrea Campbell DDS
- Fiendship connections: Samuel Mcclure to Christy Johnston, Samuel Mcclure to Andrea Campbell DDS
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Samuel Mcclure", "id": 2421042}, {"name": "Jeffrey Brock", "id": 2488484}, {"name": "Christy Johnston", "id": 2478837}, {"name": "Andrea Campbell DDS", "id": 3127534}], "links": [{"source": 2421042, "target": 2478837}, {"source": 2421042, "target": 3127534}]}
|
[
2421042,
2488484
] | 2 |
3,395 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Johnson, Benjamin Perez, Joyce Faulkner, Shannon Martin, Frank Baker, Regina Daniels, William Holland
- Fiendship connections: Paul Johnson to Benjamin Perez, Benjamin Perez to Regina Daniels, Benjamin Perez to Frank Baker, Benjamin Perez to Joyce Faulkner, Shannon Martin to William Holland
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Paul Johnson", "id": 2464128}, {"name": "Benjamin Perez", "id": 2496513}, {"name": "Joyce Faulkner", "id": 4829255}, {"name": "Shannon Martin", "id": 2453385}, {"name": "Frank Baker", "id": 3439531}, {"name": "Regina Daniels", "id": 2436563}, {"name": "William Holland", "id": 3896926}], "links": [{"source": 2464128, "target": 2496513}, {"source": 2496513, "target": 2436563}, {"source": 2496513, "target": 3439531}, {"source": 2496513, "target": 4829255}, {"source": 2453385, "target": 3896926}]}
|
[
2464128,
2453385
] | 2 |
3,396 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Duke, Teresa Saunders, Amber Butler, Stephanie Stewart, Jody Harris
- Fiendship connections: Teresa Saunders to Jody Harris, Teresa Saunders to Amber Butler
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Paul Duke", "id": 2436900}, {"name": "Teresa Saunders", "id": 2807302}, {"name": "Amber Butler", "id": 2435849}, {"name": "Stephanie Stewart", "id": 2495474}, {"name": "Jody Harris", "id": 2411582}], "links": [{"source": 2807302, "target": 2411582}, {"source": 2807302, "target": 2435849}]}
|
[
2436900,
2411582,
2495474
] | 3 |
3,397 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other.
**Problem to Solve**
- Names in the network: Wyatt Mccullough, Richard Maxwell, Olivia Lloyd, Shelby Young, Christopher Chang
- Fiendship connections: Richard Maxwell to Shelby Young, Olivia Lloyd to Christopher Chang
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Wyatt Mccullough", "id": 4957256}, {"name": "Richard Maxwell", "id": 4933489}, {"name": "Olivia Lloyd", "id": 5830679}, {"name": "Shelby Young", "id": 4956057}, {"name": "Christopher Chang", "id": 4934810}], "links": [{"source": 4933489, "target": 4956057}, {"source": 5830679, "target": 4934810}]}
|
[
4957256,
4933489,
4934810
] | 3 |
3,398 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Francis, Mary Santos, Susan Davis, Danny Johnson, Nancy Higgins, Kimberly Moore, Donald Harris, Clarence George, Kelly Williams, Carrie Jefferson
- Fiendship connections: Kelly Francis to Mary Santos, Mary Santos to Donald Harris, Mary Santos to Danny Johnson, Susan Davis to Clarence George, Danny Johnson to Nancy Higgins, Nancy Higgins to Carrie Jefferson, Kimberly Moore to Clarence George
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kelly Francis", "id": 1948130}, {"name": "Mary Santos", "id": 2308899}, {"name": "Susan Davis", "id": 12612}, {"name": "Danny Johnson", "id": 2386245}, {"name": "Nancy Higgins", "id": 2327568}, {"name": "Kimberly Moore", "id": 10000}, {"name": "Donald Harris", "id": 1705748}, {"name": "Clarence George", "id": 627704}, {"name": "Kelly Williams", "id": 1595611}, {"name": "Carrie Jefferson", "id": 1480607}], "links": [{"source": 1948130, "target": 2308899}, {"source": 2308899, "target": 1705748}, {"source": 2308899, "target": 2386245}, {"source": 12612, "target": 627704}, {"source": 2386245, "target": 2327568}, {"source": 2327568, "target": 1480607}, {"source": 10000, "target": 627704}]}
|
[
1948130,
627704,
1595611
] | 3 |
3,399 |
You are required to identify all connected components in the given social network and output one representative node from each component.
Within a connected component, any node can be reached from 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 Edwards, Shannon Martin, Nathan Gutierrez, Laura Johnson, Chad Gutierrez, Peter Robinson, Stephanie Hanson, Alvin Nelson, Emily Logan, Laurie Martin, Jeremy Rodriguez, Rodney Khan, Amanda Willis, William Holland
- Fiendship connections: Shannon Martin to Emily Logan, Shannon Martin to Chad Gutierrez, Shannon Martin to William Holland, Nathan Gutierrez to Laura Johnson, Nathan Gutierrez to Rodney Khan, Laura Johnson to Jeremy Rodriguez, Chad Gutierrez to Laurie Martin, Peter Robinson to Jeremy Rodriguez, Stephanie Hanson to Rodney Khan, Laurie Martin to Jeremy Rodriguez
Identify all connected components in this network. Note that for each connected component, you should only output one of its nodes.
Present your answer in the following format: [UserA, UserB, UserC, UserD, ...]
|
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Melissa Edwards", "id": 2411429}, {"name": "Shannon Martin", "id": 2453385}, {"name": "Nathan Gutierrez", "id": 2485578}, {"name": "Laura Johnson", "id": 2498061}, {"name": "Chad Gutierrez", "id": 2885168}, {"name": "Peter Robinson", "id": 2497904}, {"name": "Stephanie Hanson", "id": 2483569}, {"name": "Alvin Nelson", "id": 2456180}, {"name": "Emily Logan", "id": 2649045}, {"name": "Laurie Martin", "id": 2423255}, {"name": "Jeremy Rodriguez", "id": 2405976}, {"name": "Rodney Khan", "id": 2755610}, {"name": "Amanda Willis", "id": 2501885}, {"name": "William Holland", "id": 3896926}], "links": [{"source": 2453385, "target": 2649045}, {"source": 2453385, "target": 2885168}, {"source": 2453385, "target": 3896926}, {"source": 2485578, "target": 2498061}, {"source": 2485578, "target": 2755610}, {"source": 2498061, "target": 2405976}, {"source": 2885168, "target": 2423255}, {"source": 2497904, "target": 2405976}, {"source": 2483569, "target": 2755610}, {"source": 2423255, "target": 2405976}]}
|
[
2411429,
2453385,
2456180,
2501885
] | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.