id stringlengths 14 15 | size stringclasses 16
values | puzzle stringlengths 586 3.06k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-6x5-8 | 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. They have different characteristics:
- Each person has a unique name: `eric`, `bob`, `alice`, `arnold`, `peter`, `carol`
- People have different favorite sports: `tennis`, `baseball`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Food",
"CarModel",
"Animal"
],
"rows": [
[
"1",
"carol",
"swimming",
"grilled cheese",
"toyota camry",
"cat"
],
[
"2",
"eric",
"basketball",
"soup",
"chevrolet sil... | 2024-06-29T19:25:51.259486 |
lgp-test-6x6-29 | 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. They have different characteristics:
- Each person has a unique name: `bob`, `alice`, `arnold`, `eric`, `peter`, `carol`
- People have different hair colors: `blonde`, `black`, `gray`,... | {
"header": [
"House",
"Name",
"HairColor",
"Mother",
"BookGenre",
"HouseStyle",
"Vacation"
],
"rows": [
[
"1",
"carol",
"red",
"holly",
"biography",
"mediterranean",
"mountain"
],
[
"2",
"arnold",
"brown",
"... | 2024-06-29T19:25:51.259941 |
lgp-test-5x5-26 | 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. They have different characteristics:
- Each person has a unique name: `alice`, `arnold`, `eric`, `peter`, `bob`
- People have different favorite music genres: `rock`, `pop`, `classical... | {
"header": [
"House",
"Name",
"MusicGenre",
"Smoothie",
"Cigar",
"Pet"
],
"rows": [
[
"1",
"bob",
"classical",
"desert",
"blue master",
"dog"
],
[
"2",
"alice",
"pop",
"dragonfruit",
"dunhill",
"hamster"
... | 2024-06-29T19:25:51.258686 |
lgp-test-3x4-20 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. They have different characteristics:
- Each person has a unique name: `arnold`, `eric`, `peter`
- Each person prefers a different type of vacation: `city`, `mountain`, `beach`
- Peopl... | {
"header": [
"House",
"Name",
"Vacation",
"HairColor",
"Mother"
],
"rows": [
[
"1",
"peter",
"beach",
"blonde",
"janelle"
],
[
"2",
"eric",
"mountain",
"brown",
"holly"
],
[
"3",
"arnold",
"city"... | 2024-06-29T19:25:51.256622 |
lgp-test-5x6-25 | 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. They have different characteristics:
- Each person has a unique name: `eric`, `bob`, `alice`, `peter`, `arnold`
- The people are of nationalities: `brit`, `german`, `swede`, `norwegian... | {
"header": [
"House",
"Name",
"Nationality",
"Pet",
"Drink",
"HouseStyle",
"Height"
],
"rows": [
[
"1",
"bob",
"dane",
"cat",
"tea",
"colonial",
"tall"
],
[
"2",
"eric",
"swede",
"hamster",
"milk",
... | 2024-06-29T19:25:51.258910 |
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. They have different characteristics:
- Each person has a unique name: `eric`, `peter`, `arnold`
- The people are of nationalities: `swede`, `brit`, `dane`
- Each person has an occupat... | {
"header": [
"House",
"Name",
"Nationality",
"Occupation",
"Mother",
"PhoneModel"
],
"rows": [
[
"1",
"eric",
"brit",
"teacher",
"janelle",
"google pixel 6"
],
[
"2",
"arnold",
"swede",
"engineer",
"aniya",
... | 2024-06-29T19:25:51.256760 |
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. They have different characteristics:
- Each person has a unique name: `carol`, `bob`, `peter`, `alice`, `eric`, `arnold`
- Each person has a favorite color: `white`, `purple`, `yellow`... | {
"header": [
"House",
"Name",
"Color",
"Vacation",
"Cigar",
"Nationality",
"CarModel"
],
"rows": [
[
"1",
"carol",
"white",
"camping",
"blends",
"brit",
"tesla model 3"
],
[
"2",
"bob",
"yellow",
"cruise",
... | 2024-06-29T19:25:51.259958 |
lgp-test-3x6-29 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. They have different characteristics:
- Each person has a unique name: `peter`, `eric`, `arnold`
- Each person has a unique birthday month: `sept`, `jan`, `april`
- Everyone has a diff... | {
"header": [
"House",
"Name",
"Birthday",
"Cigar",
"Pet",
"Drink",
"Flower"
],
"rows": [
[
"1",
"peter",
"april",
"pall mall",
"cat",
"tea",
"carnations"
],
[
"2",
"arnold",
"sept",
"prince",
"fish",
... | 2024-06-29T19:25:51.257142 |
lgp-test-4x3-12 | 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. They have different characteristics:
- Each person has a unique name: `peter`, `eric`, `arnold`, `alice`
- Each person has a favorite drink: `coffee`, `tea`, `water`, `milk`
- People ... | {
"header": [
"House",
"Name",
"Drink",
"FavoriteSport"
],
"rows": [
[
"1",
"arnold",
"tea",
"swimming"
],
[
"2",
"alice",
"water",
"tennis"
],
[
"3",
"eric",
"milk",
"basketball"
],
[
"4",
... | 2024-06-29T19:25:51.257235 |
lgp-test-5x6-27 | 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. They have different characteristics:
- Each person has a unique name: `alice`, `peter`, `eric`, `arnold`, `bob`
- People have different heights: `average`, `short`, `very short`, `very... | {
"header": [
"House",
"Name",
"Height",
"Vacation",
"Color",
"Drink",
"BookGenre"
],
"rows": [
[
"1",
"peter",
"very tall",
"beach",
"green",
"coffee",
"mystery"
],
[
"2",
"arnold",
"short",
"city",
"r... | 2024-06-29T19:25:51.258923 |
lgp-test-3x3-12 | 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. They have different characteristics:
- Each person has a unique name: `eric`, `arnold`, `peter`
- Each person has an occupation: `teacher`, `doctor`, `engineer`
- The people keep diff... | {
"header": [
"House",
"Name",
"Occupation",
"Animal"
],
"rows": [
[
"1",
"eric",
"teacher",
"bird"
],
[
"2",
"arnold",
"engineer",
"horse"
],
[
"3",
"peter",
"doctor",
"cat"
]
]
} | 2024-06-29T19:25:51.256379 |
lgp-test-3x6-18 | 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. They have different characteristics:
- Each person has a unique name: `arnold`, `eric`, `peter`
- Everyone has a favorite smoothie: `watermelon`, `cherry`, `desert`
- The people keep ... | {
"header": [
"House",
"Name",
"Smoothie",
"Animal",
"Vacation",
"Mother",
"Occupation"
],
"rows": [
[
"1",
"peter",
"desert",
"bird",
"mountain",
"holly",
"doctor"
],
[
"2",
"arnold",
"cherry",
"cat",
... | 2024-06-29T19:25:51.257071 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.