id stringlengths 14 15 | size stringclasses 25
values | puzzle stringlengths 394 2.95k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-5x4-6 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Bob`, `Eric`, `Peter`, `Arnold`
- People have unique favorite mu... | {
"header": [
"House",
"Name",
"MusicGenre",
"HairColor",
"Nationality"
],
"rows": [
[
"1",
"Alice",
"classical",
"black",
"dane"
],
[
"2",
"Arnold",
"jazz",
"gray",
"german"
],
[
"3",
"Bob",
"pop... | 2024-07-03T21:21:29.208795 |
lgp-test-3x2-14 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`
- Each mother is accompanied by their child: `Be... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"1",
"Peter",
"Meredith"
],
[
"2",
"Eric",
"Bella"
],
[
"3",
"Arnold",
"Fred"
]
]
} | 2024-07-03T21:21:29.205631 |
lgp-test-3x6-3 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each person has a unique birthday month: `sept... | {
"header": [
"House",
"Name",
"Birthday",
"Hobby",
"Food",
"BookGenre",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"sept",
"photography",
"spaghetti",
"science fiction",
"Holly"
],
[
"2",
"Eric",
"april",
"garde... | 2024-07-03T21:21:29.206535 |
lgp-test-3x6-19 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- Everyone has a unique favorite cigar: `pall ma... | {
"header": [
"House",
"Name",
"Cigar",
"Animal",
"Children",
"BookGenre",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"blue master",
"bird",
"Fred",
"mystery",
"google pixel 6"
],
[
"2",
"Arnold",
"pall mall",
... | 2024-07-03T21:21:29.206648 |
lgp-test-2x6-6 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a favorite color: `yellow`, `red`
- Ea... | {
"header": [
"House",
"Name",
"Color",
"Vacation",
"CarModel",
"Children",
"Education"
],
"rows": [
[
"1",
"Eric",
"red",
"beach",
"ford f150",
"Bella",
"high school"
],
[
"2",
"Arnold",
"yellow",
"mountain"... | 2024-07-03T21:21:29.205364 |
lgp-test-3x6-13 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- The people are of nationalities: `brit`, `dane... | {
"header": [
"House",
"Name",
"Nationality",
"Mother",
"FavoriteSport",
"Occupation",
"MusicGenre"
],
"rows": [
[
"1",
"Eric",
"brit",
"Holly",
"basketball",
"engineer",
"classical"
],
[
"2",
"Peter",
"dane",
... | 2024-07-03T21:21:29.206603 |
lgp-test-6x3-14 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Carol`, `Arnold`, `Peter`, `Eric`, `Alice`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Drink",
"Occupation"
],
"rows": [
[
"1",
"Bob",
"water",
"artist"
],
[
"2",
"Peter",
"tea",
"teacher"
],
[
"3",
"Eric",
"coffee",
"nurse"
],
[
"4",
"Alice... | 2024-07-03T21:21:29.210072 |
lgp-test-5x3-10 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Bob`, `Alice`
- Each person has an occupation:... | {
"header": [
"House",
"Name",
"Occupation",
"Vacation"
],
"rows": [
[
"1",
"Peter",
"doctor",
"cruise"
],
[
"2",
"Alice",
"artist",
"mountain"
],
[
"3",
"Eric",
"teacher",
"city"
],
[
"4",
... | 2024-07-03T21:21:29.208519 |
lgp-test-4x3-24 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric`
- Each person has a unique favorite dri... | {
"header": [
"House",
"Name",
"Drink",
"Food"
],
"rows": [
[
"1",
"Peter",
"coffee",
"grilled cheese"
],
[
"2",
"Alice",
"tea",
"spaghetti"
],
[
"3",
"Arnold",
"water",
"pizza"
],
[
"4",
... | 2024-07-03T21:21:29.207189 |
lgp-test-6x5-34 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Alice`, `Bob`, `Arnold`, `Carol`
- Everyone has a unique... | {
"header": [
"House",
"Name",
"Cigar",
"PhoneModel",
"CarModel",
"Nationality"
],
"rows": [
[
"1",
"Carol",
"prince",
"iphone 13",
"chevrolet silverado",
"brit"
],
[
"2",
"Arnold",
"dunhill",
"huawei p50",
"ford... | 2024-07-03T21:21:29.210829 |
lgp-test-6x5-27 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Carol`, `Alice`, `Bob`, `Eric`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Education",
"Occupation",
"CarModel",
"Birthday"
],
"rows": [
[
"1",
"Peter",
"associate",
"doctor",
"tesla model 3",
"feb"
],
[
"2",
"Arnold",
"trade school",
"nurse",
"toyota cam... | 2024-07-03T21:21:29.210777 |
lgp-test-2x4-23 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- The mothers' names in different houses are unique: `Ani... | {
"header": [
"House",
"Name",
"Mother",
"CarModel",
"Height"
],
"rows": [
[
"1",
"Arnold",
"Aniya",
"ford f150",
"short"
],
[
"2",
"Eric",
"Holly",
"tesla model 3",
"very short"
]
]
} | 2024-07-03T21:21:29.204992 |
lgp-test-6x4-7 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Eric`, `Peter`, `Alice`, `Bob`, `Arnold`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Education",
"Animal",
"FavoriteSport"
],
"rows": [
[
"1",
"Carol",
"bachelor",
"horse",
"volleyball"
],
[
"2",
"Alice",
"associate",
"fish",
"tennis"
],
[
"3",
"Bob",
... | 2024-07-03T21:21:29.210302 |
lgp-test-6x6-18 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Carol`, `Eric`, `Alice`, `Peter`, `Arnold`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"Pet",
"Nationality",
"BookGenre",
"CarModel"
],
"rows": [
[
"1",
"Peter",
"mountain",
"fish",
"brit",
"fantasy",
"honda civic"
],
[
"2",
"Eric",
"cultural",
"cat",
... | 2024-07-03T21:21:29.211021 |
lgp-test-6x3-35 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Carol`, `Bob`, `Peter`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Education",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"bachelor",
"xiaomi mi 11"
],
[
"2",
"Arnold",
"high school",
"oneplus 9"
],
[
"3",
"Carol",
"master",
"huawei p50"
... | 2024-07-03T21:21:29.210216 |
lgp-test-2x4-1 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person lives in a unique style of house: `colonial... | {
"header": [
"House",
"Name",
"HouseStyle",
"Birthday",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"colonial",
"april",
"pop"
],
[
"2",
"Eric",
"victorian",
"sept",
"rock"
]
]
} | 2024-07-03T21:21:29.204874 |
lgp-test-3x4-16 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- Each person prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation",
"FavoriteSport",
"Birthday"
],
"rows": [
[
"1",
"Eric",
"mountain",
"basketball",
"april"
],
[
"2",
"Arnold",
"city",
"tennis",
"jan"
],
[
"3",
"Peter",
... | 2024-07-03T21:21:29.206122 |
lgp-test-5x6-31 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Eric`, `Peter`, `Bob`, `Arnold`
- Each person has a favorite col... | {
"header": [
"House",
"Name",
"Color",
"Smoothie",
"Birthday",
"BookGenre",
"Height"
],
"rows": [
[
"1",
"Bob",
"green",
"cherry",
"jan",
"romance",
"average"
],
[
"2",
"Arnold",
"red",
"lime",
"mar",
... | 2024-07-03T21:21:29.209614 |
lgp-test-3x2-33 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`
- Each person has a unique favorite drink: `tea`... | {
"header": [
"House",
"Name",
"Drink"
],
"rows": [
[
"1",
"Peter",
"milk"
],
[
"2",
"Eric",
"tea"
],
[
"3",
"Arnold",
"water"
]
]
} | 2024-07-03T21:21:29.205733 |
lgp-test-5x3-37 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Arnold`, `Peter`, `Alice`, `Eric`
- Each person has a unique birth... | {
"header": [
"House",
"Name",
"Birthday",
"Flower"
],
"rows": [
[
"1",
"Peter",
"mar",
"roses"
],
[
"2",
"Alice",
"sept",
"tulips"
],
[
"3",
"Arnold",
"jan",
"daffodils"
],
[
"4",
"Bob"... | 2024-07-03T21:21:29.208703 |
lgp-test-2x3-6 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person prefers a unique type of vacation: `beach`,... | {
"header": [
"House",
"Name",
"Vacation",
"HouseStyle"
],
"rows": [
[
"1",
"Arnold",
"mountain",
"colonial"
],
[
"2",
"Eric",
"beach",
"victorian"
]
]
} | 2024-07-03T21:21:29.204701 |
lgp-test-2x3-31 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People have unique favorite sports: `basketball`, `socc... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"basketball",
"gardening"
],
[
"2",
"Eric",
"soccer",
"photography"
]
]
} | 2024-07-03T21:21:29.204824 |
lgp-test-5x5-1 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Peter`, `Alice`, `Eric`, `Arnold`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"HouseStyle",
"Birthday",
"Animal"
],
"rows": [
[
"1",
"Alice",
"fish",
"victorian",
"mar",
"bird"
],
[
"2",
"Peter",
"dog",
"ranch",
"feb",
"cat"
],
[
"3... | 2024-07-03T21:21:29.209053 |
lgp-test-2x6-36 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person prefers a unique type of vacation: `beach`,... | {
"header": [
"House",
"Name",
"Vacation",
"Animal",
"Drink",
"PhoneModel",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"beach",
"cat",
"tea",
"samsung galaxy s21",
"carnations"
],
[
"2",
"Eric",
"mountain",
"hors... | 2024-07-03T21:21:29.205538 |
lgp-test-4x6-31 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Peter`, `Arnold`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"Color",
"Education",
"Hobby",
"Cigar"
],
"rows": [
[
"1",
"Alice",
"daffodils",
"red",
"associate",
"photography",
"pall mall"
],
[
"2",
"Peter",
"lilies",
"white",
... | 2024-07-03T21:21:29.208100 |
lgp-test-3x6-10 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`
- Each person lives in a unique style of house: ... | {
"header": [
"House",
"Name",
"HouseStyle",
"BookGenre",
"Pet",
"Cigar",
"Hobby"
],
"rows": [
[
"1",
"Eric",
"victorian",
"romance",
"fish",
"blue master",
"photography"
],
[
"2",
"Arnold",
"ranch",
"mystery... | 2024-07-03T21:21:29.206584 |
lgp-test-6x4-2 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Bob`, `Eric`, `Alice`, `Peter`, `Arnold`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"PhoneModel",
"Children"
],
"rows": [
[
"1",
"Eric",
"very short",
"huawei p50",
"Meredith"
],
[
"2",
"Arnold",
"very tall",
"samsung galaxy s21",
"Timothy"
],
[
"3",
... | 2024-07-03T21:21:29.210266 |
lgp-test-6x4-26 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Bob`, `Carol`, `Eric`, `Alice`, `Arnold`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Pet",
"HouseStyle",
"Birthday"
],
"rows": [
[
"1",
"Bob",
"cat",
"mediterranean",
"feb"
],
[
"2",
"Peter",
"rabbit",
"colonial",
"may"
],
[
"3",
"Carol",
"bird",
... | 2024-07-03T21:21:29.210439 |
lgp-test-5x2-33 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Bob`, `Peter`, `Eric`, `Arnold`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"prince"
],
[
"2",
"Alice",
"pall mall"
],
[
"3",
"Bob",
"blends"
],
[
"4",
"Eric",
"dunhill"
],
[
"5",
"Peter",
... | 2024-07-03T21:21:29.208405 |
lgp-test-5x3-3 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold`, `Bob`
- Each person has a unique birth... | {
"header": [
"House",
"Name",
"Birthday",
"Animal"
],
"rows": [
[
"1",
"Eric",
"mar",
"dog"
],
[
"2",
"Alice",
"april",
"fish"
],
[
"3",
"Bob",
"feb",
"horse"
],
[
"4",
"Arnold",
... | 2024-07-03T21:21:29.208471 |
lgp-test-6x3-9 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Eric`, `Bob`, `Alice`, `Peter`, `Arnold`
- The people keep uniqu... | {
"header": [
"House",
"Name",
"Animal",
"HairColor"
],
"rows": [
[
"1",
"Bob",
"bird",
"brown"
],
[
"2",
"Peter",
"cat",
"red"
],
[
"3",
"Carol",
"dog",
"black"
],
[
"4",
"Arnold",
... | 2024-07-03T21:21:29.210006 |
lgp-test-3x4-20 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- Everyone has a unique favorite cigar: `prince`... | {
"header": [
"House",
"Name",
"Cigar",
"Pet",
"Mother"
],
"rows": [
[
"1",
"Peter",
"prince",
"fish",
"Holly"
],
[
"2",
"Arnold",
"pall mall",
"dog",
"Aniya"
],
[
"3",
"Eric",
"blue master",
... | 2024-07-03T21:21:29.206146 |
lgp-test-4x6-5 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric`
- Each person has an occupation: `teach... | {
"header": [
"House",
"Name",
"Occupation",
"Nationality",
"Animal",
"Color",
"FavoriteSport"
],
"rows": [
[
"1",
"Arnold",
"artist",
"dane",
"cat",
"red",
"basketball"
],
[
"2",
"Peter",
"teacher",
"swede",... | 2024-07-03T21:21:29.207918 |
lgp-test-2x4-0 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique hair colors: `brown`, `black`
- Eve... | {
"header": [
"House",
"Name",
"HairColor",
"Food",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"brown",
"pizza",
"pall mall"
],
[
"2",
"Eric",
"black",
"grilled cheese",
"prince"
]
]
} | 2024-07-03T21:21:29.204869 |
lgp-test-3x6-27 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- People have unique favorite book genres: `scie... | {
"header": [
"House",
"Name",
"BookGenre",
"Children",
"HairColor",
"Education",
"Flower"
],
"rows": [
[
"1",
"Eric",
"science fiction",
"Fred",
"brown",
"bachelor",
"lilies"
],
[
"2",
"Peter",
"romance",
"M... | 2024-07-03T21:21:29.206701 |
lgp-test-2x5-7 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has an occupation: `engineer`, `doctor`
- ... | {
"header": [
"House",
"Name",
"Occupation",
"PhoneModel",
"Nationality",
"Hobby"
],
"rows": [
[
"1",
"Eric",
"doctor",
"iphone 13",
"dane",
"photography"
],
[
"2",
"Arnold",
"engineer",
"samsung galaxy s21",
"br... | 2024-07-03T21:21:29.205121 |
lgp-test-4x5-29 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric`
- Each person has a unique type of pet:... | {
"header": [
"House",
"Name",
"Pet",
"Mother",
"HouseStyle",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"cat",
"Holly",
"victorian",
"basketball"
],
[
"2",
"Peter",
"dog",
"Kailyn",
"colonial",
"tennis"
... | 2024-07-03T21:21:29.207807 |
lgp-test-4x3-30 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Alice`, `Peter`
- The people keep unique animals: `hors... | {
"header": [
"House",
"Name",
"Animal",
"FavoriteSport"
],
"rows": [
[
"1",
"Arnold",
"fish",
"tennis"
],
[
"2",
"Alice",
"horse",
"basketball"
],
[
"3",
"Peter",
"cat",
"soccer"
],
[
"4",
... | 2024-07-03T21:21:29.207227 |
lgp-test-5x5-27 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Bob`, `Alice`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Vacation",
"Occupation",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"blonde",
"camping",
"lawyer",
"pop"
],
[
"2",
"Peter",
"red",
"cruise",
"engineer",
"rock"
... | 2024-07-03T21:21:29.209247 |
lgp-test-2x3-4 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique hair colors: `brown`, `black`
- The... | {
"header": [
"House",
"Name",
"HairColor",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"black",
"carnations"
],
[
"2",
"Eric",
"brown",
"daffodils"
]
]
} | 2024-07-03T21:21:29.204692 |
lgp-test-6x2-26 | 6*2 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Bob`, `Peter`, `Carol`, `Alice`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie"
],
"rows": [
[
"1",
"Eric",
"desert"
],
[
"2",
"Arnold",
"blueberry"
],
[
"3",
"Bob",
"dragonfruit"
],
[
"4",
"Carol",
"watermelon"
],
[
"5",
... | 2024-07-03T21:21:29.209850 |
lgp-test-3x3-30 | 3*3 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each mother is accompanied by their child: `Fr... | {
"header": [
"House",
"Name",
"Children",
"CarModel"
],
"rows": [
[
"1",
"Peter",
"Meredith",
"toyota camry"
],
[
"2",
"Arnold",
"Fred",
"ford f150"
],
[
"3",
"Eric",
"Bella",
"tesla model 3"
]
]
} | 2024-07-03T21:21:29.205940 |
lgp-test-5x2-18 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Peter`, `Bob`, `Arnold`
- Each mother is accompanied by ... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"1",
"Bob",
"Timothy"
],
[
"2",
"Alice",
"Fred"
],
[
"3",
"Arnold",
"Bella"
],
[
"4",
"Eric",
"Samantha"
],
[
"5",
"Peter",
... | 2024-07-03T21:21:29.208309 |
lgp-test-3x5-32 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Everyone has a unique favorite cigar: `prince`... | {
"header": [
"House",
"Name",
"Cigar",
"Hobby",
"Education",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"blue master",
"cooking",
"high school",
"samsung galaxy s21"
],
[
"2",
"Eric",
"pall mall",
"gardening",
"a... | 2024-07-03T21:21:29.206465 |
lgp-test-6x3-27 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter`, `Bob`, `Carol`
- Each person has an oc... | {
"header": [
"House",
"Name",
"Occupation",
"CarModel"
],
"rows": [
[
"1",
"Eric",
"doctor",
"tesla model 3"
],
[
"2",
"Carol",
"teacher",
"bmw 3 series"
],
[
"3",
"Bob",
"engineer",
"honda civic"
],
... | 2024-07-03T21:21:29.210161 |
lgp-test-3x6-7 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`
- The mothers' names in different houses are uni... | {
"header": [
"House",
"Name",
"Mother",
"MusicGenre",
"Flower",
"Height",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"Aniya",
"pop",
"daffodils",
"short",
"blue master"
],
[
"2",
"Peter",
"Janelle",
"classical",
... | 2024-07-03T21:21:29.206563 |
lgp-test-2x4-19 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique favorite sports: `soccer`, `basketba... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Mother",
"Education"
],
"rows": [
[
"1",
"Arnold",
"soccer",
"Holly",
"associate"
],
[
"2",
"Eric",
"basketball",
"Aniya",
"high school"
]
]
} | 2024-07-03T21:21:29.204971 |
lgp-test-3x6-29 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- The people keep unique animals: `bird`, `horse... | {
"header": [
"House",
"Name",
"Animal",
"Birthday",
"Hobby",
"Drink",
"HairColor"
],
"rows": [
[
"1",
"Peter",
"horse",
"jan",
"photography",
"water",
"blonde"
],
[
"2",
"Eric",
"cat",
"sept",
"cooking... | 2024-07-03T21:21:29.206713 |
lgp-test-2x4-14 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person lives in a unique style of house: `victoria... | {
"header": [
"House",
"Name",
"HouseStyle",
"Smoothie",
"Pet"
],
"rows": [
[
"1",
"Arnold",
"victorian",
"cherry",
"dog"
],
[
"2",
"Eric",
"colonial",
"desert",
"cat"
]
]
} | 2024-07-03T21:21:29.204942 |
lgp-test-6x6-30 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Bob`, `Alice`, `Arnold`, `Carol`, `Peter`
- The people are of nat... | {
"header": [
"House",
"Name",
"Nationality",
"Flower",
"Drink",
"Color",
"Education"
],
"rows": [
[
"1",
"Eric",
"dane",
"daffodils",
"root beer",
"blue",
"trade school"
],
[
"2",
"Alice",
"brit",
"roses",
... | 2024-07-03T21:21:29.211118 |
lgp-test-3x5-24 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- The people keep unique animals: `bird`, `horse... | {
"header": [
"House",
"Name",
"Animal",
"Vacation",
"Education",
"Smoothie"
],
"rows": [
[
"1",
"Peter",
"cat",
"city",
"associate",
"desert"
],
[
"2",
"Eric",
"bird",
"beach",
"high school",
"watermelon"
... | 2024-07-03T21:21:29.206415 |
lgp-test-5x6-21 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Alice`, `Bob`, `Eric`, `Arnold`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality",
"Smoothie",
"Flower",
"HouseStyle",
"Animal"
],
"rows": [
[
"1",
"Peter",
"swede",
"desert",
"roses",
"colonial",
"bird"
],
[
"2",
"Arnold",
"german",
"lime",
... | 2024-07-03T21:21:29.209539 |
lgp-test-3x2-20 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- Each person has a unique hobby: `cooking`, `ga... | {
"header": [
"House",
"Name",
"Hobby"
],
"rows": [
[
"1",
"Eric",
"photography"
],
[
"2",
"Peter",
"cooking"
],
[
"3",
"Arnold",
"gardening"
]
]
} | 2024-07-03T21:21:29.205664 |
lgp-test-2x5-39 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People own unique car models: `tesla model 3`, `ford f1... | {
"header": [
"House",
"Name",
"CarModel",
"Cigar",
"Nationality",
"HairColor"
],
"rows": [
[
"1",
"Arnold",
"tesla model 3",
"prince",
"dane",
"black"
],
[
"2",
"Eric",
"ford f150",
"pall mall",
"brit",
"b... | 2024-07-03T21:21:29.205322 |
lgp-test-6x6-4 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Carol`, `Peter`, `Bob`, `Arnold`, `Eric`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower",
"Vacation",
"HouseStyle",
"Height",
"HairColor"
],
"rows": [
[
"1",
"Eric",
"roses",
"mountain",
"victorian",
"very short",
"auburn"
],
[
"2",
"Carol",
"daffodils",
"c... | 2024-07-03T21:21:29.210908 |
lgp-test-3x5-28 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`
- Everyone has a favorite smoothie: `desert`, `c... | {
"header": [
"House",
"Name",
"Smoothie",
"Vacation",
"Nationality",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"cherry",
"mountain",
"dane",
"basketball"
],
[
"2",
"Arnold",
"desert",
"city",
"swede",
"t... | 2024-07-03T21:21:29.206439 |
lgp-test-6x6-23 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Bob`, `Alice`, `Carol`
- The people keep uniqu... | {
"header": [
"House",
"Name",
"Animal",
"Hobby",
"FavoriteSport",
"Vacation",
"Drink"
],
"rows": [
[
"1",
"Peter",
"cat",
"cooking",
"volleyball",
"camping",
"boba tea"
],
[
"2",
"Carol",
"rabbit",
"painting... | 2024-07-03T21:21:29.211060 |
lgp-test-5x4-34 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Eric`, `Peter`, `Bob`, `Arnold`
- The mothers' names in differen... | {
"header": [
"House",
"Name",
"Mother",
"Children",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"Holly",
"Fred",
"mystery"
],
[
"2",
"Bob",
"Aniya",
"Meredith",
"science fiction"
],
[
"3",
"Alice",
... | 2024-07-03T21:21:29.209002 |
lgp-test-2x6-3 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- The mothers' names in different houses are unique: `Ani... | {
"header": [
"House",
"Name",
"Mother",
"Drink",
"Pet",
"Occupation",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"Aniya",
"tea",
"dog",
"engineer",
"carnations"
],
[
"2",
"Eric",
"Holly",
"water",
"cat",
... | 2024-07-03T21:21:29.205346 |
lgp-test-6x2-25 | 6*2 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Bob`, `Carol`, `Alice`, `Arnold`, `Eric`
- Everyone has somethin... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Bob",
"spaghetti"
],
[
"2",
"Eric",
"stew"
],
[
"3",
"Alice",
"soup"
],
[
"4",
"Arnold",
"pizza"
],
[
"5",
"Carol",
"... | 2024-07-03T21:21:29.209844 |
lgp-test-5x6-17 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Alice`, `Eric`, `Peter`, `Arnold`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel",
"FavoriteSport",
"Smoothie",
"Vacation",
"Animal"
],
"rows": [
[
"1",
"Bob",
"huawei p50",
"basketball",
"watermelon",
"city",
"fish"
],
[
"2",
"Eric",
"iphone 13",
... | 2024-07-03T21:21:29.209508 |
lgp-test-2x2-6 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People use unique phone models: `samsung galaxy s21`, `... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"iphone 13"
],
[
"2",
"Arnold",
"samsung galaxy s21"
]
]
} | 2024-07-03T21:21:29.204473 |
lgp-test-6x4-10 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Carol`, `Peter`, `Eric`, `Bob`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Pet",
"Height",
"FavoriteSport"
],
"rows": [
[
"1",
"Peter",
"rabbit",
"average",
"volleyball"
],
[
"2",
"Alice",
"hamster",
"very tall",
"soccer"
],
[
"3",
"Arnold",
... | 2024-07-03T21:21:29.210323 |
lgp-test-6x2-28 | 6*2 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Carol`, `Alice`, `Bob`, `Peter`
- Each mother is accomp... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"1",
"Alice",
"Samantha"
],
[
"2",
"Carol",
"Bella"
],
[
"3",
"Peter",
"Fred"
],
[
"4",
"Bob",
"Timothy"
],
[
"5",
"Arnold",
... | 2024-07-03T21:21:29.209864 |
lgp-test-3x4-4 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- Each person prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation",
"Education",
"Animal"
],
"rows": [
[
"1",
"Peter",
"beach",
"bachelor",
"cat"
],
[
"2",
"Eric",
"mountain",
"associate",
"bird"
],
[
"3",
"Arnold",
"city... | 2024-07-03T21:21:29.206050 |
lgp-test-5x2-3 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Bob`, `Alice`, `Peter`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"dunhill"
],
[
"2",
"Bob",
"blends"
],
[
"3",
"Eric",
"pall mall"
],
[
"4",
"Alice",
"blue master"
],
[
"5",
"Pet... | 2024-07-03T21:21:29.208214 |
lgp-test-4x3-19 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education",
"BookGenre"
],
"rows": [
[
"1",
"Alice",
"master",
"science fiction"
],
[
"2",
"Peter",
"high school",
"mystery"
],
[
"3",
"Eric",
"associate",
"romance"
],
... | 2024-07-03T21:21:29.207160 |
lgp-test-3x2-25 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`
- Each person has a unique type of pet: `fish`, ... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Eric",
"cat"
],
[
"2",
"Arnold",
"fish"
],
[
"3",
"Peter",
"dog"
]
]
} | 2024-07-03T21:21:29.205690 |
lgp-test-4x2-29 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education"
],
"rows": [
[
"1",
"Eric",
"bachelor"
],
[
"2",
"Alice",
"associate"
],
[
"3",
"Peter",
"high school"
],
[
"4",
"Arnold",
"master"
]
]
} | 2024-07-03T21:21:29.206982 |
lgp-test-6x6-26 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Carol`, `Eric`, `Alice`, `Bob`, `Arnold`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Cigar",
"Flower",
"Color",
"FavoriteSport"
],
"rows": [
[
"1",
"Alice",
"samsung galaxy s21",
"yellow monster",
"iris",
"red",
"baseball"
],
[
"2",
"Carol",
"oneplus 9"... | 2024-07-03T21:21:29.211085 |
lgp-test-5x4-38 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Bob`, `Alice`, `Peter`, `Arnold`
- They all have a unique favorit... | {
"header": [
"House",
"Name",
"Flower",
"Nationality",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"carnations",
"brit",
"lawyer"
],
[
"2",
"Alice",
"tulips",
"german",
"teacher"
],
[
"3",
"Peter",
... | 2024-07-03T21:21:29.209031 |
lgp-test-5x3-25 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Bob`, `Alice`, `Eric`, `Peter`
- People have unique heights: `v... | {
"header": [
"House",
"Name",
"Height",
"Food"
],
"rows": [
[
"1",
"Peter",
"very short",
"spaghetti"
],
[
"2",
"Arnold",
"very tall",
"stir fry"
],
[
"3",
"Eric",
"tall",
"pizza"
],
[
"4",
... | 2024-07-03T21:21:29.208621 |
lgp-test-5x5-13 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice`, `Bob`
- Each person has a unique level... | {
"header": [
"House",
"Name",
"Education",
"FavoriteSport",
"Vacation",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"doctorate",
"soccer",
"cruise",
"oneplus 9"
],
[
"2",
"Peter",
"bachelor",
"basketball",
"mount... | 2024-07-03T21:21:29.209144 |
lgp-test-3x2-3 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each person prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation"
],
"rows": [
[
"1",
"Arnold",
"city"
],
[
"2",
"Peter",
"beach"
],
[
"3",
"Eric",
"mountain"
]
]
} | 2024-07-03T21:21:29.205576 |
lgp-test-4x6-14 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"Smoothie",
"HouseStyle",
"Hobby",
"Drink"
],
"rows": [
[
"1",
"Eric",
"carnations",
"watermelon",
"ranch",
"cooking",
"milk"
],
[
"2",
"Peter",
"lilies",
"desert",
... | 2024-07-03T21:21:29.207982 |
lgp-test-2x2-27 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique favorite music genres: `rock`, `pop`... | {
"header": [
"House",
"Name",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"pop"
],
[
"2",
"Eric",
"rock"
]
]
} | 2024-07-03T21:21:29.204611 |
lgp-test-5x2-16 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice`, `Bob`
- Each person has an occupation:... | {
"header": [
"House",
"Name",
"Occupation"
],
"rows": [
[
"1",
"Bob",
"engineer"
],
[
"2",
"Peter",
"artist"
],
[
"3",
"Arnold",
"teacher"
],
[
"4",
"Alice",
"lawyer"
],
[
"5",
"Eri... | 2024-07-03T21:21:29.208296 |
lgp-test-4x4-37 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Peter`, `Eric`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"HouseStyle",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"carnations",
"craftsman",
"dunhill"
],
[
"2",
"Peter",
"daffodils",
"colonial",
"prince"
],
[
"3",
"Alice",
... | 2024-07-03T21:21:29.207584 |
lgp-test-3x2-38 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- People use unique phone models: `google pixel ... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"samsung galaxy s21"
],
[
"2",
"Eric",
"google pixel 6"
],
[
"3",
"Peter",
"iphone 13"
]
]
} | 2024-07-03T21:21:29.205761 |
lgp-test-3x2-23 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- People have unique favorite sports: `soccer`, ... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"tennis"
],
[
"2",
"Arnold",
"soccer"
],
[
"3",
"Peter",
"basketball"
]
]
} | 2024-07-03T21:21:29.205679 |
lgp-test-2x4-15 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has an occupation: `doctor`, `engineer`
- ... | {
"header": [
"House",
"Name",
"Occupation",
"HouseStyle",
"Animal"
],
"rows": [
[
"1",
"Arnold",
"engineer",
"colonial",
"horse"
],
[
"2",
"Eric",
"doctor",
"victorian",
"cat"
]
]
} | 2024-07-03T21:21:29.204947 |
lgp-test-2x2-30 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People have unique favorite book genres: `mystery`, `sc... | {
"header": [
"House",
"Name",
"BookGenre"
],
"rows": [
[
"1",
"Arnold",
"mystery"
],
[
"2",
"Eric",
"science fiction"
]
]
} | 2024-07-03T21:21:29.204625 |
lgp-test-2x2-32 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People have unique favorite book genres: `science ficti... | {
"header": [
"House",
"Name",
"BookGenre"
],
"rows": [
[
"1",
"Eric",
"science fiction"
],
[
"2",
"Arnold",
"mystery"
]
]
} | 2024-07-03T21:21:29.204635 |
lgp-test-4x2-32 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice`
- Each person has a unique type of pet:... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Arnold",
"fish"
],
[
"2",
"Alice",
"cat"
],
[
"3",
"Peter",
"dog"
],
[
"4",
"Eric",
"bird"
]
]
} | 2024-07-03T21:21:29.206999 |
lgp-test-5x2-4 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Bob`, `Alice`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality"
],
"rows": [
[
"1",
"Alice",
"dane"
],
[
"2",
"Arnold",
"swede"
],
[
"3",
"Eric",
"german"
],
[
"4",
"Bob",
"norwegian"
],
[
"5",
"Peter"... | 2024-07-03T21:21:29.208220 |
lgp-test-2x4-9 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People have unique favorite book genres: `mystery`, `sc... | {
"header": [
"House",
"Name",
"BookGenre",
"Birthday",
"Color"
],
"rows": [
[
"1",
"Arnold",
"science fiction",
"april",
"red"
],
[
"2",
"Eric",
"mystery",
"sept",
"yellow"
]
]
} | 2024-07-03T21:21:29.204916 |
lgp-test-4x5-38 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice`
- People have unique favorite sports: `... | {
"header": [
"House",
"Name",
"FavoriteSport",
"PhoneModel",
"CarModel",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"tennis",
"iphone 13",
"honda civic",
"daffodils"
],
[
"2",
"Eric",
"basketball",
"samsung galaxy s21",
... | 2024-07-03T21:21:29.207868 |
lgp-test-6x4-33 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Carol`, `Arnold`, `Bob`, `Peter`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"Nationality",
"HairColor"
],
"rows": [
[
"1",
"Bob",
"very tall",
"german",
"black"
],
[
"2",
"Eric",
"very short",
"norwegian",
"red"
],
[
"3",
"Alice",
... | 2024-07-03T21:21:29.210488 |
lgp-test-5x5-38 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Bob`, `Eric`, `Arnold`, `Alice`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Cigar",
"Drink",
"MusicGenre"
],
"rows": [
[
"1",
"Eric",
"blonde",
"blends",
"coffee",
"rock"
],
[
"2",
"Peter",
"red",
"prince",
"tea",
"hip hop"
],
[
... | 2024-07-03T21:21:29.209328 |
lgp-test-5x4-12 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Eric`, `Peter`, `Alice`, `Arnold`
- Everyone has something unique ... | {
"header": [
"House",
"Name",
"Food",
"Animal",
"Education"
],
"rows": [
[
"1",
"Peter",
"stir fry",
"dog",
"doctorate"
],
[
"2",
"Arnold",
"stew",
"horse",
"high school"
],
[
"3",
"Eric",
"spagh... | 2024-07-03T21:21:29.208839 |
lgp-test-2x4-24 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has a unique hobby: `gardening`, `photograp... | {
"header": [
"House",
"Name",
"Hobby",
"MusicGenre",
"Mother"
],
"rows": [
[
"1",
"Eric",
"gardening",
"pop",
"Aniya"
],
[
"2",
"Arnold",
"photography",
"rock",
"Holly"
]
]
} | 2024-07-03T21:21:29.204998 |
lgp-test-5x5-34 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Bob`, `Alice`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"HairColor",
"Height",
"Mother"
],
"rows": [
[
"1",
"Bob",
"hamster",
"gray",
"average",
"Penny"
],
[
"2",
"Alice",
"fish",
"brown",
"tall",
"Holly"
],
[
... | 2024-07-03T21:21:29.209298 |
lgp-test-2x5-22 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People have unique favorite music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre",
"Color",
"FavoriteSport",
"HairColor"
],
"rows": [
[
"1",
"Arnold",
"pop",
"yellow",
"soccer",
"black"
],
[
"2",
"Eric",
"rock",
"red",
"basketball",
"brown"
... | 2024-07-03T21:21:29.205202 |
lgp-test-3x2-28 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- The people are of nationalities: `brit`, `dane... | {
"header": [
"House",
"Name",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"brit"
],
[
"2",
"Arnold",
"dane"
],
[
"3",
"Peter",
"swede"
]
]
} | 2024-07-03T21:21:29.205706 |
lgp-test-3x3-10 | 3*3 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`
- Each person has a unique favorite drink: `wate... | {
"header": [
"House",
"Name",
"Drink",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"milk",
"photography"
],
[
"2",
"Peter",
"tea",
"cooking"
],
[
"3",
"Eric",
"water",
"gardening"
]
]
} | 2024-07-03T21:21:29.205827 |
lgp-test-3x4-1 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- The people keep unique animals: `horse`, `bird... | {
"header": [
"House",
"Name",
"Animal",
"Cigar",
"Mother"
],
"rows": [
[
"1",
"Peter",
"bird",
"blue master",
"Aniya"
],
[
"2",
"Eric",
"horse",
"prince",
"Holly"
],
[
"3",
"Arnold",
"cat",
... | 2024-07-03T21:21:29.206002 |
lgp-test-5x5-39 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Eric`, `Bob`, `Peter`, `Arnold`
- Each person has a unique birth... | {
"header": [
"House",
"Name",
"Birthday",
"Mother",
"Occupation",
"HairColor"
],
"rows": [
[
"1",
"Eric",
"feb",
"Penny",
"doctor",
"red"
],
[
"2",
"Peter",
"sept",
"Holly",
"lawyer",
"black"
],
[
... | 2024-07-03T21:21:29.209334 |
lgp-test-2x2-25 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person prefers a unique type of vacation: `beach`,... | {
"header": [
"House",
"Name",
"Vacation"
],
"rows": [
[
"1",
"Eric",
"beach"
],
[
"2",
"Arnold",
"mountain"
]
]
} | 2024-07-03T21:21:29.204603 |
lgp-test-2x4-34 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People use unique phone models: `samsung galaxy s21`, `... | {
"header": [
"House",
"Name",
"PhoneModel",
"Occupation",
"Color"
],
"rows": [
[
"1",
"Arnold",
"iphone 13",
"engineer",
"yellow"
],
[
"2",
"Eric",
"samsung galaxy s21",
"doctor",
"red"
]
]
} | 2024-07-03T21:21:29.205053 |
lgp-test-5x3-14 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`, `Bob`, `Alice`
- Each person has a favorite col... | {
"header": [
"House",
"Name",
"Color",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"green",
"pall mall"
],
[
"2",
"Alice",
"red",
"blue master"
],
[
"3",
"Bob",
"yellow",
"dunhill"
],
[
"4",
"P... | 2024-07-03T21:21:29.208547 |
Subsets and Splits
Sample 5x5 Puzzles and Solutions
Retrieves basic information about 5x5 puzzles from the grid mode dataset, providing simple filtering but limited analytical value beyond basic data inspection.
3x2 ZebraLogic Grid Puzzles
Retrieves basic information about grid puzzles with a specific size, providing only raw data without revealing meaningful patterns or relationships in the dataset.
4x3 Zebra Logic Puzzles
Retrieves basic information about grid puzzles with a specific size, providing simple data access but limited analytical insight into the dataset's patterns or characteristics.