id
int64
0
5k
problem_text
stringlengths
886
3.79k
graph
stringlengths
803
4.62k
path
listlengths
1
18
exact_answer
int64
1
18
4,900
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "James White", "id": 1320704}, {"name": "Joan Hopkins", "id": 1147809}, {"name": "Jennifer Bishop", "id": 862913}, {"name": "Alicia Washington", "id": 827298}, {"name": "Angela Stewart", "id": 1486889}, {"name": "Jesus Austin", "id": 1620620}, {"n...
[ 1320704, 862913, 1206710 ]
3
4,901
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Gary Lewis", "id": 2488321}, {"name": "Ashley Miller", "id": 69768}, {"name": "Jeffrey Anderson", "id": 3183370}, {"name": "Kaylee Jackson", "id": 2463374}, {"name": "Shannon Hughes DVM", "id": 2437010}, {"name": "Carl Butler", "id": 2407064}, {"...
[ 2488321, 69768, 2482928, 2463374, 2459689, 2407064, 2468768, 4961369, 2498022 ]
9
4,902
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Danielle Johnson", "id": 88803}, {"name": "Megan Flores", "id": 31620}, {"name": "Michael Booth", "id": 1485222}, {"name": "Jacob Ortiz", "id": 42920}, {"name": "Stephen Stephens", "id": 71464}, {"name": "Amber Murphy", "id": 11562}, {"name": "Ke...
[ 88803, 1479914, 11562 ]
3
4,903
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Brenda Donaldson", "id": 36321}, {"name": "Megan Evans", "id": 36386}, {"name": "Dan Chavez", "id": 36673}, {"name": "Robert Johnson", "id": 24326}, {"name": "Steven Bates", "id": 36328}, {"name": "Jose Mitchell", "id": 199658}, {"name": "Nancy W...
[ 36321, 24326, 199658 ]
3
4,904
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Claire Nash", "id": 794497}, {"name": "Anna Williams", "id": 5109763}, {"name": "Caleb Lopez", "id": 5578245}, {"name": "Dominique Rodriguez", "id": 5262231}, {"name": "Daniel Harrison", "id": 1584537}, {"name": "Amanda Dean", "id": 1041561}, {"n...
[ 794497, 5017505, 5414970, 5084798 ]
4
4,905
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Anthony Johnson", "id": 4927264}, {"name": "Stephanie Owens", "id": 2417985}, {"name": "Jacob Stephenson", "id": 5018465}, {"name": "Craig Barr", "id": 2495778}, {"name": "Jessica Henson", "id": 241252}, {"name": "Veronica Acevedo", "id": 2405956...
[ 4927264, 2417985, 5018465, 2495778, 241252, 4935938, 4931721, 5072532 ]
8
4,906
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cynthia Golden", "id": 2176}, {"name": "Roberto Mckenzie", "id": 3334416}, {"name": "Tamara White", "id": 5868818}, {"name": "Darrell Cooper", "id": 2331923}, {"name": "David Gonzalez", "id": 24724}, {"name": "Jennifer Hawkins", "id": 1509398}, {...
[ 2176, 3334416, 5868818, 2331923, 24724, 1828786, 2426416, 802654, 2467067 ]
9
4,907
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cindy Gomez", "id": 2456835}, {"name": "Cory Bryant", "id": 2764803}, {"name": "Dwayne Martinez", "id": 2419478}, {"name": "Larry Thomas", "id": 2412183}, {"name": "Joseph Chapman", "id": 4601655}, {"name": "Kimberly Brown", "id": 2482618}, {"nam...
[ 2456835, 2456033 ]
2
4,908
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Stephanie Bass", "id": 1967172}, {"name": "Sarah Johnson", "id": 2203429}, {"name": "Matthew Salazar", "id": 1277477}, {"name": "Stephanie Luna", "id": 2495432}, {"name": "Christopher Donaldson", "id": 2280392}, {"name": "David Lane", "id": 14881...
[ 1967172, 2495432, 1002420, 3832216, 2225202, 2492251 ]
6
4,909
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Casey Calderon", "id": 3469377}, {"name": "Thomas Page DDS", "id": 2421185}, {"name": "Kathleen Cook", "id": 2483937}, {"name": "Kevin Fernandez", "id": 3607688}, {"name": "Nicole Wilkerson", "id": 2463304}, {"name": "Jose Adams", "id": 2457036},...
[ 3469377, 2421185, 2483937, 3607688, 2463304, 2447919, 2420976, 2412210 ]
8
4,910
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Matthew Johnson", "id": 1528472}, {"name": "Leah Hunter", "id": 784418}, {"name": "Debra Bennett", "id": 1534633}, {"name": "Angelica Hammond", "id": 862635}, {"name": "Denise Campos", "id": 1004209}, {"name": "Patricia Rubio", "id": 1631795}, {"...
[ 1528472, 784418, 1534633, 2136770, 1541327, 1032538, 387048 ]
7
4,911
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Brandon Murphy", "id": 22752}, {"name": "Nicholas Zamora", "id": 5089089}, {"name": "Walter Gregory", "id": 71456}, {"name": "Jennifer Mclaughlin", "id": 2498592}, {"name": "Robert Boyd", "id": 2462784}, {"name": "Alexander Cox", "id": 181477}, {...
[ 22752, 5089089, 71456, 2498592, 2476265, 5532717 ]
6
4,912
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Michael Fleming", "id": 947588}, {"name": "Vernon Montes", "id": 1035012}, {"name": "Katherine Reed", "id": 940938}, {"name": "Patricia Clark", "id": 942603}, {"name": "Lisa White", "id": 959383}, {"name": "Christopher Hale", "id": 999975}, {"nam...
[ 947588, 1035012, 1293635 ]
3
4,913
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kimberly Collins", "id": 3110433}, {"name": "David Cole", "id": 2440897}, {"name": "Kelli Thompson", "id": 2420868}, {"name": "Jordan Stephens", "id": 3110790}, {"name": "Jeffrey Rosales", "id": 2439848}, {"name": "David Erickson", "id": 2870284}...
[ 3110433 ]
1
4,914
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Carol Clark", "id": 861568}, {"name": "Jessica Hunt", "id": 3717506}, {"name": "Michael Brown", "id": 1153540}, {"name": "Jesus Raymond", "id": 928272}, {"name": "Rachel Page", "id": 959509}, {"name": "Virginia Medina", "id": 645398}, {"name": "M...
[ 861568, 2443592, 927336, 928272, 66500, 2456380, 10562, 86852, 152275, 2439383, 2471513, 2433020 ]
12
4,915
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Barbara Flores DDS", "id": 4893441}, {"name": "James Mitchell", "id": 4893445}, {"name": "Chelsea Walker", "id": 4603668}, {"name": "Danielle Kim", "id": 2455065}, {"name": "Samuel Bradford", "id": 2443946}, {"name": "Cindy Lee", "id": 2482733}, ...
[ 4893441, 4603668, 2455065, 2443946, 2463555, 23368, 2459210, 2480463, 2491769 ]
9
4,916
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Julie Pugh", "id": 5833347}, {"name": "Mary Hunt", "id": 2493322}, {"name": "Jeremy Porter", "id": 4784782}, {"name": "Crystal Williams", "id": 23064}, {"name": "Edward Morrow", "id": 2495663}, {"name": "Annette Jordan", "id": 2491698}, {"name": ...
[ 5833347, 2493322, 23064, 2491698, 2648512, 2409924, 5174736, 2478328, 2478424, 2461790, 2487903 ]
11
4,917
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Crystal Campbell", "id": 4966531}, {"name": "Justin Chandler", "id": 4947332}, {"name": "Michael Evans", "id": 5120261}, {"name": "Anne Evans", "id": 5357955}, {"name": "Barbara Howard", "id": 5868693}, {"name": "Joseph Mcgrath", "id": 5114268}, ...
[ 4966531, 4947332, 5120261, 5357955, 5012293, 5267415, 5030244 ]
7
4,918
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Kathryn Gray", "id": 2454275}, {"name": "Paula Lyons", "id": 2502118}, {"name": "Kristina Collier", "id": 2463719}, {"name": "Ryan Thornton", "id": 5129402}, {"name": "Bonnie Hernandez", "id": 2463273}, {"name": "Robert Mendoza", "id": 4179754}, ...
[ 4179754, 2502118, 5129402, 2463273, 2431245, 2489488, 2478546, 5304754, 4968217, 2502266 ]
10
4,919
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Charlene James", "id": 4942464}, {"name": "Jennifer Fitzgerald", "id": 3470852}, {"name": "Darren Scott", "id": 4943878}, {"name": "Michael Hunter", "id": 648}, {"name": "Mr. Nathan Alexander", "id": 21259}, {"name": "Lori Ramsey", "id": 5346970}...
[ 4942464, 2431064, 4961377, 648, 23368, 5346970, 8219, 5096678, 115264, 5192513, 4929119 ]
11
4,920
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "James Washington", "id": 1454729}, {"name": "Jared Jennings", "id": 2387471}, {"name": "Regina Browning", "id": 1661073}, {"name": "Jessica West", "id": 1217686}, {"name": "Linda Howard", "id": 2427162}, {"name": "Mark Stephens", "id": 2435612}, ...
[ 1454729, 2215415, 2422960, 2465397, 1076944, 808053 ]
6
4,921
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Yvette Henry", "id": 2474117}, {"name": "David Brewer", "id": 2480007}, {"name": "Jennifer Long", "id": 5504396}, {"name": "Jose Bailey", "id": 4292495}, {"name": "Kathryn Greene", "id": 2282001}, {"name": "Jonathan Stewart", "id": 1911830}, {"na...
[ 2474117, 2480007, 5089090, 2282001, 5091228, 2456794 ]
6
4,922
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jason Guerra", "id": 5118978}, {"name": "George Lynch", "id": 2493319}, {"name": "Tony Cook", "id": 1378055}, {"name": "Linda Hill", "id": 4953750}, {"name": "Helen Freeman", "id": 2405783}, {"name": "Patricia Smith", "id": 2418072}, {"name": "Sh...
[ 5118978, 2405783, 2351718, 4953750, 2418072, 5599131, 5444528, 6037736, 2462391, 5702349, 2429156 ]
11
4,923
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christina Randolph", "id": 723202}, {"name": "Kevin Gonzalez", "id": 723205}, {"name": "Samantha Abbott", "id": 2817655}, {"name": "Jennifer Collins", "id": 30186}, {"name": "Renee Lee", "id": 131531}, {"name": "Brenda French DDS", "id": 2817642}...
[ 723202, 2817642 ]
2
4,924
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Gerald Bowers", "id": 2489792}, {"name": "Tamara Williams", "id": 5040673}, {"name": "Kaylee Gray", "id": 5040710}, {"name": "Eduardo Brown", "id": 4966268}, {"name": "Philip Meza", "id": 5714252}, {"name": "Robert Valdez", "id": 2980333}, {"name...
[ 2489792, 5040673, 4966268, 4950157, 5036304, 1609848, 946965, 5015482 ]
8
4,925
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christina Day", "id": 2493707}, {"name": "Noah Day", "id": 473486}, {"name": "Scott Best", "id": 5228187}, {"name": "Dr. Edgar Johnson MD", "id": 2479147}, {"name": "David Knapp", "id": 4396205}, {"name": "Eric Snow", "id": 2431533}, {"name": "Jo...
[ 2493707, 1002, 4951782, 2479147, 2474201, 2444140, 2406640 ]
7
4,926
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Laura Wilson", "id": 3297282}, {"name": "Cesar Byrd", "id": 95236}, {"name": "Susan Roy", "id": 1202313}, {"name": "Walter Meyer", "id": 2473098}, {"name": "Linda Grant", "id": 2474013}, {"name": "Luis Holmes", "id": 661278}, {"name": "Lucas Mart...
[ 2473953, 661282, 818488, 2473098, 2474293, 2406861, 2473661, 2415549, 2444366, 2414585 ]
10
4,927
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Alisha Becker", "id": 4179425}, {"name": "Karen Dunn", "id": 4419133}, {"name": "Teresa Santana", "id": 4419111}, {"name": "Margaret Brown", "id": 2411720}, {"name": "Ashley Stevens", "id": 2563768}, {"name": "Adrian Thompson", "id": 2456240}, {"...
[ 4179425, 2456240, 2445883 ]
3
4,928
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Frank Miller", "id": 949011}, {"name": "Ryan Glover", "id": 5024152}, {"name": "Benjamin Reid", "id": 4982427}, {"name": "Rebecca Wells", "id": 4957351}, {"name": "Taylor Leblanc", "id": 5015848}, {"name": "Brittany Henderson", "id": 5015852}, {"...
[ 1856962, 5015848, 6075318, 2418543, 1140329, 2446804, 2417515, 2428158 ]
8
4,929
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "William Garcia", "id": 2044228}, {"name": "Laura Anderson", "id": 2043845}, {"name": "Angela Gregory", "id": 2449223}, {"name": "Jonathan Nash", "id": 2620456}, {"name": "Julie Thomas", "id": 2495015}, {"name": "Austin Jackson", "id": 2441226}, {...
[ 2044228, 2449223, 2495015, 2441226, 2465837, 2453936, 1389202 ]
7
4,930
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Emily Hanson", "id": 2459812}, {"name": "Adam Hart", "id": 4483077}, {"name": "Debra Curtis", "id": 1514985}, {"name": "Amanda Gallagher", "id": 3404650}, {"name": "Chad Foster", "id": 1520523}, {"name": "Christy Hampton", "id": 4385419}, {"name"...
[ 2459812, 2477969, 1514985, 3404650, 4385419, 2446508, 2463415 ]
7
4,931
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Alicia Hill", "id": 5588032}, {"name": "Ashley Thomas", "id": 5112066}, {"name": "Christina Horton", "id": 4946052}, {"name": "Paige Schaefer", "id": 5392101}, {"name": "Scott Murphy", "id": 4991177}, {"name": "Donald Phillips", "id": 5060939}, {...
[ 5588032, 5112066, 5459410 ]
3
4,932
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Emily Guzman", "id": 5117697}, {"name": "David Trevino", "id": 4930948}, {"name": "Donna Hughes", "id": 4934798}, {"name": "Sophia Patel", "id": 6080658}, {"name": "Stefanie Roberts", "id": 5139218}, {"name": "Joseph Thompson", "id": 6080661}, {"...
[ 5117697, 4930948, 5267616, 4966467, 5277643, 5279948, 4976481 ]
7
4,933
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jordan Thompson", "id": 1056526}, {"name": "Allen Larson", "id": 2429198}, {"name": "Aaron Gonzales", "id": 4710928}, {"name": "Cheyenne Hernandez", "id": 3377427}, {"name": "Ronald Wiley", "id": 3377428}, {"name": "Mrs. Tanya Garcia", "id": 1007...
[ 1009721, 2429198, 4710928, 2429088, 49761, 2500452, 691, 26978 ]
8
4,934
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Barbara Moore", "id": 1378439}, {"name": "Kimberly Johnson", "id": 2972047}, {"name": "Maria Cooper", "id": 1373722}, {"name": "Elizabeth Howard", "id": 1402139}, {"name": "Aaron Hill", "id": 1981354}, {"name": "Maria Johnson", "id": 781741}, {"n...
[ 835140, 2971974 ]
2
4,935
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tonya Watson", "id": 1145351}, {"name": "Gloria Jackson", "id": 1929226}, {"name": "Brittany Walker", "id": 2483348}, {"name": "Angela Wood", "id": 2493080}, {"name": "Laura Lawson", "id": 1079711}, {"name": "Bonnie Lopez", "id": 1138362}, {"name...
[ 2351328, 2483348, 2493080, 2405994, 2483664, 2523218, 2445801, 2420976 ]
8
4,936
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Megan Spence", "id": 1166592}, {"name": "Kimberly Wood", "id": 1004538}, {"name": "Dana Castillo", "id": 2195716}, {"name": "Andrea Evans", "id": 1507333}, {"name": "Robert Ramirez", "id": 1099781}, {"name": "Joseph Horne", "id": 2195719}, {"name...
[ 1166592 ]
1
4,937
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Ruben Solomon", "id": 22407}, {"name": "Kimberly Randolph", "id": 4640776}, {"name": "Ronald Gates MD", "id": 147091}, {"name": "Lisa Miller", "id": 707989}, {"name": "Madison Ellis", "id": 792}, {"name": "Richard Chandler", "id": 719001}, {"name...
[ 57920, 4640776, 2474924, 2452688 ]
4
4,938
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Miguel Smith", "id": 2491650}, {"name": "Lisa Durham", "id": 330884}, {"name": "Anthony King", "id": 86407}, {"name": "Michelle Taylor", "id": 2425224}, {"name": "Pamela Nguyen", "id": 2456457}, {"name": "Carlos Miller", "id": 151067}, {"name": "...
[ 2456457, 330884, 2425224, 1105578, 2407596, 2461380, 35783, 12104, 2424009, 2423882, 45640 ]
11
4,939
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Dylan Nolan", "id": 1089409}, {"name": "Brian Martinez", "id": 5817229}, {"name": "John Odom", "id": 4939921}, {"name": "Kristin Roy", "id": 2039058}, {"name": "Deborah Hill", "id": 2275223}, {"name": "Steven Reyes", "id": 5381402}, {"name": "Lor...
[ 1089409, 5228129, 983323, 3369009, 4986785, 5420346, 5018579, 2501501 ]
8
4,940
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Rachael Rhodes", "id": 2435682}, {"name": "Jack Day", "id": 2454468}, {"name": "Leslie Mann", "id": 2493702}, {"name": "Angela Hubbard", "id": 2456487}, {"name": "Ashley Zuniga", "id": 2433254}, {"name": "Kendra Miller", "id": 2483895}, {"name": ...
[ 2435682, 2483895 ]
2
4,941
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cynthia Wilson", "id": 5069443}, {"name": "Angela Griffith", "id": 4961412}, {"name": "Todd Nash", "id": 4927621}, {"name": "Christopher Miller", "id": 5035029}, {"name": "Jill Graham", "id": 4953125}, {"name": "Sean Morales PhD", "id": 4971173},...
[ 5330154, 4961412, 5035029, 2457287, 5105212, 4959437, 2457316 ]
7
4,942
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Lisa Choi", "id": 5001472}, {"name": "Shannon Williamson", "id": 5001475}, {"name": "Anthony Turner", "id": 5001476}, {"name": "Justin Smith", "id": 882245}, {"name": "Kim Patrick", "id": 915878}, {"name": "Steven Sheppard", "id": 5135196}, {"nam...
[ 5001472, 776752, 915878, 994838, 4935292 ]
5
4,943
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Julia Mathews", "id": 1312514}, {"name": "Donald Thomas", "id": 6090121}, {"name": "Catherine Henderson", "id": 407448}, {"name": "Courtney Banks", "id": 15141}, {"name": "Annette Bailey", "id": 26663}, {"name": "Susan Ford", "id": 1529512}, {"na...
[ 1312514, 6090121, 15141, 2459330, 5427428 ]
5
4,944
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Michael Mcdowell", "id": 1138570}, {"name": "David Smith", "id": 1283604}, {"name": "Emily Bradley", "id": 847261}, {"name": "Ronald Williams", "id": 817830}, {"name": "Dr. Jay Brown MD", "id": 1165611}, {"name": "Carlos Simmons", "id": 1163567},...
[ 1138570 ]
1
4,945
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tara Williams", "id": 5759713}, {"name": "Brian Adams", "id": 3099046}, {"name": "Richard Brady", "id": 5008359}, {"name": "Matthew Bennett", "id": 2461547}, {"name": "Alexandra Clark", "id": 4928460}, {"name": "Joseph Perez", "id": 4774447}, {"n...
[ 5759713, 3099046, 2493977, 1261908 ]
4
4,946
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Linda Lopez", "id": 633476}, {"name": "Hayden Lamb", "id": 2428613}, {"name": "Anna Nichols", "id": 2428742}, {"name": "Amber Gray", "id": 5026758}, {"name": "Katrina Smith", "id": 4931206}, {"name": "Amanda Davis", "id": 3382438}, {"name": "Edua...
[ 25484, 2477317, 4931206, 4704788 ]
4
4,947
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Joshua Greer", "id": 1341184}, {"name": "Justin Ramirez", "id": 5016588}, {"name": "Rebekah Campbell", "id": 1861267}, {"name": "Robert Meyer", "id": 4931223}, {"name": "Michael Thompson", "id": 4931736}, {"name": "Andrew Berg", "id": 1114268}, {...
[ 1341184, 5016588, 4944101, 4958887, 5055478 ]
5
4,948
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Gina Zavala", "id": 3646753}, {"name": "Ann Hammond", "id": 3646754}, {"name": "Robert Delgado", "id": 5629508}, {"name": "Lisa Taylor", "id": 2430565}, {"name": "David Cummings", "id": 1224202}, {"name": "Mrs. Monica Oliver DDS", "id": 5527339},...
[ 3646753, 5760305, 2430565, 1224202, 5186416, 910040, 2457212 ]
7
4,949
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Angela Griffin", "id": 136324}, {"name": "Joseph Jackson", "id": 1490830}, {"name": "Allen Mccoy", "id": 4927645}, {"name": "Rachel Whitehead", "id": 505248}, {"name": "Lisa Zhang", "id": 520359}, {"name": "Michael May", "id": 78255}, {"name": "T...
[ 60736, 1167475, 4927645, 5002304, 4929739, 4970705, 78421, 33508, 5600120, 93307 ]
10
4,950
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Gwendolyn Russell", "id": 19331}, {"name": "Jacqueline Tucker", "id": 2417539}, {"name": "John Gray", "id": 2417543}, {"name": "Daniel Marshall", "id": 786}, {"name": "Carla Reid", "id": 2475415}, {"name": "Brian Smith", "id": 2457368}, {"name": ...
[ 698361, 2484545, 2417543, 786, 1246823, 1568590 ]
6
4,951
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Matthew Rivas", "id": 83584}, {"name": "Steven Warner", "id": 56961}, {"name": "Dennis Ramirez", "id": 31239}, {"name": "Stacy Davis", "id": 354695}, {"name": "Jennifer Owens", "id": 1551}, {"name": "Barbara Gallegos", "id": 21783}, {"name": "Mar...
[ 83584, 4942, 9943 ]
3
4,952
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Christina Johnson", "id": 1138947}, {"name": "Juan Lewis", "id": 1867655}, {"name": "Michael Simpson", "id": 1795465}, {"name": "Jessica White", "id": 1208974}, {"name": "Sandra Anderson", "id": 1826574}, {"name": "Timothy Nolan", "id": 1399694},...
[ 1689410, 1795465, 1195107 ]
3
4,953
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Emily Wright", "id": 931873}, {"name": "Travis Huang", "id": 1127362}, {"name": "Ashley Luna", "id": 2462660}, {"name": "Megan Nguyen", "id": 2483735}, {"name": "Erika Turner", "id": 2483718}, {"name": "Melissa James", "id": 1131626}, {"name": "S...
[ 931873, 2462660, 2483718, 1131626, 1166571, 2459311, 880699, 2449372 ]
8
4,954
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "John Davis", "id": 2650369}, {"name": "Alice Bennett", "id": 2446481}, {"name": "Jill Jordan", "id": 4101137}, {"name": "Randy Donaldson", "id": 4101141}, {"name": "Alexis Garrison", "id": 4101146}, {"name": "Jesse Oconnor", "id": 2459419}, {"nam...
[ 2650369, 2412100, 2424159 ]
3
4,955
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tracy Robinson MD", "id": 5109135}, {"name": "Heather Phillips", "id": 1194769}, {"name": "Julie Martinez", "id": 906771}, {"name": "William Page", "id": 2190497}, {"name": "Matthew Owens", "id": 5537322}, {"name": "Heather Cooper", "id": 5537323...
[ 4982215, 1194769, 906771, 1336288, 773870, 961216, 5123447 ]
7
4,956
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amanda Keith", "id": 4370953}, {"name": "Samuel Robinson", "id": 2484241}, {"name": "John Ortiz", "id": 2410898}, {"name": "Tyler Jackson", "id": 2541330}, {"name": "Mr. James Allison", "id": 2624673}, {"name": "Amy Fritz DVM", "id": 2522665}, {"...
[ 2624673, 2466792, 2422768 ]
3
4,957
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Brian Hunt", "id": 1368769}, {"name": "Pamela Williams", "id": 1018595}, {"name": "Amy Werner", "id": 2456452}, {"name": "Steven Anderson", "id": 1321764}, {"name": "Julia Perez", "id": 653158}, {"name": "Elizabeth Clark", "id": 209193}, {"name":...
[ 1368769, 1018595, 3986449, 900777, 209193, 1502187, 102101 ]
7
4,958
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jordan Berger", "id": 2482953}, {"name": "Eric Smith", "id": 1430047}, {"name": "Matthew Archer", "id": 1102879}, {"name": "Clinton Gonzalez", "id": 4511009}, {"name": "John Hale", "id": 1002925}, {"name": "Sheena Lopez", "id": 827185}, {"name": ...
[ 2482953, 984774, 4511009, 827185, 955360, 1232368, 1415797, 1084280, 1445884 ]
9
4,959
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "John Mckinney", "id": 4989318}, {"name": "Martin Morales", "id": 4931210}, {"name": "Candice Mann", "id": 5835407}, {"name": "Veronica Todd", "id": 2473619}, {"name": "Dustin Carter", "id": 2473625}, {"name": "Travis Moore", "id": 4999846}, {"nam...
[ 4989318, 5085122, 4405953, 2473625, 4949290, 5051437, 5080786 ]
7
4,960
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Erik Willis", "id": 2463618}, {"name": "Andrew Anderson", "id": 4176679}, {"name": "Faith Long", "id": 2484042}, {"name": "Daniel Peters", "id": 2882539}, {"name": "Catherine Sanchez", "id": 594412}, {"name": "Jennifer Byrd", "id": 105290}, {"nam...
[ 2463618, 2414417, 138288, 1530873 ]
4
4,961
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Margaret Zhang", "id": 1391911}, {"name": "Melissa Bender", "id": 1259447}, {"name": "Paul White", "id": 881084}, {"name": "Joseph Massey", "id": 1443663}, {"name": "Alyssa Jackson", "id": 1443665}, {"name": "Danny Parks", "id": 2457950}, {"name"...
[ 1391911, 1460838, 2457950, 3376486 ]
4
4,962
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Wesley Ramirez", "id": 2483343}, {"name": "Sarah Long", "id": 4495660}, {"name": "Tina Morris", "id": 2488626}, {"name": "Amber Miller", "id": 2456120}, {"name": "Jimmy Cruz", "id": 2496064}, {"name": "Thomas White", "id": 2471891}, {"name": "Kel...
[ 2467943, 2477288, 2488626, 2496064, 2471891, 2416122, 2501623 ]
7
4,963
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Nancy Mendoza", "id": 4942212}, {"name": "Scott Taylor", "id": 440037}, {"name": "Joseph Oconnor", "id": 2181}, {"name": "Mr. Raymond Johnson MD", "id": 5752903}, {"name": "Daniel Smith", "id": 42284}, {"name": "Lonnie Riley", "id": 6380}, {"name...
[ 4942212, 6380, 5061855, 1209742, 1423224, 6010 ]
6
4,964
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Marcus Cox", "id": 2872970}, {"name": "Brandon Tyler", "id": 3804559}, {"name": "Wesley Walker", "id": 2591901}, {"name": "Richard Sanders", "id": 2482974}, {"name": "Sandra Bryant", "id": 2882723}, {"name": "Alan Turner", "id": 3831592}, {"name"...
[ 2872970 ]
1
4,965
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cheryl White DDS", "id": 1092356}, {"name": "Matthew Reid", "id": 995348}, {"name": "Andre Perez", "id": 1065641}, {"name": "Jake Floyd", "id": 940458}, {"name": "Carrie Hughes", "id": 932779}, {"name": "Craig Osborne", "id": 1081899}, {"name": "...
[ 1092356, 850643 ]
2
4,966
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Glenn Miller", "id": 828356}, {"name": "George Garner", "id": 4730820}, {"name": "Kara Patton", "id": 4730824}, {"name": "Dwayne Anderson", "id": 2420968}, {"name": "Crystal Hernandez", "id": 2440842}, {"name": "Scott Williams", "id": 864074}, {"...
[ 828356, 4730824, 2420968, 2440842, 1880562, 1998126, 1460381 ]
7
4,967
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Elizabeth Watkins", "id": 5062883}, {"name": "Theresa Mccall", "id": 4999140}, {"name": "Brandon Martin", "id": 5288261}, {"name": "Isaac Cook", "id": 6028649}, {"name": "Crystal Solis", "id": 5034250}, {"name": "Jason Jordan", "id": 4959404}, {"...
[ 5062883, 4959404, 5038166, 4956348 ]
4
4,968
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Jennifer Gray", "id": 1569956}, {"name": "Timothy Johnson", "id": 1201029}, {"name": "Timothy Kidd", "id": 1374918}, {"name": "Jimmy Valentine", "id": 2105575}, {"name": "Kendra Powell", "id": 2098347}, {"name": "Thomas Vasquez", "id": 1921647}, ...
[ 1569956, 1201029, 1374918, 2105575, 1286711 ]
5
4,969
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "James Wright", "id": 2434944}, {"name": "Jeremy Ramirez", "id": 1130721}, {"name": "Kelly Washington", "id": 3318818}, {"name": "Spencer Ortiz", "id": 1328225}, {"name": "Gabrielle Phillips", "id": 1465283}, {"name": "Ryan Gillespie", "id": 13576...
[ 2434944, 1130721, 3318800, 2484724, 2421365 ]
5
4,970
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Angelica Hines", "id": 4508161}, {"name": "Kathryn Gray", "id": 2454275}, {"name": "Scott Rodriguez", "id": 2478947}, {"name": "Michele Roman", "id": 2449509}, {"name": "Susan Jackson", "id": 2909000}, {"name": "Ann Cantrell", "id": 2502154}, {"n...
[ 4508161, 2454275, 2478947, 3841867, 2480560, 2493460, 2482998, 2452123, 2489342, 2409919 ]
10
4,971
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Katrina Clark", "id": 5121}, {"name": "Brandon Harris", "id": 138117}, {"name": "Bianca Taylor", "id": 10246}, {"name": "Michelle Foley", "id": 5896}, {"name": "Jonathan Santiago", "id": 81806}, {"name": "Jonathan Morrison", "id": 92560}, {"name"...
[ 5121, 10246, 13563, 11388 ]
4
4,972
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Sally Jones", "id": 2477667}, {"name": "Kimberly Kelly", "id": 4510180}, {"name": "Matthew Mitchell", "id": 808230}, {"name": "Stacey Clark", "id": 1958631}, {"name": "Mary Hurley", "id": 2485991}, {"name": "Susan Miller", "id": 3600650}, {"name"...
[ 2477667, 808230, 2485991, 3600650, 1044170, 2431823, 2420787 ]
7
4,973
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Joshua Mueller", "id": 5006467}, {"name": "Todd Hodges", "id": 5007877}, {"name": "Robert Clark", "id": 5393036}, {"name": "Jesse Gonzales", "id": 4958481}, {"name": "Vanessa Chapman", "id": 2441753}, {"name": "Theodore Mcmahon", "id": 3669785}, ...
[ 5006467, 5007877, 5959219, 4958481, 2441753, 5085634, 2479870 ]
7
4,974
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Erica Wheeler", "id": 2427264}, {"name": "Terri Collins", "id": 2755106}, {"name": "Andrew Rodriguez", "id": 3387396}, {"name": "Timothy Williams", "id": 2469989}, {"name": "Erin Stewart", "id": 2465254}, {"name": "Edward Berry", "id": 2467590}, ...
[ 2427264, 2755106, 3844377, 2473967, 2439506 ]
5
4,975
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mrs. Robyn Thornton MD", "id": 2561921}, {"name": "Mary Mercado", "id": 3220258}, {"name": "William Dunn", "id": 2461380}, {"name": "Robert Pierce", "id": 4112518}, {"name": "Jennifer Rios", "id": 3226791}, {"name": "Timothy Brewer", "id": 161344...
[ 2561921, 3226791, 1613447, 1013321, 934062, 2494301 ]
6
4,976
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Calvin Andrade", "id": 1455098}, {"name": "Kayla Carpenter", "id": 1057860}, {"name": "Dillon Lawrence", "id": 442758}, {"name": "Martin Figueroa", "id": 616839}, {"name": "Michael Calderon", "id": 2422792}, {"name": "Pamela Glenn", "id": 2494377...
[ 1455098, 1980056, 616829, 2422792, 2410058, 3633579 ]
6
4,977
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mason Peterson", "id": 1971322}, {"name": "Andrew Jones", "id": 1268743}, {"name": "Janet Ochoa", "id": 1179654}, {"name": "Donald Barker Jr.", "id": 1374601}, {"name": "Kelly Sanchez", "id": 1412239}, {"name": "Matthew Harris Jr.", "id": 1089935...
[ 1179654, 1256784 ]
2
4,978
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Deborah Hartman", "id": 1542115}, {"name": "James Vasquez", "id": 4479013}, {"name": "Theresa Webster", "id": 3089959}, {"name": "Dawn Campbell", "id": 1402635}, {"name": "Sean Guzman", "id": 2477004}, {"name": "Jason White Jr.", "id": 2621101}, ...
[ 1402635, 2477004, 2419740, 2407219, 2431661, 893523, 2473754, 2423805, 2422719 ]
9
4,979
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Cindy Juarez", "id": 5043328}, {"name": "Mary Molina", "id": 5423748}, {"name": "Jennifer Johnson", "id": 5247108}, {"name": "Melanie Duncan", "id": 4957316}, {"name": "Ana Johnson", "id": 5770635}, {"name": "John Thornton", "id": 4967449}, {"nam...
[ 5043328, 5247108, 5196859 ]
3
4,980
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Hayden Spencer", "id": 2169696}, {"name": "Andrea Mora", "id": 1082145}, {"name": "Mary Smith", "id": 88388}, {"name": "Cassidy Hayes", "id": 24008}, {"name": "Angelica Reeves", "id": 5598696}, {"name": "Amber Moreno", "id": 5681002}, {"name": "K...
[ 2169696, 24008, 5598696, 5681002, 4971601, 5036760, 4955388 ]
7
4,981
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Angelica Anderson", "id": 2454435}, {"name": "Laura Horton", "id": 2985572}, {"name": "Anthony Moore", "id": 2764057}, {"name": "Sarah Chang", "id": 5018536}, {"name": "Crystal Cooper", "id": 5218363}, {"name": "Mrs. Katie Miller MD", "id": 36531...
[ 2454435, 2985572, 5018536, 5218363, 5252507, 5020632, 5113531 ]
7
4,982
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "John Campbell", "id": 840454}, {"name": "Carlos Dean", "id": 1927817}, {"name": "Crystal Morgan", "id": 1830417}, {"name": "Nancy Savage", "id": 971281}, {"name": "Tyrone Dyer", "id": 971410}, {"name": "Matthew Carey", "id": 971298}, {"name": "Je...
[ 840454, 1579613 ]
2
4,983
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Michelle Pugh", "id": 4984257}, {"name": "Elizabeth Perry", "id": 4951842}, {"name": "David Day", "id": 5464068}, {"name": "Kim Navarro", "id": 5086991}, {"name": "Martin Smith", "id": 4947856}, {"name": "Martin Smith", "id": 4967153}, {"name": "...
[ 4984257 ]
1
4,984
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Mrs. Jennifer Gonzales", "id": 4020112}, {"name": "Catherine Spears", "id": 2460179}, {"name": "David Frey", "id": 4020117}, {"name": "Victoria Smith DVM", "id": 3475870}, {"name": "Latoya Nguyen", "id": 4448031}, {"name": "Maurice Griffin", "id"...
[ 4020112, 2460179 ]
2
4,985
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Richard Miller", "id": 5451653}, {"name": "Samantha Woods", "id": 4927116}, {"name": "Loretta Marquez", "id": 4194957}, {"name": "Julie Johnson", "id": 5429135}, {"name": "Kaitlyn Gilbert", "id": 6041745}, {"name": "Pamela Sheppard", "id": 533736...
[ 5451653, 4194957, 2465976, 4947834 ]
4
4,986
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Anthony Hawkins", "id": 3051392}, {"name": "Michael Thomas", "id": 2822849}, {"name": "Robin Austin", "id": 2477219}, {"name": "Audrey Morris", "id": 2461416}, {"name": "Robert Reid", "id": 3947146}, {"name": "Alexis Hernandez", "id": 2489707}, {...
[ 3051392, 2461416, 2496146, 2464340, 2493494, 2440254 ]
6
4,987
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Charles Rodriguez", "id": 5154851}, {"name": "Alexander Dunn", "id": 2946660}, {"name": "Margaret Chavez", "id": 2425605}, {"name": "Stephanie Barton", "id": 5279878}, {"name": "Angela Garcia", "id": 5821475}, {"name": "Jessica Brooks", "id": 522...
[ 5154851, 2946660, 5821475, 2455760, 2469618, 2419705, 4953117 ]
7
4,988
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Joseph Baxter", "id": 2429324}, {"name": "Nicole Wise", "id": 2474129}, {"name": "Edward Bishop", "id": 5157396}, {"name": "Rachel Clark", "id": 5064214}, {"name": "Connie Waller", "id": 507930}, {"name": "Michael Robinson", "id": 2456994}, {"nam...
[ 2429324, 2474129, 5157396, 12390, 2456994, 5028795, 2491591, 96722, 2477685 ]
9
4,989
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Tyrone Hudson", "id": 2477665}, {"name": "Leah Hunter", "id": 784418}, {"name": "Steven Rodgers", "id": 2559458}, {"name": "Maria Nash", "id": 995844}, {"name": "Lindsay Riley", "id": 2464582}, {"name": "Rebecca Jones", "id": 4212998}, {"name": "...
[ 2477665, 1631793, 995844, 2481577, 2472924, 2493071, 2493237, 2493244 ]
8
4,990
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Angel Smith", "id": 5036928}, {"name": "John Gates", "id": 813699}, {"name": "Elizabeth Wolf", "id": 825482}, {"name": "Dominique Miller", "id": 120594}, {"name": "Walter Ellis", "id": 2496412}, {"name": "Mark Marquez", "id": 5655964}, {"name": "...
[ 5036928, 771009, 329826, 2496412, 2443713, 2407630 ]
6
4,991
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "William Nunez", "id": 2440706}, {"name": "Dr. Sabrina Henderson", "id": 3602054}, {"name": "Ian Wright", "id": 2424207}, {"name": "Jacob Martin", "id": 2480912}, {"name": "Scott Sanchez", "id": 3842324}, {"name": "Christina Palmer", "id": 2406943...
[ 2560928, 2424207, 2407858, 2503649 ]
4
4,992
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Joshua Love", "id": 306624}, {"name": "Brian Garcia", "id": 1593507}, {"name": "Alexandra Jackson", "id": 73987}, {"name": "Brenda Johnston", "id": 5254410}, {"name": "Richard Smith", "id": 6475}, {"name": "Miss Shannon Brown MD", "id": 302253}, ...
[ 306624, 1123635, 73987, 5254410, 16432, 302253, 21214 ]
7
4,993
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Elizabeth Richardson", "id": 4970240}, {"name": "Rebecca Hill", "id": 2102920}, {"name": "Sara Cunningham", "id": 798602}, {"name": "Rodney Lowery", "id": 4975501}, {"name": "Kara Cox", "id": 5074834}, {"name": "Elizabeth Ward", "id": 1293231}, {...
[ 4970240, 1183687, 877923, 4929866 ]
4
4,994
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Rebecca Fields", "id": 5546378}, {"name": "Jennifer Klein", "id": 4943253}, {"name": "Joshua Torres", "id": 4971414}, {"name": "Jennifer Oliver", "id": 809113}, {"name": "Bryan Wolfe", "id": 5088044}, {"name": "Caitlin Taylor", "id": 913207}, {"n...
[ 5973088, 913207, 5116509, 4972511 ]
4
4,995
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Amy Montes", "id": 5134208}, {"name": "Jacqueline Carter", "id": 4929504}, {"name": "Walter Morgan", "id": 4977890}, {"name": "Cheryl Reynolds", "id": 5886560}, {"name": "Evelyn Bray", "id": 6093572}, {"name": "Jill Garcia", "id": 4973669}, {"nam...
[ 5134208, 4973669 ]
2
4,996
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Victor Reed", "id": 2493184}, {"name": "Robert Jordan", "id": 2448161}, {"name": "Cody Campbell", "id": 3809090}, {"name": "Brittany Cole", "id": 3109208}, {"name": "Christopher Brown", "id": 2916422}, {"name": "Miss Jacqueline Clark", "id": 2474...
[ 2493184, 2477608, 2414828, 2414569, 2474233, 2459903 ]
6
4,997
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Danielle Peterson", "id": 684546}, {"name": "Frank Adams", "id": 1284867}, {"name": "Emily Taylor", "id": 589442}, {"name": "Christopher Cooper Jr.", "id": 1255942}, {"name": "Zachary Wright", "id": 843401}, {"name": "Jerome Stein", "id": 1692042...
[ 684546, 1284867, 42193, 2455912 ]
4
4,998
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Robert Hughes", "id": 2500870}, {"name": "Ryan Contreras", "id": 2816011}, {"name": "Jenna Garcia", "id": 1072011}, {"name": "Sherry Martinez", "id": 4899214}, {"name": "Catherine Wagner", "id": 2736796}, {"name": "Pamela Rivas", "id": 2418214}, ...
[ 4899214, 2452842, 1072011, 2736796, 2418214, 2405686, 2405441, 2478918, 2419145, 3229265, 2423390, 2415072, 2474220, 2466287, 2481916 ]
15
4,999
You are required to identify all connected components in the given social network and output one representative node from each component. Within a connected component, any node can be reached from any other node through the edges in the graph. Different connected components are isolated from each other. **Problem to S...
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"name": "Claudia Nguyen", "id": 428385}, {"name": "Chelsea Davenport", "id": 188035}, {"name": "Micheal Juarez", "id": 394628}, {"name": "Rachel Shaffer", "id": 181575}, {"name": "Andrew Kane", "id": 118473}, {"name": "Todd Griffin", "id": 31883}, {"name"...
[ 428385, 118473 ]
2