What is a 'bucket list'?
AnswerExperiences a person hopes to have in their lifetime
A bucket list collects the experiences and goals someone hopes to achieve during their life.
Challenge · Facts & stats
7 fact-checked facts about lists and list-making, each with the reason behind it. 5 more are in today's round and join this page after it closes.
AnswerExperiences a person hopes to have in their lifetime
A bucket list collects the experiences and goals someone hopes to achieve during their life.
AnswerIV
In Roman numerals IV means 4: I (one) placed before V (five) subtracts one.
AnswerLisp
All share 'Lis', and the fourth letter p comes before t, so 'Lisp' is listed first.
Answer<ul>
<ul> starts an unordered list; each item inside it goes in an <li> tag, while <ol> makes a numbered list.
AnswerA node
A linked list is a chain of nodes, where each node stores a value and a reference to the next node.
AnswerNatural sciences and mathematics
Dewey's 500 class covers science and math; 700 is arts, 800 literature and 900 history and geography.
AnswerBubble sort
Bubble sort steps through a list swapping adjacent out-of-order pairs, so large values 'bubble' to the end.