A cool game in where you either play as a king or queen and answer questions from people/creatures that meet you with simple yes or no answers. Your choices will affect your kingdom's population, happiness and gold. You can lose the game from having 0 population
The game has an ending but it doesn't actually end. You can continue playing endlessly after the ending
The game has an ending but it doesn't actually end. You can continue playing endlessly after the ending
by Civilian Gaming May 06, 2022
The Rapid sort or Instant sort (name of hardware version) is a sorting algorithm in which data is used to address the contents of an indexed array and the contents then incremented. The counts are then read from each location in sequential order by incrementing the index and printing the index the same number of times as the content values. Sorting is therefore transparent, automatic and instantaneous.
DIM a(9999999)
'--- Beginning of first "pass" ---------
FOR I=1 TO 100
n=INT(4*RND)
a(n)=a(n)+1
NEXT I
'--- Beginning of second "pass" --------
FOR I=0 TO 9999999
DO
if a(I)>0 then PRINT I
a(I)=a(I)-1
LOOP UNTIL a(I)=0
NEXT I
END
DIM a(9999999)
'--- Beginning of first "pass" ---------
FOR I=1 TO 100
n=INT(4*RND)
a(n)=a(n)+1
NEXT I
'--- Beginning of second "pass" --------
FOR I=0 TO 9999999
DO
if a(I)>0 then PRINT I
a(I)=a(I)-1
LOOP UNTIL a(I)=0
NEXT I
END
by Patrick Eberhart June 11, 2006
by Msiabsuebsjzb June 08, 2017
A word used by most girls born and raised in Shelf, When they get drunk they cannot say some words correct and come out with sorted-ish. Sorted-ish is pretty much a word to describe everything for example
"How are you?" .. "Sorted-ish"
"How was the bus?" .. "Sorted-ish"
It goes on and on.
"How are you?" .. "Sorted-ish"
"How was the bus?" .. "Sorted-ish"
It goes on and on.
Sorted-ish is pretty Sorted-ish
by Stephen Carter May 07, 2011
"Hvorfor er Morten ikke i skole ?"
"Han sidder derhjemme foran tosseskærmen med en Sort Champagne i den ene hånd"
"Hej en Sort Champagne med rom"
"Så gerne"
"Han sidder derhjemme foran tosseskærmen med en Sort Champagne i den ene hånd"
"Hej en Sort Champagne med rom"
"Så gerne"
by Carltoso March 11, 2016
A miserable person. Term comes from the miserable tone of voice the Sorting Hat in Harry Potter uses.
Tom: I don't think we should listen till Christmas music until 2 days before Christmas.
Rebecca: Tom is such a Sorting Hat.
Rebecca: Tom is such a Sorting Hat.
by Bantergroup December 12, 2012
by WarpedSavant April 01, 2023