id stringlengths 14 15 | size stringclasses 25
values | puzzle stringlengths 394 2.95k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-5x3-28 | 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`, `Bob`, `Peter`, `Arnold`, `Alice`
- Each person has a unique level... | {
"header": [
"House",
"Name",
"Education",
"Birthday"
],
"rows": [
[
"1",
"Alice",
"bachelor",
"feb"
],
[
"2",
"Peter",
"master",
"sept"
],
[
"3",
"Eric",
"associate",
"mar"
],
[
"4",
"... | 2024-07-03T21:21:29.208641 |
lgp-test-3x4-2 | 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`, `Peter`, `Arnold`
- Each person has a unique favorite drink: `wate... | {
"header": [
"House",
"Name",
"Drink",
"Flower",
"Cigar"
],
"rows": [
[
"1",
"Peter",
"tea",
"lilies",
"prince"
],
[
"2",
"Eric",
"water",
"carnations",
"pall mall"
],
[
"3",
"Arnold",
"milk",
... | 2024-07-03T21:21:29.206036 |
lgp-test-6x5-19 | 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: `Alice`, `Peter`, `Eric`, `Bob`, `Carol`, `Arnold`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Color",
"HairColor",
"Food"
],
"rows": [
[
"1",
"Eric",
"swimming",
"green",
"blonde",
"pizza"
],
[
"2",
"Arnold",
"volleyball",
"red",
"gray",
"stir fry"
... | 2024-07-03T21:21:29.210717 |
lgp-test-6x5-24 | 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: `Eric`, `Arnold`, `Peter`, `Bob`, `Alice`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"MusicGenre",
"HouseStyle",
"FavoriteSport",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"country",
"victorian",
"tennis",
"fantasy"
],
[
"2",
"Carol",
"hip hop",
"ranch",
"soccer",
... | 2024-07-03T21:21:29.210754 |
lgp-test-5x2-6 | 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`, `Alice`, `Bob`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Bob",
"huawei p50"
],
[
"2",
"Eric",
"samsung galaxy s21"
],
[
"3",
"Peter",
"google pixel 6"
],
[
"4",
"Arnold",
"iphone 13"
],
... | 2024-07-03T21:21:29.208232 |
lgp-test-6x5-39 | 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: `Eric`, `Arnold`, `Peter`, `Alice`, `Carol`, `Bob`
- People have unique fa... | {
"header": [
"House",
"Name",
"BookGenre",
"Drink",
"HairColor",
"Birthday"
],
"rows": [
[
"1",
"Carol",
"biography",
"tea",
"blonde",
"april"
],
[
"2",
"Arnold",
"fantasy",
"root beer",
"black",
"mar"
... | 2024-07-03T21:21:29.210867 |
lgp-test-6x5-14 | 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: `Eric`, `Bob`, `Carol`, `Arnold`, `Peter`, `Alice`
- Everyone has a unique... | {
"header": [
"House",
"Name",
"Cigar",
"HairColor",
"Drink",
"Occupation"
],
"rows": [
[
"1",
"Alice",
"dunhill",
"brown",
"boba tea",
"nurse"
],
[
"2",
"Carol",
"pall mall",
"auburn",
"milk",
"artist"
... | 2024-07-03T21:21:29.210678 |
lgp-test-5x5-11 | 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`, `Arnold`, `Eric`, `Bob`, `Alice`
- People have unique heights: `a... | {
"header": [
"House",
"Name",
"Height",
"Cigar",
"Smoothie",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"short",
"blends",
"watermelon",
"samsung galaxy s21"
],
[
"2",
"Eric",
"very tall",
"prince",
"desert",
... | 2024-07-03T21:21:29.209128 |
lgp-test-3x4-7 | 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`, `Arnold`, `Eric`
- Each mother is accompanied by their child: `Be... | {
"header": [
"House",
"Name",
"Children",
"Nationality",
"Birthday"
],
"rows": [
[
"1",
"Peter",
"Meredith",
"brit",
"april"
],
[
"2",
"Eric",
"Fred",
"dane",
"sept"
],
[
"3",
"Arnold",
"Bella",
... | 2024-07-03T21:21:29.206069 |
lgp-test-4x5-7 | 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: `Eric`, `Peter`, `Alice`, `Arnold`
- Each person has a unique birthday mon... | {
"header": [
"House",
"Name",
"Birthday",
"BookGenre",
"Flower",
"Vacation"
],
"rows": [
[
"1",
"Alice",
"feb",
"fantasy",
"carnations",
"cruise"
],
[
"2",
"Eric",
"sept",
"mystery",
"daffodils",
"city"
... | 2024-07-03T21:21:29.207654 |
lgp-test-6x2-7 | 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`, `Arnold`, `Eric`, `Peter`, `Bob`, `Carol`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"iphone 13"
],
[
"2",
"Bob",
"oneplus 9"
],
[
"3",
"Alice",
"huawei p50"
],
[
"4",
"Peter",
"samsung galaxy s21"
],
[
... | 2024-07-03T21:21:29.209726 |
lgp-test-3x2-29 | 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`
- People own unique car models: `ford f150`, `te... | {
"header": [
"House",
"Name",
"CarModel"
],
"rows": [
[
"1",
"Eric",
"ford f150"
],
[
"2",
"Peter",
"toyota camry"
],
[
"3",
"Arnold",
"tesla model 3"
]
]
} | 2024-07-03T21:21:29.205710 |
lgp-test-4x2-36 | 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: `Arnold`, `Peter`, `Eric`, `Alice`
- The people are of nationalities: `dan... | {
"header": [
"House",
"Name",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"swede"
],
[
"2",
"Peter",
"dane"
],
[
"3",
"Alice",
"brit"
],
[
"4",
"Arnold",
"norwegian"
]
]
} | 2024-07-03T21:21:29.207022 |
lgp-test-2x2-28 | 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`
- Everyone has a unique favorite cigar: `prince`, `pall m... | {
"header": [
"House",
"Name",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"prince"
],
[
"2",
"Eric",
"pall mall"
]
]
} | 2024-07-03T21:21:29.204616 |
lgp-test-3x6-14 | 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`
- People own unique car models: `ford f150`, `te... | {
"header": [
"House",
"Name",
"CarModel",
"Vacation",
"Nationality",
"HairColor",
"HouseStyle"
],
"rows": [
[
"1",
"Eric",
"ford f150",
"mountain",
"swede",
"blonde",
"colonial"
],
[
"2",
"Peter",
"toyota camry",
... | 2024-07-03T21:21:29.206609 |
lgp-test-6x2-19 | 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`, `Bob`, `Carol`, `Peter`, `Alice`, `Arnold`
- Everyone has somethin... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Bob",
"stew"
],
[
"2",
"Carol",
"stir fry"
],
[
"3",
"Alice",
"soup"
],
[
"4",
"Arnold",
"pizza"
],
[
"5",
"Eric",
"s... | 2024-07-03T21:21:29.209806 |
lgp-test-3x4-36 | 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 unique level of education: `... | {
"header": [
"House",
"Name",
"Education",
"Hobby",
"Drink"
],
"rows": [
[
"1",
"Peter",
"high school",
"gardening",
"water"
],
[
"2",
"Arnold",
"associate",
"photography",
"milk"
],
[
"3",
"Eric",
... | 2024-07-03T21:21:29.206240 |
lgp-test-4x6-0 | 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`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education",
"FavoriteSport",
"Occupation",
"Flower",
"Height"
],
"rows": [
[
"1",
"Eric",
"master",
"swimming",
"engineer",
"carnations",
"very short"
],
[
"2",
"Arnold",
"high schoo... | 2024-07-03T21:21:29.207882 |
lgp-test-3x3-1 | 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`
- People have unique favorite sports: `tennis`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"MusicGenre"
],
"rows": [
[
"1",
"Eric",
"tennis",
"pop"
],
[
"2",
"Peter",
"basketball",
"rock"
],
[
"3",
"Arnold",
"soccer",
"classical"
]
]
} | 2024-07-03T21:21:29.205776 |
lgp-test-2x5-29 | 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`
- They all have a unique favorite flower: `carnations`, `... | {
"header": [
"House",
"Name",
"Flower",
"Nationality",
"Smoothie",
"FavoriteSport"
],
"rows": [
[
"1",
"Arnold",
"daffodils",
"dane",
"desert",
"soccer"
],
[
"2",
"Eric",
"carnations",
"brit",
"cherry",
"b... | 2024-07-03T21:21:29.205240 |
lgp-test-4x4-36 | 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 have unique hair colors: `blac... | {
"header": [
"House",
"Name",
"HairColor",
"Occupation",
"Drink"
],
"rows": [
[
"1",
"Peter",
"brown",
"doctor",
"water"
],
[
"2",
"Eric",
"blonde",
"teacher",
"milk"
],
[
"3",
"Alice",
"red",
... | 2024-07-03T21:21:29.207576 |
lgp-test-4x2-17 | 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`, `Peter`, `Arnold`, `Eric`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Alice",
"spaghetti"
],
[
"2",
"Eric",
"pizza"
],
[
"3",
"Peter",
"stew"
],
[
"4",
"Arnold",
"grilled cheese"
]
]
} | 2024-07-03T21:21:29.206912 |
lgp-test-5x3-20 | 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`, `Alice`, `Eric`, `Arnold`, `Peter`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Flower"
],
"rows": [
[
"1",
"Peter",
"black",
"lilies"
],
[
"2",
"Arnold",
"blonde",
"roses"
],
[
"3",
"Bob",
"brown",
"tulips"
],
[
"4",
"Er... | 2024-07-03T21:21:29.208587 |
lgp-test-2x6-38 | 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 has a unique type of pet: `cat`, `dog`
- T... | {
"header": [
"House",
"Name",
"Pet",
"Flower",
"Hobby",
"HairColor",
"Vacation"
],
"rows": [
[
"1",
"Eric",
"dog",
"daffodils",
"gardening",
"black",
"mountain"
],
[
"2",
"Arnold",
"cat",
"carnations",
... | 2024-07-03T21:21:29.205548 |
lgp-test-4x6-25 | 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`, `Eric`, `Arnold`, `Peter`
- Each person has a unique hobby: `pain... | {
"header": [
"House",
"Name",
"Hobby",
"BookGenre",
"Vacation",
"MusicGenre",
"Education"
],
"rows": [
[
"1",
"Eric",
"photography",
"mystery",
"mountain",
"pop",
"high school"
],
[
"2",
"Arnold",
"painting",
... | 2024-07-03T21:21:29.208059 |
lgp-test-3x5-5 | 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`
- Each person has a unique birthday month: `sept... | {
"header": [
"House",
"Name",
"Birthday",
"CarModel",
"HairColor",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"jan",
"toyota camry",
"brown",
"Janelle"
],
[
"2",
"Peter",
"sept",
"ford f150",
"blonde",
"Holly"... | 2024-07-03T21:21:29.206296 |
lgp-test-6x2-23 | 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: `Bob`, `Eric`, `Peter`, `Carol`, `Alice`, `Arnold`
- People have unique fa... | {
"header": [
"House",
"Name",
"MusicGenre"
],
"rows": [
[
"1",
"Peter",
"hip hop"
],
[
"2",
"Eric",
"pop"
],
[
"3",
"Arnold",
"classical"
],
[
"4",
"Bob",
"country"
],
[
"5",
"Alice... | 2024-07-03T21:21:29.209830 |
lgp-test-5x4-22 | 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`, `Eric`, `Alice`, `Arnold`, `Bob`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"Vacation",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"horse",
"camping",
"google pixel 6"
],
[
"2",
"Eric",
"cat",
"city",
"huawei p50"
],
[
"3",
"Bob",
... | 2024-07-03T21:21:29.208913 |
lgp-test-6x5-29 | 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`, `Peter`, `Arnold`, `Bob`, `Eric`, `Alice`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"HairColor",
"Drink",
"MusicGenre"
],
"rows": [
[
"1",
"Peter",
"xiaomi mi 11",
"auburn",
"milk",
"rock"
],
[
"2",
"Arnold",
"oneplus 9",
"brown",
"root beer",
"... | 2024-07-03T21:21:29.210791 |
lgp-test-4x4-35 | 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`, `Peter`, `Eric`, `Arnold`
- Each person has a unique favorite dri... | {
"header": [
"House",
"Name",
"Drink",
"BookGenre",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"tea",
"romance",
"black"
],
[
"2",
"Eric",
"coffee",
"mystery",
"blonde"
],
[
"3",
"Arnold",
"milk",
... | 2024-07-03T21:21:29.207570 |
lgp-test-6x3-24 | 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`, `Peter`, `Eric`, `Alice`, `Carol`, `Arnold`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"Nationality"
],
"rows": [
[
"1",
"Alice",
"camping",
"dane"
],
[
"2",
"Carol",
"city",
"swede"
],
[
"3",
"Eric",
"mountain",
"german"
],
[
"4",
... | 2024-07-03T21:21:29.210142 |
lgp-test-6x2-36 | 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`, `Bob`, `Arnold`, `Peter`, `Alice`, `Eric`
- People have unique fa... | {
"header": [
"House",
"Name",
"BookGenre"
],
"rows": [
[
"1",
"Bob",
"biography"
],
[
"2",
"Carol",
"fantasy"
],
[
"3",
"Arnold",
"historical fiction"
],
[
"4",
"Eric",
"mystery"
],
[
"5"... | 2024-07-03T21:21:29.209916 |
lgp-test-6x3-37 | 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`, `Bob`, `Peter`, `Carol`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Hobby",
"Cigar"
],
"rows": [
[
"1",
"Alice",
"cooking",
"blends"
],
[
"2",
"Carol",
"photography",
"yellow monster"
],
[
"3",
"Eric",
"knitting",
"pall mall"
],
[
... | 2024-07-03T21:21:29.210230 |
lgp-test-3x5-39 | 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: `Peter`, `Eric`, `Arnold`
- The people keep unique animals: `cat`, `horse`... | {
"header": [
"House",
"Name",
"Animal",
"Color",
"Nationality",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"horse",
"red",
"dane",
"carnations"
],
[
"2",
"Peter",
"bird",
"white",
"brit",
"lilies"
],
[... | 2024-07-03T21:21:29.206510 |
lgp-test-4x6-34 | 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`
- Each person has a favorite color: `re... | {
"header": [
"House",
"Name",
"Color",
"Birthday",
"Mother",
"Cigar",
"Flower"
],
"rows": [
[
"1",
"Eric",
"green",
"feb",
"Aniya",
"blue master",
"lilies"
],
[
"2",
"Arnold",
"yellow",
"sept",
"Janell... | 2024-07-03T21:21:29.208121 |
lgp-test-5x6-28 | 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`
- People have unique favorite sp... | {
"header": [
"House",
"Name",
"FavoriteSport",
"HouseStyle",
"Vacation",
"Occupation",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"baseball",
"craftsman",
"beach",
"engineer",
"Penny"
],
[
"2",
"Peter",
"basketball",
... | 2024-07-03T21:21:29.209591 |
lgp-test-2x6-28 | 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 lives in a unique style of house: `colonial... | {
"header": [
"House",
"Name",
"HouseStyle",
"Nationality",
"Vacation",
"Pet",
"BookGenre"
],
"rows": [
[
"1",
"Arnold",
"victorian",
"brit",
"mountain",
"cat",
"science fiction"
],
[
"2",
"Eric",
"colonial",
... | 2024-07-03T21:21:29.205492 |
lgp-test-2x3-26 | 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 level of education: `high scho... | {
"header": [
"House",
"Name",
"Education",
"Drink"
],
"rows": [
[
"1",
"Eric",
"high school",
"water"
],
[
"2",
"Arnold",
"associate",
"tea"
]
]
} | 2024-07-03T21:21:29.204801 |
lgp-test-3x5-35 | 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: `Peter`, `Eric`, `Arnold`
- Everyone has a unique favorite cigar: `blue ma... | {
"header": [
"House",
"Name",
"Cigar",
"Children",
"Mother",
"Animal"
],
"rows": [
[
"1",
"Arnold",
"blue master",
"Bella",
"Aniya",
"cat"
],
[
"2",
"Peter",
"pall mall",
"Meredith",
"Holly",
"horse"
]... | 2024-07-03T21:21:29.206484 |
lgp-test-5x6-39 | 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`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel",
"Color",
"Mother",
"Nationality",
"Food"
],
"rows": [
[
"1",
"Eric",
"samsung galaxy s21",
"red",
"Aniya",
"brit",
"stir fry"
],
[
"2",
"Alice",
"oneplus 9",
"blue... | 2024-07-03T21:21:29.209672 |
lgp-test-6x4-22 | 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`, `Peter`, `Carol`, `Bob`, `Eric`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"Cigar",
"FavoriteSport"
],
"rows": [
[
"1",
"Peter",
"cultural",
"blue master",
"baseball"
],
[
"2",
"Arnold",
"city",
"prince",
"tennis"
],
[
"3",
"Bob",
... | 2024-07-03T21:21:29.210409 |
lgp-test-6x5-0 | 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: `Eric`, `Alice`, `Arnold`, `Carol`, `Peter`, `Bob`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Education",
"Color",
"Vacation",
"BookGenre"
],
"rows": [
[
"1",
"Eric",
"doctorate",
"purple",
"beach",
"fantasy"
],
[
"2",
"Carol",
"associate",
"white",
"cruise",
"mystery... | 2024-07-03T21:21:29.210539 |
lgp-test-6x5-22 | 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`, `Carol`, `Alice`, `Bob`
- People have unique fa... | {
"header": [
"House",
"Name",
"MusicGenre",
"HouseStyle",
"PhoneModel",
"Pet"
],
"rows": [
[
"1",
"Carol",
"pop",
"craftsman",
"iphone 13",
"fish"
],
[
"2",
"Peter",
"rock",
"colonial",
"oneplus 9",
"hamst... | 2024-07-03T21:21:29.210740 |
lgp-test-3x5-10 | 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`
- People have unique favorite sports: `basketbal... | {
"header": [
"House",
"Name",
"FavoriteSport",
"BookGenre",
"Birthday",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"soccer",
"mystery",
"sept",
"carnations"
],
[
"2",
"Eric",
"tennis",
"romance",
"jan",
"lilie... | 2024-07-03T21:21:29.206327 |
lgp-test-5x5-7 | 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`, `Arnold`, `Bob`, `Peter`
- They all have a unique favorit... | {
"header": [
"House",
"Name",
"Flower",
"Birthday",
"Food",
"HouseStyle"
],
"rows": [
[
"1",
"Bob",
"tulips",
"sept",
"spaghetti",
"victorian"
],
[
"2",
"Alice",
"lilies",
"feb",
"pizza",
"ranch"
],
... | 2024-07-03T21:21:29.209099 |
lgp-test-3x6-36 | 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`, `Eric`, `Arnold`
- Each person prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation",
"Hobby",
"FavoriteSport",
"Flower",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"beach",
"gardening",
"tennis",
"lilies",
"watermelon"
],
[
"2",
"Eric",
"city",
"photog... | 2024-07-03T21:21:29.206757 |
lgp-test-4x3-23 | 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 person has a unique type of pet:... | {
"header": [
"House",
"Name",
"Pet",
"Vacation"
],
"rows": [
[
"1",
"Arnold",
"fish",
"mountain"
],
[
"2",
"Eric",
"cat",
"beach"
],
[
"3",
"Alice",
"dog",
"cruise"
],
[
"4",
"Peter",
... | 2024-07-03T21:21:29.207184 |
lgp-test-3x6-33 | 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: `carna... | {
"header": [
"House",
"Name",
"Flower",
"HairColor",
"FavoriteSport",
"HouseStyle",
"Pet"
],
"rows": [
[
"1",
"Arnold",
"carnations",
"brown",
"tennis",
"victorian",
"fish"
],
[
"2",
"Peter",
"daffodils",
"b... | 2024-07-03T21:21:29.206739 |
lgp-test-3x4-31 | 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`
- People have unique favorite book genres: `roma... | {
"header": [
"House",
"Name",
"BookGenre",
"Birthday",
"Nationality"
],
"rows": [
[
"1",
"Peter",
"science fiction",
"sept",
"swede"
],
[
"2",
"Eric",
"romance",
"jan",
"brit"
],
[
"3",
"Arnold",
... | 2024-07-03T21:21:29.206211 |
lgp-test-5x4-0 | 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`, `Arnold`, `Alice`, `Peter`, `Bob`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality",
"FavoriteSport",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"swede",
"basketball",
"gray"
],
[
"2",
"Eric",
"dane",
"swimming",
"red"
],
[
"3",
"Bob",
"... | 2024-07-03T21:21:29.208723 |
lgp-test-5x5-24 | 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`, `Arnold`, `Alice`, `Eric`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar",
"MusicGenre",
"Birthday",
"BookGenre"
],
"rows": [
[
"1",
"Arnold",
"prince",
"hip hop",
"sept",
"biography"
],
[
"2",
"Peter",
"dunhill",
"jazz",
"feb",
"fantasy"
... | 2024-07-03T21:21:29.209225 |
lgp-test-6x5-1 | 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: `Bob`, `Peter`, `Carol`, `Eric`, `Alice`, `Arnold`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Drink",
"Flower",
"Occupation",
"Hobby"
],
"rows": [
[
"1",
"Peter",
"tea",
"daffodils",
"engineer",
"painting"
],
[
"2",
"Bob",
"boba tea",
"iris",
"lawyer",
"knitting"
... | 2024-07-03T21:21:29.210547 |
lgp-test-4x3-21 | 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`, `Arnold`, `Eric`
- People have unique heights: `tall`, `... | {
"header": [
"House",
"Name",
"Height",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"very short",
"painting"
],
[
"2",
"Peter",
"tall",
"photography"
],
[
"3",
"Alice",
"short",
"gardening"
],
[
"4... | 2024-07-03T21:21:29.207173 |
lgp-test-4x5-2 | 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`, `Alice`, `Eric`, `Arnold`
- The people keep unique animals: `hors... | {
"header": [
"House",
"Name",
"Animal",
"PhoneModel",
"Color",
"HouseStyle"
],
"rows": [
[
"1",
"Peter",
"bird",
"samsung galaxy s21",
"white",
"craftsman"
],
[
"2",
"Eric",
"cat",
"oneplus 9",
"yellow",
"... | 2024-07-03T21:21:29.207620 |
lgp-test-5x2-31 | 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`, `Alice`, `Eric`, `Arnold`
- People have unique favorite bo... | {
"header": [
"House",
"Name",
"BookGenre"
],
"rows": [
[
"1",
"Bob",
"fantasy"
],
[
"2",
"Peter",
"mystery"
],
[
"3",
"Alice",
"science fiction"
],
[
"4",
"Arnold",
"biography"
],
[
"5",
... | 2024-07-03T21:21:29.208393 |
lgp-test-4x4-10 | 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 have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Mother",
"Education"
],
"rows": [
[
"1",
"Eric",
"rock",
"Janelle",
"associate"
],
[
"2",
"Peter",
"classical",
"Holly",
"high school"
],
[
"3",
"Arnold",
... | 2024-07-03T21:21:29.207355 |
lgp-test-2x6-35 | 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 has a unique birthday month: `sept`, `april... | {
"header": [
"House",
"Name",
"Birthday",
"HairColor",
"Flower",
"Education",
"CarModel"
],
"rows": [
[
"1",
"Arnold",
"april",
"black",
"carnations",
"associate",
"ford f150"
],
[
"2",
"Eric",
"sept",
"brow... | 2024-07-03T21:21:29.205531 |
lgp-test-3x3-16 | 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 own unique car models: `ford f150`, `te... | {
"header": [
"House",
"Name",
"CarModel",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"tesla model 3",
"iphone 13"
],
[
"2",
"Eric",
"ford f150",
"samsung galaxy s21"
],
[
"3",
"Peter",
"toyota camry",
"goo... | 2024-07-03T21:21:29.205860 |
lgp-test-5x4-13 | 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`, `Eric`, `Alice`, `Bob`, `Arnold`
- People have unique favorite bo... | {
"header": [
"House",
"Name",
"BookGenre",
"Vacation",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"romance",
"mountain",
"Aniya"
],
[
"2",
"Bob",
"fantasy",
"beach",
"Holly"
],
[
"3",
"Peter",
"myste... | 2024-07-03T21:21:29.208847 |
lgp-test-5x5-20 | 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`, `Peter`, `Bob`, `Eric`, `Arnold`
- They all have a unique favorit... | {
"header": [
"House",
"Name",
"Flower",
"Children",
"Education",
"Animal"
],
"rows": [
[
"1",
"Alice",
"roses",
"Meredith",
"doctorate",
"bird"
],
[
"2",
"Arnold",
"daffodils",
"Timothy",
"high school",
"d... | 2024-07-03T21:21:29.209194 |
lgp-test-4x6-17 | 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`, `Arnold`, `Alice`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle",
"Occupation",
"Cigar",
"MusicGenre",
"Height"
],
"rows": [
[
"1",
"Eric",
"ranch",
"doctor",
"blue master",
"rock",
"average"
],
[
"2",
"Arnold",
"colonial",
"arti... | 2024-07-03T21:21:29.208003 |
lgp-test-2x5-37 | 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 own unique car models: `ford f150`, `tesla model... | {
"header": [
"House",
"Name",
"CarModel",
"Food",
"FavoriteSport",
"Drink"
],
"rows": [
[
"1",
"Eric",
"tesla model 3",
"pizza",
"basketball",
"tea"
],
[
"2",
"Arnold",
"ford f150",
"grilled cheese",
"soccer",
... | 2024-07-03T21:21:29.205283 |
lgp-test-5x2-12 | 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`, `Bob`, `Arnold`, `Alice`
- Everyone has a favorite smooth... | {
"header": [
"House",
"Name",
"Smoothie"
],
"rows": [
[
"1",
"Alice",
"cherry"
],
[
"2",
"Bob",
"dragonfruit"
],
[
"3",
"Arnold",
"lime"
],
[
"4",
"Eric",
"watermelon"
],
[
"5",
"Pe... | 2024-07-03T21:21:29.208271 |
lgp-test-3x6-32 | 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`, `Eric`, `Arnold`
- People have unique favorite music genres: `cla... | {
"header": [
"House",
"Name",
"MusicGenre",
"Birthday",
"Smoothie",
"Nationality",
"Color"
],
"rows": [
[
"1",
"Eric",
"rock",
"jan",
"cherry",
"brit",
"white"
],
[
"2",
"Peter",
"classical",
"sept",
"... | 2024-07-03T21:21:29.206733 |
lgp-test-6x6-9 | 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`, `Eric`, `Bob`, `Peter`, `Carol`, `Alice`
- Each mother is accomp... | {
"header": [
"House",
"Name",
"Children",
"Food",
"Pet",
"Birthday",
"Drink"
],
"rows": [
[
"1",
"Carol",
"Alice",
"soup",
"bird",
"april",
"coffee"
],
[
"2",
"Alice",
"Meredith",
"stir fry",
"hamster"... | 2024-07-03T21:21:29.210946 |
lgp-test-5x4-8 | 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`, `Eric`, `Arnold`, `Bob`
- Everyone has a favorite smooth... | {
"header": [
"House",
"Name",
"Smoothie",
"Food",
"HairColor"
],
"rows": [
[
"1",
"Peter",
"lime",
"stew",
"gray"
],
[
"2",
"Bob",
"watermelon",
"pizza",
"brown"
],
[
"3",
"Eric",
"desert",
... | 2024-07-03T21:21:29.208811 |
lgp-test-3x6-1 | 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`
- People use unique phone models: `google pixel ... | {
"header": [
"House",
"Name",
"PhoneModel",
"Animal",
"Occupation",
"Birthday",
"Food"
],
"rows": [
[
"1",
"Arnold",
"samsung galaxy s21",
"cat",
"doctor",
"sept",
"grilled cheese"
],
[
"2",
"Eric",
"google pixel ... | 2024-07-03T21:21:29.206523 |
lgp-test-6x2-16 | 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: `Bob`, `Alice`, `Arnold`, `Peter`, `Eric`, `Carol`
- Each mother is accomp... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"1",
"Peter",
"Samantha"
],
[
"2",
"Eric",
"Timothy"
],
[
"3",
"Bob",
"Meredith"
],
[
"4",
"Carol",
"Alice"
],
[
"5",
"Arnold... | 2024-07-03T21:21:29.209788 |
lgp-test-4x2-1 | 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`, `Alice`, `Eric`
- Each person has a unique hobby: `phot... | {
"header": [
"House",
"Name",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"gardening"
],
[
"2",
"Peter",
"cooking"
],
[
"3",
"Alice",
"photography"
],
[
"4",
"Eric",
"painting"
]
]
} | 2024-07-03T21:21:29.206822 |
lgp-test-2x4-12 | 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`
- The people keep unique animals: `horse`, `cat`
- Every... | {
"header": [
"House",
"Name",
"Animal",
"Food",
"Flower"
],
"rows": [
[
"1",
"Eric",
"cat",
"pizza",
"carnations"
],
[
"2",
"Arnold",
"horse",
"grilled cheese",
"daffodils"
]
]
} | 2024-07-03T21:21:29.204932 |
lgp-test-6x4-37 | 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: `Arnold`, `Peter`, `Eric`, `Alice`, `Bob`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"BookGenre",
"FavoriteSport",
"CarModel"
],
"rows": [
[
"1",
"Carol",
"fantasy",
"tennis",
"ford f150"
],
[
"2",
"Eric",
"mystery",
"baseball",
"chevrolet silverado"
],
[
"3",
... | 2024-07-03T21:21:29.210517 |
lgp-test-4x4-9 | 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`, `Eric`, `Arnold`, `Peter`
- People have unique favorite sports: `... | {
"header": [
"House",
"Name",
"FavoriteSport",
"HouseStyle",
"BookGenre"
],
"rows": [
[
"1",
"Alice",
"tennis",
"colonial",
"fantasy"
],
[
"2",
"Eric",
"basketball",
"craftsman",
"romance"
],
[
"3",
"A... | 2024-07-03T21:21:29.207349 |
lgp-test-4x3-11 | 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`, `Peter`, `Alice`
- Each person has a unique favorite dri... | {
"header": [
"House",
"Name",
"Drink",
"Children"
],
"rows": [
[
"1",
"Alice",
"coffee",
"Meredith"
],
[
"2",
"Arnold",
"water",
"Samantha"
],
[
"3",
"Peter",
"tea",
"Fred"
],
[
"4",
"E... | 2024-07-03T21:21:29.207113 |
lgp-test-3x3-11 | 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`, `Eric`, `Peter`
- Everyone has something unique for lunch: `gril... | {
"header": [
"House",
"Name",
"Food",
"HairColor"
],
"rows": [
[
"1",
"Peter",
"grilled cheese",
"black"
],
[
"2",
"Eric",
"pizza",
"blonde"
],
[
"3",
"Arnold",
"spaghetti",
"brown"
]
]
} | 2024-07-03T21:21:29.205832 |
lgp-test-5x3-13 | 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`, `Peter`, `Arnold`, `Eric`, `Alice`
- Each person has a unique level... | {
"header": [
"House",
"Name",
"Education",
"HouseStyle"
],
"rows": [
[
"1",
"Peter",
"doctorate",
"colonial"
],
[
"2",
"Alice",
"associate",
"modern"
],
[
"3",
"Arnold",
"master",
"ranch"
],
[
... | 2024-07-03T21:21:29.208540 |
lgp-test-5x6-9 | 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`, `Peter`, `Eric`, `Arnold`, `Alice`
- Each person has a favorite col... | {
"header": [
"House",
"Name",
"Color",
"Cigar",
"HairColor",
"Drink",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"green",
"blue master",
"blonde",
"coffee",
"norwegian"
],
[
"2",
"Bob",
"red",
"prince",
... | 2024-07-03T21:21:29.209412 |
lgp-test-5x3-30 | 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`, `Eric`, `Bob`, `Alice`, `Arnold`
- People have unique favorite bo... | {
"header": [
"House",
"Name",
"BookGenre",
"Smoothie"
],
"rows": [
[
"1",
"Peter",
"fantasy",
"watermelon"
],
[
"2",
"Alice",
"biography",
"cherry"
],
[
"3",
"Eric",
"romance",
"desert"
],
[
... | 2024-07-03T21:21:29.208655 |
lgp-test-2x5-9 | 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 book genres: `science ficti... | {
"header": [
"House",
"Name",
"BookGenre",
"Vacation",
"Animal",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"mystery",
"mountain",
"cat",
"rock"
],
[
"2",
"Eric",
"science fiction",
"beach",
"horse",
"pop"... | 2024-07-03T21:21:29.205131 |
lgp-test-5x2-37 | 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`, `Arnold`, `Eric`, `Alice`
- Each person has a unique hobby... | {
"header": [
"House",
"Name",
"Hobby"
],
"rows": [
[
"1",
"Alice",
"gardening"
],
[
"2",
"Peter",
"cooking"
],
[
"3",
"Arnold",
"knitting"
],
[
"4",
"Bob",
"photography"
],
[
"5",
"... | 2024-07-03T21:21:29.208429 |
lgp-test-6x6-31 | 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`, `Bob`, `Arnold`, `Carol`, `Eric`, `Peter`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"BookGenre",
"Flower",
"Animal",
"Education"
],
"rows": [
[
"1",
"Arnold",
"google pixel 6",
"romance",
"carnations",
"bird",
"master"
],
[
"2",
"Peter",
"xiaomi mi 11",... | 2024-07-03T21:21:29.211125 |
lgp-test-3x5-22 | 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 favorite color: `white`, `ye... | {
"header": [
"House",
"Name",
"Color",
"Vacation",
"Birthday",
"Children"
],
"rows": [
[
"1",
"Eric",
"red",
"city",
"sept",
"Fred"
],
[
"2",
"Peter",
"yellow",
"mountain",
"jan",
"Bella"
],
[
... | 2024-07-03T21:21:29.206402 |
lgp-test-3x4-28 | 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 a unique favorite drink: `wate... | {
"header": [
"House",
"Name",
"Drink",
"Nationality",
"BookGenre"
],
"rows": [
[
"1",
"Arnold",
"water",
"dane",
"romance"
],
[
"2",
"Eric",
"milk",
"swede",
"mystery"
],
[
"3",
"Peter",
"tea",
... | 2024-07-03T21:21:29.206194 |
lgp-test-2x5-16 | 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 level of education: `associate... | {
"header": [
"House",
"Name",
"Education",
"Food",
"Flower",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"associate",
"grilled cheese",
"carnations",
"rock"
],
[
"2",
"Eric",
"high school",
"pizza",
"daffodils",
... | 2024-07-03T21:21:29.205170 |
lgp-test-2x4-8 | 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`
- Everyone has a favorite smoothie: `desert`, `cherry`
-... | {
"header": [
"House",
"Name",
"Smoothie",
"Mother",
"Children"
],
"rows": [
[
"1",
"Arnold",
"desert",
"Holly",
"Bella"
],
[
"2",
"Eric",
"cherry",
"Aniya",
"Fred"
]
]
} | 2024-07-03T21:21:29.204910 |
lgp-test-3x5-7 | 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: `Peter`, `Arnold`, `Eric`
- People have unique favorite sports: `soccer`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Animal",
"Drink",
"Nationality"
],
"rows": [
[
"1",
"Arnold",
"tennis",
"horse",
"tea",
"swede"
],
[
"2",
"Peter",
"basketball",
"cat",
"water",
"brit"
]... | 2024-07-03T21:21:29.206308 |
lgp-test-4x3-35 | 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`, `Eric`, `Peter`, `Arnold`
- People use unique phone models: `sams... | {
"header": [
"House",
"Name",
"PhoneModel",
"Flower"
],
"rows": [
[
"1",
"Alice",
"oneplus 9",
"roses"
],
[
"2",
"Peter",
"google pixel 6",
"carnations"
],
[
"3",
"Eric",
"samsung galaxy s21",
"daffodils"
... | 2024-07-03T21:21:29.207258 |
lgp-test-6x6-21 | 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`, `Alice`, `Arnold`, `Carol`, `Bob`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"Vacation",
"HairColor",
"Drink",
"Flower"
],
"rows": [
[
"1",
"Alice",
"very short",
"beach",
"gray",
"root beer",
"daffodils"
],
[
"2",
"Carol",
"super tall",
"city"... | 2024-07-03T21:21:29.211046 |
lgp-test-6x3-10 | 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`, `Bob`, `Alice`, `Eric`, `Arnold`, `Peter`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Pet",
"Color"
],
"rows": [
[
"1",
"Peter",
"hamster",
"yellow"
],
[
"2",
"Bob",
"rabbit",
"red"
],
[
"3",
"Arnold",
"fish",
"white"
],
[
"4",
"Alice",
... | 2024-07-03T21:21:29.210012 |
lgp-test-6x4-12 | 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`, `Arnold`, `Alice`, `Peter`, `Eric`
- The people are of nat... | {
"header": [
"House",
"Name",
"Nationality",
"Pet",
"Color"
],
"rows": [
[
"1",
"Carol",
"brit",
"cat",
"red"
],
[
"2",
"Peter",
"chinese",
"bird",
"green"
],
[
"3",
"Eric",
"swede",
"rabbi... | 2024-07-03T21:21:29.210338 |
lgp-test-3x6-15 | 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`, `Peter`, `Arnold`
- Each person has a unique level of education: `... | {
"header": [
"House",
"Name",
"Education",
"Vacation",
"MusicGenre",
"Occupation",
"FavoriteSport"
],
"rows": [
[
"1",
"Peter",
"bachelor",
"city",
"rock",
"doctor",
"tennis"
],
[
"2",
"Arnold",
"high school",
... | 2024-07-03T21:21:29.206616 |
lgp-test-2x6-18 | 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`
- The people are of nationalities: `brit`, `dane`
- Each... | {
"header": [
"House",
"Name",
"Nationality",
"Education",
"Birthday",
"Occupation",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"brit",
"associate",
"sept",
"engineer",
"samsung galaxy s21"
],
[
"2",
"Eric",
"dane"... | 2024-07-03T21:21:29.205435 |
lgp-test-2x2-26 | 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 hair colors: `brown`, `black`
## Cl... | {
"header": [
"House",
"Name",
"HairColor"
],
"rows": [
[
"1",
"Arnold",
"black"
],
[
"2",
"Eric",
"brown"
]
]
} | 2024-07-03T21:21:29.204607 |
lgp-test-3x5-29 | 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: `Peter`, `Arnold`, `Eric`
- They all have a unique favorite flower: `daffo... | {
"header": [
"House",
"Name",
"Flower",
"PhoneModel",
"Occupation",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"carnations",
"google pixel 6",
"teacher",
"blue master"
],
[
"2",
"Arnold",
"lilies",
"samsung galaxy s21",
... | 2024-07-03T21:21:29.206445 |
lgp-test-4x4-19 | 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`
- Each person has a favorite color: `ye... | {
"header": [
"House",
"Name",
"Color",
"Cigar",
"Education"
],
"rows": [
[
"1",
"Alice",
"green",
"dunhill",
"associate"
],
[
"2",
"Eric",
"red",
"prince",
"high school"
],
[
"3",
"Peter",
"yello... | 2024-07-03T21:21:29.207448 |
lgp-test-4x3-34 | 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: `Peter`, `Eric`, `Alice`, `Arnold`
- People have unique favorite sports: `... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Vacation"
],
"rows": [
[
"1",
"Arnold",
"swimming",
"cruise"
],
[
"2",
"Alice",
"tennis",
"mountain"
],
[
"3",
"Peter",
"basketball",
"city"
],
[
... | 2024-07-03T21:21:29.207253 |
lgp-test-5x2-17 | 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`, `Eric`, `Peter`, `Bob`, `Arnold`
- Each person lives in a unique ... | {
"header": [
"House",
"Name",
"HouseStyle"
],
"rows": [
[
"1",
"Arnold",
"craftsman"
],
[
"2",
"Eric",
"modern"
],
[
"3",
"Peter",
"ranch"
],
[
"4",
"Alice",
"victorian"
],
[
"5",
"... | 2024-07-03T21:21:29.208304 |
lgp-test-5x4-17 | 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`, `Arnold`, `Alice`, `Peter`, `Eric`
- People own unique car models: ... | {
"header": [
"House",
"Name",
"CarModel",
"Nationality",
"Flower"
],
"rows": [
[
"1",
"Arnold",
"honda civic",
"swede",
"lilies"
],
[
"2",
"Bob",
"tesla model 3",
"norwegian",
"carnations"
],
[
"3",
"A... | 2024-07-03T21:21:29.208875 |
lgp-test-2x3-10 | 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 use unique phone models: `samsung galaxy s21`, `... | {
"header": [
"House",
"Name",
"PhoneModel",
"Drink"
],
"rows": [
[
"1",
"Arnold",
"samsung galaxy s21",
"water"
],
[
"2",
"Eric",
"iphone 13",
"tea"
]
]
} | 2024-07-03T21:21:29.204721 |
lgp-test-3x2-11 | 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`, `Arnold`, `Peter`
- People use unique phone models: `iphone 13`, `... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"samsung galaxy s21"
],
[
"2",
"Eric",
"google pixel 6"
],
[
"3",
"Arnold",
"iphone 13"
]
]
} | 2024-07-03T21:21:29.205617 |
lgp-test-3x6-21 | 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 mother is accompanied by their child: `Me... | {
"header": [
"House",
"Name",
"Children",
"Animal",
"CarModel",
"BookGenre",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"Meredith",
"horse",
"toyota camry",
"mystery",
"desert"
],
[
"2",
"Peter",
"Bella",
"cat... | 2024-07-03T21:21:29.206660 |
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.