Elements
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';
Tsurugaoka Hachimangu is Kamakura's most important Shinto shrine, originally enlarged and relocated by Minamoto no Yoritomo Shogun to serve as the spiritual and cultural heart, founding the new Kamakura shogunate. Dedicated to Hachiman, the patron deity of the samurai and the Minamoto clan, the shrine complex features a grand approach and symbolic elements like the Genpei ponds, reflecting the area's rich warrior history.
Kinkaku-ji (Golden Pavilion): This Zen Buddhist temple captures the early Muromachi period, established by the third Shogun, Ashikaga Yoshimitsu. While the current structure is a reconstruction, its original design as a gilded, ostentatious shogunal retreat (built in 1397) perfectly reflects the aristocratic taste of the era.
The original structure of Azuchi Castle, built by Oda Nobunaga, was burned down after his passing in 1582. Today, the site on Mount Azuchi is a Special National Historic Site featuring scaled stone walls capturing the essence of the castle's immense size and Azuchi-era design.
The Chiran Samurai District in southern Kyushu offers a serene glimpse into Edo-period life. Celebrated as one of Japan's best-preserved samurai towns, its quiet, hedge-lined streets feature meticulously maintained traditional stone walls and wooden gates.
Symbolic Center of the New Capital: The Meiji Restoration (1868) involved the move of the capital from Kyoto to Edo, which was renamed Tokyo ("Eastern Capital"). The shrine is a major, sprawling landmark in the heart of modern Tokyo, representing the new center of the country.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';