id stringlengths 14 15 | size stringclasses 25
values | puzzle stringlengths 394 2.95k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-6x3-11 | 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`, `Arnold`, `Carol`
- People have unique ha... | {
"header": [
"House",
"Name",
"HairColor",
"Height"
],
"rows": [
[
"1",
"Carol",
"blonde",
"very tall"
],
[
"2",
"Bob",
"brown",
"average"
],
[
"3",
"Arnold",
"gray",
"short"
],
[
"4",
... | 2024-07-03T21:21:29.210019 |
lgp-test-3x5-25 | 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`
- The mothers' names in different houses are uni... | {
"header": [
"House",
"Name",
"Mother",
"Children",
"Animal",
"Drink"
],
"rows": [
[
"1",
"Eric",
"Holly",
"Bella",
"bird",
"water"
],
[
"2",
"Peter",
"Janelle",
"Fred",
"cat",
"tea"
],
[
"3"... | 2024-07-03T21:21:29.206421 |
lgp-test-4x2-3 | 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`, `Eric`, `Peter`, `Alice`
- Each person has a unique type of pet:... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Eric",
"bird"
],
[
"2",
"Arnold",
"dog"
],
[
"3",
"Alice",
"cat"
],
[
"4",
"Peter",
"fish"
]
]
} | 2024-07-03T21:21:29.206834 |
lgp-test-3x2-26 | 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 have unique hair colors: `blonde`, `bla... | {
"header": [
"House",
"Name",
"HairColor"
],
"rows": [
[
"1",
"Peter",
"brown"
],
[
"2",
"Arnold",
"black"
],
[
"3",
"Eric",
"blonde"
]
]
} | 2024-07-03T21:21:29.205695 |
lgp-test-6x6-27 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Bob`, `Arnold`, `Carol`, `Alice`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie",
"Animal",
"Mother",
"Flower",
"Occupation"
],
"rows": [
[
"1",
"Bob",
"desert",
"dog",
"Janelle",
"tulips",
"lawyer"
],
[
"2",
"Carol",
"blueberry",
"horse",
"... | 2024-07-03T21:21:29.211094 |
lgp-test-2x6-4 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a unique favorite drink: `water`, `tea`... | {
"header": [
"House",
"Name",
"Drink",
"Color",
"Mother",
"MusicGenre",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"tea",
"red",
"Holly",
"pop",
"pall mall"
],
[
"2",
"Eric",
"water",
"yellow",
"Aniya",
... | 2024-07-03T21:21:29.205353 |
lgp-test-3x5-15 | 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 music genres: `cla... | {
"header": [
"House",
"Name",
"MusicGenre",
"Pet",
"Mother",
"Animal"
],
"rows": [
[
"1",
"Peter",
"classical",
"fish",
"Janelle",
"horse"
],
[
"2",
"Arnold",
"pop",
"cat",
"Aniya",
"cat"
],
[
... | 2024-07-03T21:21:29.206358 |
lgp-test-5x2-0 | 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 type ... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Bob",
"fish"
],
[
"2",
"Eric",
"hamster"
],
[
"3",
"Peter",
"dog"
],
[
"4",
"Arnold",
"cat"
],
[
"5",
"Alice",
"bird"
... | 2024-07-03T21:21:29.208195 |
lgp-test-6x4-36 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Carol`, `Peter`, `Arnold`, `Bob`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Hobby",
"Education",
"FavoriteSport"
],
"rows": [
[
"1",
"Alice",
"cooking",
"doctorate",
"tennis"
],
[
"2",
"Bob",
"photography",
"associate",
"soccer"
],
[
"3",
"Peter"... | 2024-07-03T21:21:29.210509 |
lgp-test-4x3-32 | 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`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"Pet"
],
"rows": [
[
"1",
"Peter",
"daffodils",
"bird"
],
[
"2",
"Alice",
"roses",
"dog"
],
[
"3",
"Arnold",
"carnations",
"fish"
],
[
"4",
"Eric... | 2024-07-03T21:21:29.207240 |
lgp-test-4x3-7 | 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`, `Arnold`, `Alice`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"craftsman",
"black"
],
[
"2",
"Peter",
"victorian",
"red"
],
[
"3",
"Eric",
"ranch",
"brown"
],
[
"4",
... | 2024-07-03T21:21:29.207088 |
lgp-test-2x4-27 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has a favorite color: `red`, `yellow`
- Th... | {
"header": [
"House",
"Name",
"Color",
"Flower",
"Food"
],
"rows": [
[
"1",
"Arnold",
"yellow",
"carnations",
"grilled cheese"
],
[
"2",
"Eric",
"red",
"daffodils",
"pizza"
]
]
} | 2024-07-03T21:21:29.205013 |
lgp-test-6x3-16 | 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`, `Eric`, `Arnold`, `Peter`, `Carol`, `Alice`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower",
"Pet"
],
"rows": [
[
"1",
"Carol",
"iris",
"hamster"
],
[
"2",
"Bob",
"daffodils",
"fish"
],
[
"3",
"Alice",
"lilies",
"cat"
],
[
"4",
"Peter",
... | 2024-07-03T21:21:29.210087 |
lgp-test-2x5-35 | 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",
"Color",
"FavoriteSport",
"Vacation"
],
"rows": [
[
"1",
"Arnold",
"science fiction",
"red",
"basketball",
"mountain"
],
[
"2",
"Eric",
"mystery",
"yellow",
"soccer",
... | 2024-07-03T21:21:29.205272 |
lgp-test-4x3-18 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold`
- People have unique favorite book genr... | {
"header": [
"House",
"Name",
"BookGenre",
"Occupation"
],
"rows": [
[
"1",
"Alice",
"mystery",
"engineer"
],
[
"2",
"Arnold",
"fantasy",
"teacher"
],
[
"3",
"Eric",
"romance",
"artist"
],
[
... | 2024-07-03T21:21:29.207154 |
lgp-test-3x4-0 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- The people are of nationalities: `dane`, `swed... | {
"header": [
"House",
"Name",
"Nationality",
"Animal",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"swede",
"bird",
"romance"
],
[
"2",
"Arnold",
"brit",
"cat",
"science fiction"
],
[
"3",
"Eric",
"... | 2024-07-03T21:21:29.205995 |
lgp-test-3x2-7 | 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`
- Each person has a unique hobby: `gardening`, `... | {
"header": [
"House",
"Name",
"Hobby"
],
"rows": [
[
"1",
"Peter",
"gardening"
],
[
"2",
"Arnold",
"cooking"
],
[
"3",
"Eric",
"photography"
]
]
} | 2024-07-03T21:21:29.205596 |
lgp-test-2x5-34 | 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`
- Everyone has a favorite smoothie: `cherry`, `desert`
-... | {
"header": [
"House",
"Name",
"Smoothie",
"FavoriteSport",
"Drink",
"HouseStyle"
],
"rows": [
[
"1",
"Eric",
"cherry",
"basketball",
"tea",
"colonial"
],
[
"2",
"Arnold",
"desert",
"soccer",
"water",
"vict... | 2024-07-03T21:21:29.205267 |
lgp-test-4x6-27 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold`
- People own unique car models: `honda ... | {
"header": [
"House",
"Name",
"CarModel",
"Birthday",
"Food",
"Height",
"Mother"
],
"rows": [
[
"1",
"Eric",
"tesla model 3",
"feb",
"stew",
"very short",
"Kailyn"
],
[
"2",
"Arnold",
"honda civic",
"sept",
... | 2024-07-03T21:21:29.208072 |
lgp-test-5x5-37 | 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`, `Alice`, `Peter`, `Bob`, `Arnold`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"Occupation",
"Color",
"Animal"
],
"rows": [
[
"1",
"Alice",
"cat",
"doctor",
"yellow",
"fish"
],
[
"2",
"Bob",
"bird",
"engineer",
"green",
"cat"
],
[
"3... | 2024-07-03T21:21:29.209321 |
lgp-test-6x6-25 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Bob`, `Alice`, `Peter`, `Arnold`, `Carol`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower",
"Height",
"Color",
"Cigar",
"PhoneModel"
],
"rows": [
[
"1",
"Bob",
"carnations",
"super tall",
"blue",
"blends",
"xiaomi mi 11"
],
[
"2",
"Peter",
"lilies",
"very sho... | 2024-07-03T21:21:29.211078 |
lgp-test-3x6-23 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`
- Each person has a unique level of education: `... | {
"header": [
"House",
"Name",
"Education",
"Height",
"Hobby",
"BookGenre",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"associate",
"average",
"photography",
"romance",
"cherry"
],
[
"2",
"Eric",
"high school",
... | 2024-07-03T21:21:29.206674 |
lgp-test-6x2-1 | 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`, `Carol`, `Arnold`, `Eric`, `Peter`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie"
],
"rows": [
[
"1",
"Bob",
"desert"
],
[
"2",
"Peter",
"watermelon"
],
[
"3",
"Arnold",
"blueberry"
],
[
"4",
"Alice",
"cherry"
],
[
"5",
"C... | 2024-07-03T21:21:29.209688 |
lgp-test-5x3-8 | 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`, `Alice`, `Eric`, `Bob`, `Peter`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"gray",
"artist"
],
[
"2",
"Peter",
"brown",
"doctor"
],
[
"3",
"Alice",
"red",
"engineer"
],
[
"4",
... | 2024-07-03T21:21:29.208505 |
lgp-test-6x2-6 | 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`, `Peter`, `Eric`, `Bob`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"tennis"
],
[
"2",
"Peter",
"swimming"
],
[
"3",
"Carol",
"soccer"
],
[
"4",
"Alice",
"basketball"
],
[
"5",
... | 2024-07-03T21:21:29.209720 |
lgp-test-4x5-16 | 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`, `Peter`, `Eric`
- Everyone has a unique favorite cigar:... | {
"header": [
"House",
"Name",
"Cigar",
"Birthday",
"Hobby",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"prince",
"feb",
"gardening",
"classical"
],
[
"2",
"Peter",
"dunhill",
"jan",
"photography",
"rock"
... | 2024-07-03T21:21:29.207717 |
lgp-test-4x4-23 | 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`, `Arnold`, `Peter`, `Alice`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food",
"PhoneModel",
"Hobby"
],
"rows": [
[
"1",
"Peter",
"pizza",
"oneplus 9",
"painting"
],
[
"2",
"Arnold",
"spaghetti",
"iphone 13",
"photography"
],
[
"3",
"Alice",
... | 2024-07-03T21:21:29.207477 |
lgp-test-5x5-17 | 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`, `Eric`, `Arnold`, `Alice`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"Nationality",
"Children",
"Pet"
],
"rows": [
[
"1",
"Eric",
"bird",
"german",
"Timothy",
"dog"
],
[
"2",
"Arnold",
"cat",
"dane",
"Meredith",
"hamster"
],
[... | 2024-07-03T21:21:29.209172 |
lgp-test-4x5-39 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Alice`, `Peter`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Food",
"Education",
"Children"
],
"rows": [
[
"1",
"Peter",
"jazz",
"stew",
"bachelor",
"Bella"
],
[
"2",
"Arnold",
"rock",
"pizza",
"high school",
"Samantha"
... | 2024-07-03T21:21:29.207875 |
lgp-test-4x5-24 | 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`, `Alice`, `Arnold`, `Peter`
- Everyone has a favorite smoothie: `ch... | {
"header": [
"House",
"Name",
"Smoothie",
"Color",
"Flower",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"dragonfruit",
"yellow",
"daffodils",
"fantasy"
],
[
"2",
"Alice",
"cherry",
"green",
"lilies",
"scienc... | 2024-07-03T21:21:29.207772 |
lgp-test-3x5-36 | 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`
- Each person has a unique level of education: `... | {
"header": [
"House",
"Name",
"Education",
"Food",
"Cigar",
"Pet"
],
"rows": [
[
"1",
"Peter",
"bachelor",
"grilled cheese",
"blue master",
"dog"
],
[
"2",
"Eric",
"associate",
"pizza",
"prince",
"cat"
... | 2024-07-03T21:21:29.206490 |
lgp-test-3x2-6 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each person has a favorite color: `white`, `re... | {
"header": [
"House",
"Name",
"Color"
],
"rows": [
[
"1",
"Eric",
"yellow"
],
[
"2",
"Arnold",
"red"
],
[
"3",
"Peter",
"white"
]
]
} | 2024-07-03T21:21:29.205591 |
lgp-test-6x4-8 | 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: `Bob`, `Alice`, `Carol`, `Arnold`, `Eric`, `Peter`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie",
"Education",
"CarModel"
],
"rows": [
[
"1",
"Carol",
"dragonfruit",
"high school",
"honda civic"
],
[
"2",
"Peter",
"blueberry",
"doctorate",
"toyota camry"
],
[
"3"... | 2024-07-03T21:21:29.210309 |
lgp-test-5x2-11 | 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`, `Arnold`, `Bob`, `Eric`, `Alice`
- People have unique favorite sp... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"soccer"
],
[
"2",
"Alice",
"baseball"
],
[
"3",
"Bob",
"basketball"
],
[
"4",
"Arnold",
"swimming"
],
[
"5",
... | 2024-07-03T21:21:29.208265 |
lgp-test-5x4-31 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Bob`, `Arnold`, `Eric`, `Peter`
- Each person prefers a unique t... | {
"header": [
"House",
"Name",
"Vacation",
"Children",
"Nationality"
],
"rows": [
[
"1",
"Peter",
"cruise",
"Fred",
"norwegian"
],
[
"2",
"Bob",
"camping",
"Timothy",
"german"
],
[
"3",
"Eric",
"c... | 2024-07-03T21:21:29.208979 |
lgp-test-4x5-11 | 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`, `Arnold`, `Alice`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Smoothie",
"HairColor",
"BookGenre"
],
"rows": [
[
"1",
"Eric",
"jazz",
"desert",
"brown",
"mystery"
],
[
"2",
"Peter",
"pop",
"dragonfruit",
"red",
"science fi... | 2024-07-03T21:21:29.207683 |
lgp-test-3x3-19 | 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`
- Everyone has a favorite smoothie: `desert`, `w... | {
"header": [
"House",
"Name",
"Smoothie",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"cherry",
"romance"
],
[
"2",
"Eric",
"desert",
"science fiction"
],
[
"3",
"Arnold",
"watermelon",
"mystery"
]
]
} | 2024-07-03T21:21:29.205876 |
lgp-test-2x5-33 | 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`
- The people keep unique animals: `cat`, `horse`
- Peopl... | {
"header": [
"House",
"Name",
"Animal",
"Height",
"BookGenre",
"Vacation"
],
"rows": [
[
"1",
"Arnold",
"cat",
"short",
"mystery",
"beach"
],
[
"2",
"Eric",
"horse",
"very short",
"science fiction",
"mount... | 2024-07-03T21:21:29.205262 |
lgp-test-6x3-12 | 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`, `Arnold`, `Eric`, `Carol`, `Bob`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Drink",
"Occupation"
],
"rows": [
[
"1",
"Arnold",
"milk",
"nurse"
],
[
"2",
"Carol",
"coffee",
"lawyer"
],
[
"3",
"Bob",
"water",
"doctor"
],
[
"4",
"Pet... | 2024-07-03T21:21:29.210026 |
lgp-test-2x3-23 | 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 mother is accompanied by their child: `Bella`, `Fr... | {
"header": [
"House",
"Name",
"Children",
"Food"
],
"rows": [
[
"1",
"Eric",
"Bella",
"grilled cheese"
],
[
"2",
"Arnold",
"Fred",
"pizza"
]
]
} | 2024-07-03T21:21:29.204785 |
lgp-test-4x2-34 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice`
- The people keep unique animals: `hors... | {
"header": [
"House",
"Name",
"Animal"
],
"rows": [
[
"1",
"Arnold",
"cat"
],
[
"2",
"Peter",
"fish"
],
[
"3",
"Alice",
"bird"
],
[
"4",
"Eric",
"horse"
]
]
} | 2024-07-03T21:21:29.207011 |
lgp-test-3x5-19 | 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`
- Each person has an occupation: `doctor`, `teac... | {
"header": [
"House",
"Name",
"Occupation",
"Education",
"Smoothie",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"engineer",
"high school",
"watermelon",
"gardening"
],
[
"2",
"Peter",
"doctor",
"associate",
"desert",... | 2024-07-03T21:21:29.206383 |
lgp-test-4x4-33 | 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`, `Peter`, `Alice`, `Arnold`
- People have unique heights: `average`... | {
"header": [
"House",
"Name",
"Height",
"PhoneModel",
"Mother"
],
"rows": [
[
"1",
"Peter",
"short",
"iphone 13",
"Aniya"
],
[
"2",
"Alice",
"tall",
"google pixel 6",
"Janelle"
],
[
"3",
"Eric",
... | 2024-07-03T21:21:29.207555 |
lgp-test-5x5-28 | 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`, `Bob`, `Eric`, `Peter`, `Arnold`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"Drink",
"FavoriteSport",
"PhoneModel"
],
"rows": [
[
"1",
"Alice",
"dog",
"root beer",
"basketball",
"iphone 13"
],
[
"2",
"Arnold",
"hamster",
"water",
"tennis",
"one... | 2024-07-03T21:21:29.209254 |
lgp-test-4x4-7 | 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`, `Eric`, `Alice`, `Peter`
- Everyone has a unique favorite cigar:... | {
"header": [
"House",
"Name",
"Cigar",
"Drink",
"HairColor"
],
"rows": [
[
"1",
"Peter",
"prince",
"tea",
"blonde"
],
[
"2",
"Eric",
"blue master",
"milk",
"brown"
],
[
"3",
"Alice",
"dunhill",
... | 2024-07-03T21:21:29.207336 |
lgp-test-4x5-4 | 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`, `Peter`, `Eric`
- Everyone has a unique favorite cigar:... | {
"header": [
"House",
"Name",
"Cigar",
"FavoriteSport",
"HouseStyle",
"Smoothie"
],
"rows": [
[
"1",
"Eric",
"dunhill",
"tennis",
"victorian",
"cherry"
],
[
"2",
"Alice",
"prince",
"soccer",
"craftsman",
"... | 2024-07-03T21:21:29.207633 |
lgp-test-6x4-13 | 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`, `Carol`, `Bob`, `Alice`, `Eric`, `Peter`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport",
"MusicGenre",
"Education"
],
"rows": [
[
"1",
"Eric",
"swimming",
"country",
"master"
],
[
"2",
"Carol",
"baseball",
"hip hop",
"trade school"
],
[
"3",
"... | 2024-07-03T21:21:29.210346 |
lgp-test-6x5-32 | 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`, `Carol`, `Peter`, `Bob`, `Alice`, `Arnold`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Birthday",
"Smoothie",
"MusicGenre"
],
"rows": [
[
"1",
"Peter",
"volleyball",
"jan",
"blueberry",
"pop"
],
[
"2",
"Carol",
"basketball",
"sept",
"dragonfruit",
... | 2024-07-03T21:21:29.210815 |
lgp-test-2x6-26 | 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`
- Everyone has a unique favorite cigar: `prince`, `pall m... | {
"header": [
"House",
"Name",
"Cigar",
"CarModel",
"Hobby",
"FavoriteSport",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"prince",
"tesla model 3",
"photography",
"basketball",
"Aniya"
],
[
"2",
"Eric",
"pall mall",
... | 2024-07-03T21:21:29.205482 |
lgp-test-5x3-33 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Eric`, `Bob`, `Arnold`, `Peter`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"Occupation"
],
"rows": [
[
"1",
"Alice",
"horse",
"engineer"
],
[
"2",
"Eric",
"bird",
"artist"
],
[
"3",
"Bob",
"cat",
"teacher"
],
[
"4",
"Arn... | 2024-07-03T21:21:29.208674 |
lgp-test-3x5-23 | 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`
- Each person has a unique birthday month: `apri... | {
"header": [
"House",
"Name",
"Birthday",
"BookGenre",
"HouseStyle",
"Flower"
],
"rows": [
[
"1",
"Eric",
"jan",
"mystery",
"victorian",
"daffodils"
],
[
"2",
"Arnold",
"april",
"science fiction",
"ranch",
... | 2024-07-03T21:21:29.206408 |
lgp-test-3x6-17 | 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 has a unique birthday month: `jan`... | {
"header": [
"House",
"Name",
"Birthday",
"Pet",
"Food",
"Vacation",
"Smoothie"
],
"rows": [
[
"1",
"Eric",
"jan",
"fish",
"grilled cheese",
"mountain",
"watermelon"
],
[
"2",
"Arnold",
"sept",
"dog",
... | 2024-07-03T21:21:29.206636 |
lgp-test-6x4-23 | 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`, `Bob`, `Eric`, `Carol`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie",
"Birthday",
"Animal"
],
"rows": [
[
"1",
"Bob",
"dragonfruit",
"mar",
"cat"
],
[
"2",
"Carol",
"blueberry",
"feb",
"fish"
],
[
"3",
"Peter",
"cherry",
... | 2024-07-03T21:21:29.210417 |
lgp-test-3x6-8 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each person has a unique birthday month: `sept... | {
"header": [
"House",
"Name",
"Birthday",
"BookGenre",
"Cigar",
"Animal",
"CarModel"
],
"rows": [
[
"1",
"Peter",
"april",
"romance",
"pall mall",
"bird",
"toyota camry"
],
[
"2",
"Eric",
"sept",
"mystery",
... | 2024-07-03T21:21:29.206571 |
lgp-test-4x6-8 | 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`, `Arnold`, `Alice`, `Eric`
- The people are of nationalities: `swe... | {
"header": [
"House",
"Name",
"Nationality",
"Mother",
"Occupation",
"Pet",
"Children"
],
"rows": [
[
"1",
"Arnold",
"brit",
"Aniya",
"doctor",
"fish",
"Fred"
],
[
"2",
"Eric",
"swede",
"Kailyn",
"teac... | 2024-07-03T21:21:29.207940 |
lgp-test-3x3-35 | 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 music genres: `pop... | {
"header": [
"House",
"Name",
"MusicGenre",
"Children"
],
"rows": [
[
"1",
"Peter",
"pop",
"Fred"
],
[
"2",
"Arnold",
"rock",
"Bella"
],
[
"3",
"Eric",
"classical",
"Meredith"
]
]
} | 2024-07-03T21:21:29.205968 |
lgp-test-5x4-10 | 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`, `Peter`, `Alice`, `Bob`, `Eric`
- People have unique heights: `v... | {
"header": [
"House",
"Name",
"Height",
"Vacation",
"Education"
],
"rows": [
[
"1",
"Peter",
"average",
"cruise",
"bachelor"
],
[
"2",
"Arnold",
"tall",
"mountain",
"doctorate"
],
[
"3",
"Alice",
... | 2024-07-03T21:21:29.208826 |
lgp-test-3x3-26 | 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`
- People use unique phone models: `iphone 13`, `... | {
"header": [
"House",
"Name",
"PhoneModel",
"HouseStyle"
],
"rows": [
[
"1",
"Arnold",
"samsung galaxy s21",
"ranch"
],
[
"2",
"Peter",
"google pixel 6",
"victorian"
],
[
"3",
"Eric",
"iphone 13",
"colonia... | 2024-07-03T21:21:29.205915 |
lgp-test-5x6-22 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice`, `Bob`
- Each person has a unique level... | {
"header": [
"House",
"Name",
"Education",
"Children",
"Cigar",
"Nationality",
"BookGenre"
],
"rows": [
[
"1",
"Arnold",
"associate",
"Samantha",
"dunhill",
"german",
"fantasy"
],
[
"2",
"Eric",
"doctorate",
... | 2024-07-03T21:21:29.209547 |
lgp-test-6x5-17 | 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`, `Bob`, `Arnold`, `Carol`, `Eric`, `Alice`
- Everyone has somethin... | {
"header": [
"House",
"Name",
"Food",
"Cigar",
"Drink",
"Education"
],
"rows": [
[
"1",
"Alice",
"spaghetti",
"prince",
"tea",
"trade school"
],
[
"2",
"Arnold",
"soup",
"blends",
"water",
"doctorate"
... | 2024-07-03T21:21:29.210701 |
lgp-test-4x5-13 | 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`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Pet",
"CarModel",
"Drink"
],
"rows": [
[
"1",
"Alice",
"pop",
"cat",
"tesla model 3",
"milk"
],
[
"2",
"Peter",
"rock",
"bird",
"toyota camry",
"coffee"
],
... | 2024-07-03T21:21:29.207696 |
lgp-test-2x2-22 | 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 own unique car models: `ford f150`, `tesla model... | {
"header": [
"House",
"Name",
"CarModel"
],
"rows": [
[
"1",
"Arnold",
"tesla model 3"
],
[
"2",
"Eric",
"ford f150"
]
]
} | 2024-07-03T21:21:29.204589 |
lgp-test-4x5-22 | 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`, `Arnold`, `Eric`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food",
"HouseStyle",
"Animal",
"Children"
],
"rows": [
[
"1",
"Arnold",
"pizza",
"victorian",
"cat",
"Fred"
],
[
"2",
"Alice",
"grilled cheese",
"ranch",
"bird",
"Meredith"
... | 2024-07-03T21:21:29.207759 |
lgp-test-2x4-17 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- The people keep unique animals: `horse`, `cat`
- Every... | {
"header": [
"House",
"Name",
"Animal",
"Cigar",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"horse",
"prince",
"brit"
],
[
"2",
"Arnold",
"cat",
"pall mall",
"dane"
]
]
} | 2024-07-03T21:21:29.204959 |
lgp-test-3x4-15 | 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`
- People own unique car models: `toyota camry`, ... | {
"header": [
"House",
"Name",
"CarModel",
"BookGenre",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"tesla model 3",
"science fiction",
"doctor"
],
[
"2",
"Peter",
"ford f150",
"mystery",
"teacher"
],
[
"3",
... | 2024-07-03T21:21:29.206116 |
lgp-test-4x3-20 | 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`, `Arnold`, `Peter`
- People have unique favorite sports: `... | {
"header": [
"House",
"Name",
"FavoriteSport",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"swimming",
"red"
],
[
"2",
"Eric",
"basketball",
"brown"
],
[
"3",
"Peter",
"soccer",
"black"
],
[
"4"... | 2024-07-03T21:21:29.207166 |
lgp-test-2x6-37 | 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`
- People have unique favorite sports: `soccer`, `basketba... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Height",
"Pet",
"CarModel",
"HouseStyle"
],
"rows": [
[
"1",
"Arnold",
"soccer",
"short",
"cat",
"ford f150",
"victorian"
],
[
"2",
"Eric",
"basketball",
"very... | 2024-07-03T21:21:29.205543 |
lgp-test-5x4-27 | 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`, `Bob`, `Arnold`
- Each person has a unique birth... | {
"header": [
"House",
"Name",
"Birthday",
"Cigar",
"Drink"
],
"rows": [
[
"1",
"Bob",
"april",
"prince",
"milk"
],
[
"2",
"Alice",
"feb",
"blends",
"tea"
],
[
"3",
"Eric",
"jan",
"pall mall... | 2024-07-03T21:21:29.208949 |
lgp-test-3x3-21 | 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 book genres: `roma... | {
"header": [
"House",
"Name",
"BookGenre",
"Food"
],
"rows": [
[
"1",
"Eric",
"romance",
"pizza"
],
[
"2",
"Arnold",
"mystery",
"spaghetti"
],
[
"3",
"Peter",
"science fiction",
"grilled cheese"
]
]
... | 2024-07-03T21:21:29.205889 |
lgp-test-3x4-30 | 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 level of education: `... | {
"header": [
"House",
"Name",
"Education",
"Cigar",
"Color"
],
"rows": [
[
"1",
"Peter",
"associate",
"pall mall",
"red"
],
[
"2",
"Eric",
"high school",
"blue master",
"yellow"
],
[
"3",
"Arnold",
... | 2024-07-03T21:21:29.206205 |
lgp-test-6x6-19 | 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`, `Arnold`, `Bob`, `Alice`, `Eric`, `Peter`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower",
"BookGenre",
"PhoneModel",
"HairColor",
"Color"
],
"rows": [
[
"1",
"Bob",
"carnations",
"romance",
"oneplus 9",
"brown",
"purple"
],
[
"2",
"Arnold",
"lilies",
"fanta... | 2024-07-03T21:21:29.211029 |
lgp-test-2x6-0 | 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`
- They all have a unique favorite flower: `carnations`, `... | {
"header": [
"House",
"Name",
"Flower",
"Vacation",
"BookGenre",
"Smoothie",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"daffodils",
"beach",
"mystery",
"desert",
"pall mall"
],
[
"2",
"Eric",
"carnations",
"moun... | 2024-07-03T21:21:29.205328 |
lgp-test-4x2-2 | 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`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle"
],
"rows": [
[
"1",
"Peter",
"ranch"
],
[
"2",
"Alice",
"victorian"
],
[
"3",
"Eric",
"craftsman"
],
[
"4",
"Arnold",
"colonial"
]
]
} | 2024-07-03T21:21:29.206827 |
lgp-test-4x5-19 | 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`, `Peter`, `Eric`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food",
"HairColor",
"Color",
"Mother"
],
"rows": [
[
"1",
"Alice",
"grilled cheese",
"red",
"red",
"Holly"
],
[
"2",
"Eric",
"pizza",
"brown",
"yellow",
"Kailyn"
],
[... | 2024-07-03T21:21:29.207739 |
lgp-test-2x6-16 | 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 level of education: `high scho... | {
"header": [
"House",
"Name",
"Education",
"Height",
"HouseStyle",
"Color",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"associate",
"short",
"colonial",
"yellow",
"soccer"
],
[
"2",
"Arnold",
"high school",
... | 2024-07-03T21:21:29.205422 |
lgp-test-5x5-6 | 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`, `Bob`, `Peter`, `Arnold`, `Eric`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Education",
"Children",
"Animal"
],
"rows": [
[
"1",
"Bob",
"red",
"bachelor",
"Meredith",
"cat"
],
[
"2",
"Eric",
"blonde",
"high school",
"Fred",
"bird"
],... | 2024-07-03T21:21:29.209092 |
lgp-test-5x6-33 | 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`, `Bob`, `Alice`, `Eric`, `Peter`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel",
"HairColor",
"Smoothie",
"Hobby",
"Flower"
],
"rows": [
[
"1",
"Bob",
"oneplus 9",
"red",
"cherry",
"gardening",
"tulips"
],
[
"2",
"Eric",
"samsung galaxy s21",
"... | 2024-07-03T21:21:29.209628 |
lgp-test-6x2-18 | 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`, `Alice`, `Carol`, `Peter`, `Arnold`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation"
],
"rows": [
[
"1",
"Peter",
"cultural"
],
[
"2",
"Alice",
"cruise"
],
[
"3",
"Carol",
"camping"
],
[
"4",
"Arnold",
"city"
],
[
"5",
"Bob",... | 2024-07-03T21:21:29.209800 |
lgp-test-5x6-18 | 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: `Eric`, `Bob`, `Arnold`, `Alice`, `Peter`
- People own unique car models: ... | {
"header": [
"House",
"Name",
"CarModel",
"PhoneModel",
"Hobby",
"Occupation",
"Color"
],
"rows": [
[
"1",
"Arnold",
"bmw 3 series",
"iphone 13",
"photography",
"doctor",
"blue"
],
[
"2",
"Peter",
"tesla model 3",... | 2024-07-03T21:21:29.209516 |
lgp-test-5x5-36 | 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`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"Occupation",
"HouseStyle",
"Education"
],
"rows": [
[
"1",
"Peter",
"dog",
"doctor",
"craftsman",
"high school"
],
[
"2",
"Alice",
"bird",
"lawyer",
"victorian",
"mast... | 2024-07-03T21:21:29.209313 |
lgp-test-3x4-17 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- Each person has a unique level of education: `... | {
"header": [
"House",
"Name",
"Education",
"FavoriteSport",
"HouseStyle"
],
"rows": [
[
"1",
"Arnold",
"high school",
"soccer",
"ranch"
],
[
"2",
"Peter",
"associate",
"basketball",
"victorian"
],
[
"3",
... | 2024-07-03T21:21:29.206128 |
lgp-test-2x4-11 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has a unique hobby: `gardening`, `photograp... | {
"header": [
"House",
"Name",
"Hobby",
"Pet",
"Height"
],
"rows": [
[
"1",
"Eric",
"photography",
"dog",
"very short"
],
[
"2",
"Arnold",
"gardening",
"cat",
"short"
]
]
} | 2024-07-03T21:21:29.204927 |
lgp-test-6x5-9 | 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`, `Bob`, `Carol`, `Alice`, `Eric`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"Smoothie",
"Cigar",
"Vacation"
],
"rows": [
[
"1",
"Bob",
"super tall",
"cherry",
"blue master",
"camping"
],
[
"2",
"Arnold",
"average",
"watermelon",
"prince",
"c... | 2024-07-03T21:21:29.210608 |
lgp-test-4x3-9 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric`
- Each person has a unique favorite dri... | {
"header": [
"House",
"Name",
"Drink",
"Education"
],
"rows": [
[
"1",
"Arnold",
"coffee",
"high school"
],
[
"2",
"Eric",
"tea",
"master"
],
[
"3",
"Alice",
"milk",
"bachelor"
],
[
"4",
... | 2024-07-03T21:21:29.207101 |
lgp-test-5x3-5 | 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`, `Alice`, `Bob`, `Arnold`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"Mother"
],
"rows": [
[
"1",
"Alice",
"fish",
"Aniya"
],
[
"2",
"Peter",
"bird",
"Janelle"
],
[
"3",
"Arnold",
"cat",
"Penny"
],
[
"4",
"Eric",
... | 2024-07-03T21:21:29.208484 |
lgp-test-2x2-14 | 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 something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Eric",
"grilled cheese"
],
[
"2",
"Arnold",
"pizza"
]
]
} | 2024-07-03T21:21:29.204513 |
lgp-test-4x4-0 | 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`, `Eric`, `Peter`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education",
"Height",
"Drink"
],
"rows": [
[
"1",
"Arnold",
"associate",
"short",
"coffee"
],
[
"2",
"Eric",
"master",
"very short",
"milk"
],
[
"3",
"Peter",
"bach... | 2024-07-03T21:21:29.207289 |
lgp-test-6x6-36 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Bob`, `Peter`, `Alice`, `Carol`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"Birthday",
"HairColor",
"BookGenre",
"Pet"
],
"rows": [
[
"1",
"Bob",
"short",
"april",
"brown",
"romance",
"bird"
],
[
"2",
"Alice",
"super tall",
"sept",
"blo... | 2024-07-03T21:21:29.211165 |
lgp-test-6x3-28 | 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`, `Bob`, `Eric`, `Arnold`, `Alice`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"city",
"soccer"
],
[
"2",
"Bob",
"cruise",
"swimming"
],
[
"3",
"Arnold",
"cultural",
"tennis"
],
[
"4",... | 2024-07-03T21:21:29.210168 |
lgp-test-4x2-31 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Eric",
"pizza"
],
[
"2",
"Arnold",
"stew"
],
[
"3",
"Alice",
"spaghetti"
],
[
"4",
"Peter",
"grilled cheese"
]
]
} | 2024-07-03T21:21:29.206992 |
lgp-test-5x4-15 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Eric`, `Peter`, `Arnold`, `Bob`
- Each person lives in a unique ... | {
"header": [
"House",
"Name",
"HouseStyle",
"Pet",
"Drink"
],
"rows": [
[
"1",
"Alice",
"colonial",
"dog",
"water"
],
[
"2",
"Arnold",
"craftsman",
"fish",
"coffee"
],
[
"3",
"Bob",
"modern",
... | 2024-07-03T21:21:29.208861 |
lgp-test-4x4-22 | 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`
- Each person prefers a unique type of ... | {
"header": [
"House",
"Name",
"Vacation",
"Birthday",
"Nationality"
],
"rows": [
[
"1",
"Peter",
"city",
"april",
"brit"
],
[
"2",
"Alice",
"mountain",
"feb",
"norwegian"
],
[
"3",
"Eric",
"cruis... | 2024-07-03T21:21:29.207470 |
lgp-test-3x3-20 | 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`
- Each person has a unique hobby: `gardening`, `... | {
"header": [
"House",
"Name",
"Hobby",
"Pet"
],
"rows": [
[
"1",
"Peter",
"photography",
"dog"
],
[
"2",
"Eric",
"cooking",
"cat"
],
[
"3",
"Arnold",
"gardening",
"fish"
]
]
} | 2024-07-03T21:21:29.205882 |
lgp-test-3x5-8 | 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`
- The people are of nationalities: `brit`, `swed... | {
"header": [
"House",
"Name",
"Nationality",
"Education",
"Food",
"HouseStyle"
],
"rows": [
[
"1",
"Eric",
"brit",
"high school",
"pizza",
"colonial"
],
[
"2",
"Arnold",
"dane",
"bachelor",
"grilled cheese",
... | 2024-07-03T21:21:29.206315 |
lgp-test-2x6-19 | 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`
- Everyone has something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food",
"HairColor",
"Children",
"Education",
"Animal"
],
"rows": [
[
"1",
"Arnold",
"pizza",
"brown",
"Fred",
"associate",
"horse"
],
[
"2",
"Eric",
"grilled cheese",
"black",
... | 2024-07-03T21:21:29.205440 |
lgp-test-4x6-4 | 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`, `Arnold`, `Alice`, `Peter`
- People have unique favorite sports: `... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Pet",
"Smoothie",
"HairColor",
"Birthday"
],
"rows": [
[
"1",
"Peter",
"swimming",
"cat",
"dragonfruit",
"black",
"april"
],
[
"2",
"Arnold",
"basketball",
"bi... | 2024-07-03T21:21:29.207911 |
lgp-test-3x6-35 | 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",
"Height",
"Flower",
"HairColor",
"Education"
],
"rows": [
[
"1",
"Eric",
"beach",
"very short",
"lilies",
"brown",
"bachelor"
],
[
"2",
"Peter",
"mountain",
"average... | 2024-07-03T21:21:29.206751 |
lgp-test-4x4-15 | 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`, `Alice`, `Arnold`
- People have unique favorite sports: `... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Vacation",
"Food"
],
"rows": [
[
"1",
"Alice",
"swimming",
"city",
"spaghetti"
],
[
"2",
"Arnold",
"soccer",
"beach",
"stew"
],
[
"3",
"Peter",
"te... | 2024-07-03T21:21:29.207388 |
lgp-test-2x2-35 | 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`
- Everyone has something unique for lunch: `grilled chees... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Eric",
"grilled cheese"
],
[
"2",
"Arnold",
"pizza"
]
]
} | 2024-07-03T21:21:29.204649 |
lgp-test-4x3-2 | 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`, `Alice`, `Peter`, `Eric`
- People have unique heights: `short`, ... | {
"header": [
"House",
"Name",
"Height",
"CarModel"
],
"rows": [
[
"1",
"Peter",
"average",
"toyota camry"
],
[
"2",
"Alice",
"tall",
"ford f150"
],
[
"3",
"Eric",
"short",
"tesla model 3"
],
[
... | 2024-07-03T21:21:29.207057 |
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.