id stringlengths 14 15 | size stringclasses 25
values | puzzle stringlengths 394 2.95k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-3x6-2 | 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: `Eric`, `Arnold`, `Peter`
- Each person prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation",
"Food",
"Smoothie",
"CarModel",
"Flower"
],
"rows": [
[
"1",
"Peter",
"mountain",
"grilled cheese",
"cherry",
"tesla model 3",
"carnations"
],
[
"2",
"Arnold",
"city",
... | 2024-07-03T21:21:29.206529 |
lgp-test-4x3-1 | 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`, `Eric`, `Peter`
- Each mother is accompanied by their c... | {
"header": [
"House",
"Name",
"Children",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"Samantha",
"red"
],
[
"2",
"Eric",
"Meredith",
"black"
],
[
"3",
"Arnold",
"Bella",
"brown"
],
[
"4",
... | 2024-07-03T21:21:29.207051 |
lgp-test-5x3-34 | 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`, `Bob`, `Peter`, `Alice`
- Everyone has something unique ... | {
"header": [
"House",
"Name",
"Food",
"Color"
],
"rows": [
[
"1",
"Alice",
"grilled cheese",
"green"
],
[
"2",
"Eric",
"stew",
"red"
],
[
"3",
"Bob",
"spaghetti",
"blue"
],
[
"4",
"Pete... | 2024-07-03T21:21:29.208681 |
lgp-test-6x5-26 | 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: `Carol`, `Arnold`, `Bob`, `Alice`, `Peter`, `Eric`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Pet",
"Flower",
"CarModel"
],
"rows": [
[
"1",
"Alice",
"samsung galaxy s21",
"dog",
"iris",
"tesla model 3"
],
[
"2",
"Arnold",
"google pixel 6",
"fish",
"carnations... | 2024-07-03T21:21:29.210769 |
lgp-test-2x4-16 | 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 an occupation: `doctor`, `engineer`
- ... | {
"header": [
"House",
"Name",
"Occupation",
"HairColor",
"CarModel"
],
"rows": [
[
"1",
"Arnold",
"engineer",
"black",
"tesla model 3"
],
[
"2",
"Eric",
"doctor",
"brown",
"ford f150"
]
]
} | 2024-07-03T21:21:29.204952 |
lgp-test-2x6-34 | 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`
- Each person lives in a unique style of house: `victoria... | {
"header": [
"House",
"Name",
"HouseStyle",
"MusicGenre",
"Vacation",
"FavoriteSport",
"HairColor"
],
"rows": [
[
"1",
"Arnold",
"victorian",
"pop",
"beach",
"soccer",
"black"
],
[
"2",
"Eric",
"colonial",
"... | 2024-07-03T21:21:29.205526 |
lgp-test-4x2-16 | 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: `Eric`, `Peter`, `Alice`, `Arnold`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower"
],
"rows": [
[
"1",
"Peter",
"daffodils"
],
[
"2",
"Eric",
"roses"
],
[
"3",
"Arnold",
"lilies"
],
[
"4",
"Alice",
"carnations"
]
]
} | 2024-07-03T21:21:29.206907 |
lgp-test-5x4-29 | 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: `Arnold`, `Alice`, `Bob`, `Peter`, `Eric`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Flower",
"Color"
],
"rows": [
[
"1",
"Bob",
"black",
"tulips",
"white"
],
[
"2",
"Arnold",
"red",
"roses",
"blue"
],
[
"3",
"Eric",
"brown",
"lil... | 2024-07-03T21:21:29.208964 |
lgp-test-3x3-8 | 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`
- People have unique favorite music genres: `cla... | {
"header": [
"House",
"Name",
"MusicGenre",
"Drink"
],
"rows": [
[
"1",
"Arnold",
"rock",
"milk"
],
[
"2",
"Peter",
"pop",
"water"
],
[
"3",
"Eric",
"classical",
"tea"
]
]
} | 2024-07-03T21:21:29.205815 |
lgp-test-4x4-4 | 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: `Peter`, `Eric`, `Arnold`, `Alice`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother",
"Birthday",
"Hobby"
],
"rows": [
[
"1",
"Peter",
"Kailyn",
"feb",
"photography"
],
[
"2",
"Arnold",
"Aniya",
"jan",
"painting"
],
[
"3",
"Eric",
"Holly",
... | 2024-07-03T21:21:29.207315 |
lgp-test-4x6-30 | 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: `Arnold`, `Alice`, `Eric`, `Peter`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"Cigar",
"Children",
"Mother",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"lilies",
"pall mall",
"Fred",
"Aniya",
"iphone 13"
],
[
"2",
"Eric",
"daffodils",
"dunhill",
... | 2024-07-03T21:21:29.208093 |
lgp-test-4x6-24 | 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: `Arnold`, `Eric`, `Peter`, `Alice`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother",
"Nationality",
"BookGenre",
"Animal",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"Aniya",
"dane",
"science fiction",
"bird",
"red"
],
[
"2",
"Peter",
"Holly",
"brit",
... | 2024-07-03T21:21:29.208052 |
lgp-test-2x5-15 | 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 have unique favorite music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre",
"Hobby",
"Occupation",
"Color"
],
"rows": [
[
"1",
"Arnold",
"rock",
"photography",
"doctor",
"yellow"
],
[
"2",
"Eric",
"pop",
"gardening",
"engineer",
"red"
... | 2024-07-03T21:21:29.205165 |
lgp-test-5x5-33 | 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: `Arnold`, `Peter`, `Alice`, `Eric`, `Bob`
- Each person has a unique favor... | {
"header": [
"House",
"Name",
"Drink",
"MusicGenre",
"Nationality",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"root beer",
"pop",
"german",
"pall mall"
],
[
"2",
"Arnold",
"water",
"hip hop",
"brit",
"blue maste... | 2024-07-03T21:21:29.209291 |
lgp-test-3x2-19 | 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`
- People own unique car models: `ford f150`, `to... | {
"header": [
"House",
"Name",
"CarModel"
],
"rows": [
[
"1",
"Arnold",
"tesla model 3"
],
[
"2",
"Peter",
"ford f150"
],
[
"3",
"Eric",
"toyota camry"
]
]
} | 2024-07-03T21:21:29.205659 |
lgp-test-5x6-7 | 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`, `Arnold`, `Alice`, `Peter`, `Eric`
- Each person prefers a unique t... | {
"header": [
"House",
"Name",
"Vacation",
"Height",
"Flower",
"Education",
"CarModel"
],
"rows": [
[
"1",
"Alice",
"cruise",
"very tall",
"daffodils",
"bachelor",
"honda civic"
],
[
"2",
"Peter",
"beach",
"v... | 2024-07-03T21:21:29.209398 |
lgp-test-5x4-5 | 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: `Peter`, `Alice`, `Bob`, `Eric`, `Arnold`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"Education",
"Flower"
],
"rows": [
[
"1",
"Bob",
"fish",
"doctorate",
"lilies"
],
[
"2",
"Eric",
"horse",
"master",
"daffodils"
],
[
"3",
"Peter",
"cat",
... | 2024-07-03T21:21:29.208757 |
lgp-test-3x4-5 | 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",
"Flower",
"Birthday"
],
"rows": [
[
"1",
"Eric",
"city",
"lilies",
"sept"
],
[
"2",
"Peter",
"beach",
"carnations",
"jan"
],
[
"3",
"Arnold",
"mountain",... | 2024-07-03T21:21:29.206056 |
lgp-test-3x3-3 | 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: `Peter`, `Eric`, `Arnold`
- People own unique car models: `ford f150`, `to... | {
"header": [
"House",
"Name",
"CarModel",
"Nationality"
],
"rows": [
[
"1",
"Peter",
"tesla model 3",
"swede"
],
[
"2",
"Eric",
"ford f150",
"brit"
],
[
"3",
"Arnold",
"toyota camry",
"dane"
]
]
} | 2024-07-03T21:21:29.205787 |
lgp-test-4x5-6 | 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: `Peter`, `Eric`, `Alice`, `Arnold`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education",
"MusicGenre",
"Color",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"bachelor",
"jazz",
"yellow",
"daffodils"
],
[
"2",
"Peter",
"associate",
"pop",
"green",
"roses"
... | 2024-07-03T21:21:29.207647 |
lgp-test-5x5-8 | 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: `Arnold`, `Alice`, `Bob`, `Eric`, `Peter`
- Each person has a favorite col... | {
"header": [
"House",
"Name",
"Color",
"Food",
"PhoneModel",
"Education"
],
"rows": [
[
"1",
"Peter",
"yellow",
"spaghetti",
"google pixel 6",
"doctorate"
],
[
"2",
"Bob",
"white",
"pizza",
"samsung galaxy s21",... | 2024-07-03T21:21:29.209106 |
lgp-test-3x5-18 | 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`
- They all have a unique favorite flower: `daffo... | {
"header": [
"House",
"Name",
"Flower",
"Nationality",
"Mother",
"FavoriteSport"
],
"rows": [
[
"1",
"Peter",
"daffodils",
"dane",
"Janelle",
"soccer"
],
[
"2",
"Eric",
"carnations",
"swede",
"Holly",
"bas... | 2024-07-03T21:21:29.206376 |
lgp-test-6x3-32 | 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`, `Carol`, `Peter`, `Bob`, `Eric`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Hobby"
],
"rows": [
[
"1",
"Eric",
"iphone 13",
"knitting"
],
[
"2",
"Arnold",
"samsung galaxy s21",
"cooking"
],
[
"3",
"Carol",
"google pixel 6",
"woodworking... | 2024-07-03T21:21:29.210195 |
lgp-test-2x3-29 | 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`
- Each person has a unique birthday month: `sept`, `april... | {
"header": [
"House",
"Name",
"Birthday",
"Mother"
],
"rows": [
[
"1",
"Eric",
"sept",
"Holly"
],
[
"2",
"Arnold",
"april",
"Aniya"
]
]
} | 2024-07-03T21:21:29.204815 |
lgp-test-6x3-34 | 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: `Peter`, `Alice`, `Carol`, `Eric`, `Arnold`, `Bob`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Birthday",
"Hobby"
],
"rows": [
[
"1",
"Alice",
"mar",
"knitting"
],
[
"2",
"Bob",
"jan",
"cooking"
],
[
"3",
"Carol",
"april",
"painting"
],
[
"4",
"Eric... | 2024-07-03T21:21:29.210207 |
lgp-test-2x3-20 | 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 heights: `very short`, `short`
- Th... | {
"header": [
"House",
"Name",
"Height",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"short",
"carnations"
],
[
"2",
"Eric",
"very short",
"daffodils"
]
]
} | 2024-07-03T21:21:29.204771 |
lgp-test-5x3-6 | 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`, `Peter`, `Eric`, `Bob`, `Alice`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"huawei p50",
"mystery"
],
[
"2",
"Bob",
"oneplus 9",
"fantasy"
],
[
"3",
"Alice",
"iphone 13",
"science fiction"
],... | 2024-07-03T21:21:29.208491 |
lgp-test-5x5-4 | 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`, `Arnold`, `Alice`, `Eric`
- Each person has an occupation:... | {
"header": [
"House",
"Name",
"Occupation",
"HouseStyle",
"HairColor",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"artist",
"victorian",
"red",
"mystery"
],
[
"2",
"Eric",
"lawyer",
"modern",
"black",
"roman... | 2024-07-03T21:21:29.209075 |
lgp-test-2x3-32 | 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 has a unique birthday month: `sept`, `april... | {
"header": [
"House",
"Name",
"Birthday",
"Color"
],
"rows": [
[
"1",
"Arnold",
"april",
"red"
],
[
"2",
"Eric",
"sept",
"yellow"
]
]
} | 2024-07-03T21:21:29.204829 |
lgp-test-2x2-7 | 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`
- Each person has a unique hobby: `photography`, `gardeni... | {
"header": [
"House",
"Name",
"Hobby"
],
"rows": [
[
"1",
"Eric",
"photography"
],
[
"2",
"Arnold",
"gardening"
]
]
} | 2024-07-03T21:21:29.204478 |
lgp-test-6x6-7 | 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`, `Eric`, `Peter`, `Carol`, `Bob`, `Arnold`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie",
"Food",
"PhoneModel",
"CarModel",
"HouseStyle"
],
"rows": [
[
"1",
"Carol",
"dragonfruit",
"spaghetti",
"iphone 13",
"chevrolet silverado",
"modern"
],
[
"2",
"Arnold",
"l... | 2024-07-03T21:21:29.210931 |
lgp-test-5x5-14 | 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: `Arnold`, `Alice`, `Eric`, `Bob`, `Peter`
- Each person has a unique birth... | {
"header": [
"House",
"Name",
"Birthday",
"Flower",
"Education",
"Smoothie"
],
"rows": [
[
"1",
"Eric",
"mar",
"carnations",
"master",
"lime"
],
[
"2",
"Bob",
"jan",
"roses",
"doctorate",
"cherry"
],
... | 2024-07-03T21:21:29.209151 |
lgp-test-3x2-35 | 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 have unique hair colors: `brown`, `blac... | {
"header": [
"House",
"Name",
"HairColor"
],
"rows": [
[
"1",
"Eric",
"brown"
],
[
"2",
"Arnold",
"blonde"
],
[
"3",
"Peter",
"black"
]
]
} | 2024-07-03T21:21:29.205744 |
lgp-test-4x6-7 | 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`, `Peter`, `Alice`, `Arnold`
- People have unique hair colors: `brow... | {
"header": [
"House",
"Name",
"HairColor",
"FavoriteSport",
"Smoothie",
"Birthday",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"brown",
"tennis",
"desert",
"april",
"google pixel 6"
],
[
"2",
"Eric",
"blonde",
... | 2024-07-03T21:21:29.207931 |
lgp-test-5x2-2 | 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`, `Arnold`, `Alice`, `Bob`, `Peter`
- Each person has an occupation:... | {
"header": [
"House",
"Name",
"Occupation"
],
"rows": [
[
"1",
"Arnold",
"doctor"
],
[
"2",
"Peter",
"artist"
],
[
"3",
"Bob",
"engineer"
],
[
"4",
"Alice",
"lawyer"
],
[
"5",
"Eric... | 2024-07-03T21:21:29.208207 |
lgp-test-2x2-21 | 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`
- The people are of nationalities: `dane`, `brit`
## Clu... | {
"header": [
"House",
"Name",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"dane"
],
[
"2",
"Arnold",
"brit"
]
]
} | 2024-07-03T21:21:29.204584 |
lgp-test-3x5-26 | 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`
- People own unique car models: `tesla model 3`,... | {
"header": [
"House",
"Name",
"CarModel",
"Pet",
"BookGenre",
"Food"
],
"rows": [
[
"1",
"Eric",
"toyota camry",
"fish",
"romance",
"pizza"
],
[
"2",
"Arnold",
"ford f150",
"cat",
"science fiction",
"spagh... | 2024-07-03T21:21:29.206427 |
lgp-test-6x2-27 | 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`, `Alice`, `Bob`, `Peter`, `Eric`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"1",
"Carol",
"baseball"
],
[
"2",
"Arnold",
"tennis"
],
[
"3",
"Alice",
"soccer"
],
[
"4",
"Eric",
"swimming"
],
[
"5",
... | 2024-07-03T21:21:29.209857 |
lgp-test-3x2-30 | 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 person has a favorite color: `white`, `re... | {
"header": [
"House",
"Name",
"Color"
],
"rows": [
[
"1",
"Arnold",
"white"
],
[
"2",
"Peter",
"yellow"
],
[
"3",
"Eric",
"red"
]
]
} | 2024-07-03T21:21:29.205716 |
lgp-test-3x3-13 | 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: `Peter`, `Arnold`, `Eric`
- Each mother is accompanied by their child: `Me... | {
"header": [
"House",
"Name",
"Children",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"Bella",
"watermelon"
],
[
"2",
"Eric",
"Meredith",
"cherry"
],
[
"3",
"Peter",
"Fred",
"desert"
]
]
} | 2024-07-03T21:21:29.205844 |
lgp-test-2x5-3 | 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 a unique hobby: `gardening`, `photograp... | {
"header": [
"House",
"Name",
"Hobby",
"BookGenre",
"MusicGenre",
"Birthday"
],
"rows": [
[
"1",
"Eric",
"gardening",
"mystery",
"rock",
"sept"
],
[
"2",
"Arnold",
"photography",
"science fiction",
"pop",
... | 2024-07-03T21:21:29.205100 |
lgp-test-4x3-22 | 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`, `Peter`, `Alice`, `Eric`
- Each person has a favorite color: `re... | {
"header": [
"House",
"Name",
"Color",
"Mother"
],
"rows": [
[
"1",
"Peter",
"white",
"Janelle"
],
[
"2",
"Eric",
"red",
"Kailyn"
],
[
"3",
"Alice",
"green",
"Aniya"
],
[
"4",
"Arnold",... | 2024-07-03T21:21:29.207178 |
lgp-test-4x5-9 | 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`, `Peter`, `Eric`, `Alice`
- The people keep unique animals: `fish... | {
"header": [
"House",
"Name",
"Animal",
"Cigar",
"Flower",
"MusicGenre"
],
"rows": [
[
"1",
"Peter",
"bird",
"prince",
"roses",
"rock"
],
[
"2",
"Eric",
"cat",
"dunhill",
"carnations",
"classical"
],
... | 2024-07-03T21:21:29.207668 |
lgp-test-4x3-8 | 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: `Eric`, `Arnold`, `Peter`, `Alice`
- People have unique hair colors: `blon... | {
"header": [
"House",
"Name",
"HairColor",
"MusicGenre"
],
"rows": [
[
"1",
"Alice",
"black",
"classical"
],
[
"2",
"Arnold",
"blonde",
"rock"
],
[
"3",
"Eric",
"red",
"jazz"
],
[
"4",
... | 2024-07-03T21:21:29.207094 |
lgp-test-6x2-31 | 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: `Alice`, `Peter`, `Carol`, `Eric`, `Arnold`, `Bob`
- People have unique he... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"1",
"Alice",
"super tall"
],
[
"2",
"Eric",
"very short"
],
[
"3",
"Arnold",
"short"
],
[
"4",
"Peter",
"very tall"
],
[
"5",
... | 2024-07-03T21:21:29.209881 |
lgp-test-6x6-11 | 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: `Carol`, `Peter`, `Eric`, `Bob`, `Alice`, `Arnold`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"Hobby",
"Food",
"CarModel",
"Flower"
],
"rows": [
[
"1",
"Alice",
"cultural",
"woodworking",
"pizza",
"honda civic",
"carnations"
],
[
"2",
"Bob",
"beach",
"gardeni... | 2024-07-03T21:21:29.210962 |
lgp-test-5x4-7 | 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`, `Peter`, `Bob`, `Eric`, `Arnold`
- Everyone has a favorite smooth... | {
"header": [
"House",
"Name",
"Smoothie",
"Animal",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"cherry",
"cat",
"swede"
],
[
"2",
"Peter",
"desert",
"dog",
"german"
],
[
"3",
"Arnold",
"lime",
... | 2024-07-03T21:21:29.208804 |
lgp-test-6x3-4 | 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`, `Peter`, `Arnold`, `Bob`, `Carol`, `Eric`
- People have unique ha... | {
"header": [
"House",
"Name",
"HairColor",
"Occupation"
],
"rows": [
[
"1",
"Arnold",
"black",
"engineer"
],
[
"2",
"Alice",
"red",
"lawyer"
],
[
"3",
"Eric",
"brown",
"nurse"
],
[
"4",
... | 2024-07-03T21:21:29.209969 |
lgp-test-3x4-39 | 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`
- Each person has an occupation: `teacher`, `doc... | {
"header": [
"House",
"Name",
"Occupation",
"MusicGenre",
"Children"
],
"rows": [
[
"1",
"Peter",
"teacher",
"pop",
"Meredith"
],
[
"2",
"Arnold",
"doctor",
"classical",
"Fred"
],
[
"3",
"Eric",
... | 2024-07-03T21:21:29.206260 |
lgp-test-5x5-10 | 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`
- The mothers' names in differen... | {
"header": [
"House",
"Name",
"Mother",
"Cigar",
"Animal",
"Food"
],
"rows": [
[
"1",
"Alice",
"Kailyn",
"blends",
"dog",
"stew"
],
[
"2",
"Bob",
"Holly",
"blue master",
"fish",
"spaghetti"
],
[
... | 2024-07-03T21:21:29.209121 |
lgp-test-3x2-5 | 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: `wate... | {
"header": [
"House",
"Name",
"Drink"
],
"rows": [
[
"1",
"Eric",
"milk"
],
[
"2",
"Arnold",
"tea"
],
[
"3",
"Peter",
"water"
]
]
} | 2024-07-03T21:21:29.205585 |
lgp-test-5x4-26 | 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`, `Peter`, `Bob`, `Eric`, `Arnold`
- People have unique heights: `v... | {
"header": [
"House",
"Name",
"Height",
"Mother",
"HairColor"
],
"rows": [
[
"1",
"Arnold",
"average",
"Aniya",
"brown"
],
[
"2",
"Eric",
"very short",
"Penny",
"black"
],
[
"3",
"Alice",
"very t... | 2024-07-03T21:21:29.208942 |
lgp-test-6x5-18 | 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: `Arnold`, `Peter`, `Eric`, `Carol`, `Alice`, `Bob`
- The people are of nat... | {
"header": [
"House",
"Name",
"Nationality",
"BookGenre",
"Smoothie",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"chinese",
"romance",
"lime",
"samsung galaxy s21"
],
[
"2",
"Carol",
"german",
"science fiction",
"... | 2024-07-03T21:21:29.210709 |
lgp-test-5x6-24 | 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`, `Eric`, `Arnold`, `Peter`, `Alice`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar",
"Food",
"Nationality",
"Occupation",
"Height"
],
"rows": [
[
"1",
"Bob",
"blends",
"spaghetti",
"brit",
"artist",
"tall"
],
[
"2",
"Alice",
"pall mall",
"pizza",
... | 2024-07-03T21:21:29.209562 |
lgp-test-6x3-26 | 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`, `Eric`, `Bob`, `Peter`, `Arnold`, `Carol`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"super tall",
"huawei p50"
],
[
"2",
"Carol",
"very tall",
"xiaomi mi 11"
],
[
"3",
"Bob",
"average",
"samsung galaxy s21"
... | 2024-07-03T21:21:29.210154 |
lgp-test-4x2-33 | 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: `Eric`, `Peter`, `Arnold`, `Alice`
- Everyone has a favorite smoothie: `ch... | {
"header": [
"House",
"Name",
"Smoothie"
],
"rows": [
[
"1",
"Alice",
"cherry"
],
[
"2",
"Peter",
"watermelon"
],
[
"3",
"Arnold",
"desert"
],
[
"4",
"Eric",
"dragonfruit"
]
]
} | 2024-07-03T21:21:29.207006 |
lgp-test-5x2-21 | 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`, `Alice`, `Bob`, `Eric`, `Arnold`
- People have unique favorite bo... | {
"header": [
"House",
"Name",
"BookGenre"
],
"rows": [
[
"1",
"Alice",
"biography"
],
[
"2",
"Bob",
"science fiction"
],
[
"3",
"Peter",
"fantasy"
],
[
"4",
"Arnold",
"romance"
],
[
"5",
... | 2024-07-03T21:21:29.208328 |
lgp-test-4x5-20 | 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`, `Arnold`, `Eric`, `Peter`
- People have unique heights: `short`, ... | {
"header": [
"House",
"Name",
"Height",
"Color",
"Flower",
"Animal"
],
"rows": [
[
"1",
"Alice",
"short",
"green",
"carnations",
"cat"
],
[
"2",
"Arnold",
"average",
"yellow",
"roses",
"bird"
],
[
... | 2024-07-03T21:21:29.207745 |
lgp-test-6x3-15 | 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`, `Peter`, `Arnold`, `Alice`, `Bob`, `Eric`
- Each person has an oc... | {
"header": [
"House",
"Name",
"Occupation",
"Pet"
],
"rows": [
[
"1",
"Bob",
"doctor",
"fish"
],
[
"2",
"Peter",
"teacher",
"dog"
],
[
"3",
"Carol",
"artist",
"rabbit"
],
[
"4",
"Alice"... | 2024-07-03T21:21:29.210078 |
lgp-test-2x6-9 | 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`
- People have unique favorite music genres: `rock`, `pop`... | {
"header": [
"House",
"Name",
"MusicGenre",
"HouseStyle",
"Food",
"FavoriteSport",
"Children"
],
"rows": [
[
"1",
"Arnold",
"pop",
"colonial",
"pizza",
"basketball",
"Fred"
],
[
"2",
"Eric",
"rock",
"victori... | 2024-07-03T21:21:29.205382 |
lgp-test-4x6-2 | 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: `Peter`, `Alice`, `Arnold`, `Eric`
- People own unique car models: `toyota... | {
"header": [
"House",
"Name",
"CarModel",
"Height",
"Mother",
"Education",
"Animal"
],
"rows": [
[
"1",
"Alice",
"honda civic",
"very short",
"Janelle",
"bachelor",
"horse"
],
[
"2",
"Arnold",
"toyota camry",
... | 2024-07-03T21:21:29.207896 |
lgp-test-4x4-6 | 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`, `Peter`, `Alice`, `Eric`
- People use unique phone models: `ipho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Vacation",
"Flower"
],
"rows": [
[
"1",
"Eric",
"samsung galaxy s21",
"city",
"roses"
],
[
"2",
"Peter",
"google pixel 6",
"cruise",
"daffodils"
],
[
"3",
"... | 2024-07-03T21:21:29.207328 |
lgp-test-5x3-35 | 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`, `Peter`, `Arnold`, `Alice`, `Bob`
- The mothers' names in differen... | {
"header": [
"House",
"Name",
"Mother",
"Height"
],
"rows": [
[
"1",
"Bob",
"Janelle",
"tall"
],
[
"2",
"Eric",
"Kailyn",
"average"
],
[
"3",
"Peter",
"Holly",
"short"
],
[
"4",
"Arnold... | 2024-07-03T21:21:29.208690 |
lgp-test-2x5-11 | 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 have unique heights: `very short`, `short`
- Ea... | {
"header": [
"House",
"Name",
"Height",
"Hobby",
"Food",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"short",
"gardening",
"pizza",
"engineer"
],
[
"2",
"Arnold",
"very short",
"photography",
"grilled cheese",
... | 2024-07-03T21:21:29.205142 |
lgp-test-2x5-8 | 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`
- Each person has a unique level of education: `associate... | {
"header": [
"House",
"Name",
"Education",
"Occupation",
"Birthday",
"Color"
],
"rows": [
[
"1",
"Eric",
"associate",
"doctor",
"april",
"red"
],
[
"2",
"Arnold",
"high school",
"engineer",
"sept",
"yellow... | 2024-07-03T21:21:29.205126 |
lgp-test-4x5-25 | 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`, `Peter`, `Eric`, `Alice`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle",
"HairColor",
"Children",
"BookGenre"
],
"rows": [
[
"1",
"Arnold",
"victorian",
"red",
"Meredith",
"science fiction"
],
[
"2",
"Eric",
"ranch",
"black",
"Fred",
... | 2024-07-03T21:21:29.207778 |
lgp-test-2x3-30 | 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`
- Everyone has something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"grilled cheese",
"carnations"
],
[
"2",
"Eric",
"pizza",
"daffodils"
]
]
} | 2024-07-03T21:21:29.204820 |
lgp-test-4x4-17 | 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: `Eric`, `Alice`, `Peter`, `Arnold`
- The people are of nationalities: `bri... | {
"header": [
"House",
"Name",
"Nationality",
"Flower",
"Education"
],
"rows": [
[
"1",
"Alice",
"swede",
"lilies",
"master"
],
[
"2",
"Eric",
"norwegian",
"daffodils",
"high school"
],
[
"3",
"Peter",
... | 2024-07-03T21:21:29.207403 |
lgp-test-5x5-29 | 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`, `Alice`, `Bob`, `Arnold`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality",
"Vacation",
"Education",
"Occupation"
],
"rows": [
[
"1",
"Alice",
"german",
"beach",
"doctorate",
"doctor"
],
[
"2",
"Arnold",
"norwegian",
"cruise",
"associate",
... | 2024-07-03T21:21:29.209261 |
lgp-test-2x4-7 | 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 music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre",
"HairColor",
"Nationality"
],
"rows": [
[
"1",
"Arnold",
"rock",
"black",
"dane"
],
[
"2",
"Eric",
"pop",
"brown",
"brit"
]
]
} | 2024-07-03T21:21:29.204905 |
lgp-test-6x5-13 | 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`, `Eric`, `Bob`, `Carol`, `Alice`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"HairColor",
"PhoneModel",
"Drink"
],
"rows": [
[
"1",
"Arnold",
"beach",
"blonde",
"google pixel 6",
"tea"
],
[
"2",
"Peter",
"city",
"gray",
"oneplus 9",
"water"... | 2024-07-03T21:21:29.210671 |
lgp-test-6x3-25 | 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: `Peter`, `Arnold`, `Bob`, `Eric`, `Carol`, `Alice`
- People own unique car... | {
"header": [
"House",
"Name",
"CarModel",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"chevrolet silverado",
"gardening"
],
[
"2",
"Alice",
"toyota camry",
"photography"
],
[
"3",
"Carol",
"honda civic",
"painti... | 2024-07-03T21:21:29.210148 |
lgp-test-3x3-6 | 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`, `Arnold`, `Peter`
- People have unique favorite book genres: `myst... | {
"header": [
"House",
"Name",
"BookGenre",
"Vacation"
],
"rows": [
[
"1",
"Eric",
"mystery",
"mountain"
],
[
"2",
"Arnold",
"science fiction",
"beach"
],
[
"3",
"Peter",
"romance",
"city"
]
]
} | 2024-07-03T21:21:29.205804 |
lgp-test-2x3-19 | 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`
- Everyone has something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food",
"BookGenre"
],
"rows": [
[
"1",
"Eric",
"pizza",
"science fiction"
],
[
"2",
"Arnold",
"grilled cheese",
"mystery"
]
]
} | 2024-07-03T21:21:29.204766 |
lgp-test-3x3-5 | 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`
- The people are of nationalities: `dane`, `brit... | {
"header": [
"House",
"Name",
"Nationality",
"FavoriteSport"
],
"rows": [
[
"1",
"Arnold",
"swede",
"tennis"
],
[
"2",
"Eric",
"brit",
"basketball"
],
[
"3",
"Peter",
"dane",
"soccer"
]
]
} | 2024-07-03T21:21:29.205798 |
lgp-test-3x4-34 | 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: `Peter`, `Eric`, `Arnold`
- Each person has a favorite color: `red`, `yell... | {
"header": [
"House",
"Name",
"Color",
"CarModel",
"Mother"
],
"rows": [
[
"1",
"Peter",
"red",
"tesla model 3",
"Aniya"
],
[
"2",
"Eric",
"yellow",
"toyota camry",
"Holly"
],
[
"3",
"Arnold",
"w... | 2024-07-03T21:21:29.206229 |
lgp-test-3x6-11 | 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`
- They all have a unique favorite flower: `daffo... | {
"header": [
"House",
"Name",
"Flower",
"HairColor",
"MusicGenre",
"Mother",
"Color"
],
"rows": [
[
"1",
"Peter",
"lilies",
"brown",
"rock",
"Aniya",
"yellow"
],
[
"2",
"Arnold",
"carnations",
"black",
... | 2024-07-03T21:21:29.206591 |
lgp-test-6x2-8 | 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: `Carol`, `Alice`, `Bob`, `Peter`, `Eric`, `Arnold`
- Each person has a fav... | {
"header": [
"House",
"Name",
"Color"
],
"rows": [
[
"1",
"Eric",
"green"
],
[
"2",
"Arnold",
"purple"
],
[
"3",
"Alice",
"blue"
],
[
"4",
"Carol",
"red"
],
[
"5",
"Bob",
"whi... | 2024-07-03T21:21:29.209734 |
lgp-test-2x2-19 | 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`
- Each mother is accompanied by their child: `Bella`, `Fr... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"1",
"Eric",
"Fred"
],
[
"2",
"Arnold",
"Bella"
]
]
} | 2024-07-03T21:21:29.204574 |
lgp-test-4x4-20 | 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`
- Each mother is accompanied by their c... | {
"header": [
"House",
"Name",
"Children",
"Food",
"Color"
],
"rows": [
[
"1",
"Arnold",
"Fred",
"stew",
"green"
],
[
"2",
"Peter",
"Meredith",
"grilled cheese",
"yellow"
],
[
"3",
"Eric",
"Bella"... | 2024-07-03T21:21:29.207456 |
lgp-test-3x5-11 | 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`
- Each person has a unique hobby: `cooking`, `ph... | {
"header": [
"House",
"Name",
"Hobby",
"Nationality",
"Food",
"Smoothie"
],
"rows": [
[
"1",
"Peter",
"cooking",
"brit",
"grilled cheese",
"watermelon"
],
[
"2",
"Eric",
"gardening",
"dane",
"spaghetti",
"... | 2024-07-03T21:21:29.206333 |
lgp-test-5x2-13 | 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: `Bob`, `Peter`, `Eric`, `Alice`, `Arnold`
- Each mother is accompanied by ... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"1",
"Bob",
"Fred"
],
[
"2",
"Arnold",
"Bella"
],
[
"3",
"Eric",
"Timothy"
],
[
"4",
"Peter",
"Meredith"
],
[
"5",
"Alice",
... | 2024-07-03T21:21:29.208276 |
lgp-test-2x2-0 | 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: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"pop"
],
[
"2",
"Eric",
"rock"
]
]
} | 2024-07-03T21:21:29.204416 |
lgp-test-4x5-23 | 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: `Peter`, `Eric`, `Arnold`, `Alice`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Hobby",
"Education",
"Pet"
],
"rows": [
[
"1",
"Eric",
"rock",
"cooking",
"associate",
"fish"
],
[
"2",
"Alice",
"classical",
"photography",
"bachelor",
"dog"
... | 2024-07-03T21:21:29.207765 |
lgp-test-4x5-32 | 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`, `Alice`, `Eric`, `Peter`
- Each person has a unique hobby: `cook... | {
"header": [
"House",
"Name",
"Hobby",
"Birthday",
"Education",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"photography",
"april",
"associate",
"dragonfruit"
],
[
"2",
"Eric",
"gardening",
"jan",
"bachelor",
... | 2024-07-03T21:21:29.207826 |
lgp-test-2x6-5 | 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 an occupation: `engineer`, `doctor`
- ... | {
"header": [
"House",
"Name",
"Occupation",
"Birthday",
"HouseStyle",
"Height",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"engineer",
"april",
"colonial",
"very short",
"prince"
],
[
"2",
"Arnold",
"doctor",
"sept... | 2024-07-03T21:21:29.205358 |
lgp-test-5x6-38 | 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`, `Arnold`, `Eric`, `Peter`, `Bob`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Nationality",
"HouseStyle",
"Birthday",
"Occupation"
],
"rows": [
[
"1",
"Bob",
"black",
"norwegian",
"ranch",
"jan",
"lawyer"
],
[
"2",
"Arnold",
"blonde",
"swede... | 2024-07-03T21:21:29.209666 |
lgp-test-3x6-22 | 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: `Eric`, `Arnold`, `Peter`
- Everyone has a unique favorite cigar: `prince`... | {
"header": [
"House",
"Name",
"Cigar",
"Drink",
"FavoriteSport",
"Nationality",
"Pet"
],
"rows": [
[
"1",
"Arnold",
"blue master",
"milk",
"basketball",
"swede",
"cat"
],
[
"2",
"Eric",
"pall mall",
"water",... | 2024-07-03T21:21:29.206668 |
lgp-test-6x2-34 | 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`, `Eric`, `Arnold`, `Carol`, `Bob`, `Alice`
- People have unique he... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"1",
"Alice",
"tall"
],
[
"2",
"Peter",
"super tall"
],
[
"3",
"Bob",
"average"
],
[
"4",
"Carol",
"short"
],
[
"5",
"Eric",
... | 2024-07-03T21:21:29.209901 |
lgp-test-6x6-13 | 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`, `Peter`, `Alice`, `Eric`, `Arnold`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower",
"HairColor",
"Color",
"CarModel",
"Mother"
],
"rows": [
[
"1",
"Eric",
"daffodils",
"black",
"purple",
"toyota camry",
"Janelle"
],
[
"2",
"Carol",
"carnations",
"aubu... | 2024-07-03T21:21:29.210979 |
lgp-test-6x4-14 | 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`, `Bob`, `Peter`, `Alice`, `Arnold`, `Carol`
- People own unique car... | {
"header": [
"House",
"Name",
"CarModel",
"Mother",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"honda civic",
"Janelle",
"woodworking"
],
[
"2",
"Eric",
"tesla model 3",
"Holly",
"gardening"
],
[
"3",
"Pete... | 2024-07-03T21:21:29.210353 |
lgp-test-5x6-36 | 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: `Arnold`, `Peter`, `Bob`, `Eric`, `Alice`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Vacation",
"Flower",
"Food",
"Hobby"
],
"rows": [
[
"1",
"Eric",
"black",
"cruise",
"daffodils",
"pizza",
"cooking"
],
[
"2",
"Arnold",
"red",
"mountain",
"r... | 2024-07-03T21:21:29.209650 |
lgp-test-6x6-39 | 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: `Arnold`, `Bob`, `Alice`, `Eric`, `Peter`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Hobby",
"Children",
"Birthday",
"Food"
],
"rows": [
[
"1",
"Alice",
"baseball",
"painting",
"Samantha",
"mar",
"grilled cheese"
],
[
"2",
"Bob",
"swimming",
"k... | 2024-07-03T21:21:29.211189 |
lgp-test-3x4-25 | 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`
- People have unique favorite sports: `soccer`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Color",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"tennis",
"yellow",
"Aniya"
],
[
"2",
"Eric",
"soccer",
"white",
"Holly"
],
[
"3",
"Peter",
"basketb... | 2024-07-03T21:21:29.206174 |
lgp-test-5x3-0 | 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: `Peter`, `Arnold`, `Alice`, `Eric`, `Bob`
- People own unique car models: ... | {
"header": [
"House",
"Name",
"CarModel",
"Vacation"
],
"rows": [
[
"1",
"Alice",
"tesla model 3",
"beach"
],
[
"2",
"Peter",
"honda civic",
"camping"
],
[
"3",
"Eric",
"bmw 3 series",
"city"
],
[
... | 2024-07-03T21:21:29.208448 |
lgp-test-2x4-28 | 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`
- They all have a unique favorite flower: `daffodils`, `c... | {
"header": [
"House",
"Name",
"Flower",
"PhoneModel",
"Color"
],
"rows": [
[
"1",
"Eric",
"carnations",
"iphone 13",
"yellow"
],
[
"2",
"Arnold",
"daffodils",
"samsung galaxy s21",
"red"
]
]
} | 2024-07-03T21:21:29.205018 |
lgp-test-4x4-39 | 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: `Peter`, `Eric`, `Arnold`, `Alice`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Nationality",
"Color"
],
"rows": [
[
"1",
"Eric",
"pop",
"dane",
"green"
],
[
"2",
"Alice",
"classical",
"brit",
"white"
],
[
"3",
"Peter",
"jazz",
... | 2024-07-03T21:21:29.207597 |
lgp-test-2x6-22 | 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 people are of nationalities: `dane`, `brit`
- Peop... | {
"header": [
"House",
"Name",
"Nationality",
"BookGenre",
"Birthday",
"Pet",
"Children"
],
"rows": [
[
"1",
"Arnold",
"brit",
"mystery",
"sept",
"dog",
"Bella"
],
[
"2",
"Eric",
"dane",
"science fiction",
... | 2024-07-03T21:21:29.205461 |
lgp-test-5x6-20 | 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 have unique heights: `a... | {
"header": [
"House",
"Name",
"Height",
"Occupation",
"Mother",
"Birthday",
"Pet"
],
"rows": [
[
"1",
"Arnold",
"tall",
"engineer",
"Penny",
"jan",
"dog"
],
[
"2",
"Alice",
"very tall",
"doctor",
"Kail... | 2024-07-03T21:21:29.209532 |
lgp-test-4x4-32 | 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: `Alice`, `Arnold`, `Peter`, `Eric`
- Each person prefers a unique type of ... | {
"header": [
"House",
"Name",
"Vacation",
"Drink",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"city",
"water",
"swede"
],
[
"2",
"Arnold",
"cruise",
"milk",
"brit"
],
[
"3",
"Alice",
"beach",
... | 2024-07-03T21:21:29.207548 |
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.