The Bookie's Nook
0
TheBookie wrote...
and that...is mistake number 1.Hmm... but books are wood. Wood feeds off the soil.
0
TheBookie
King of Red
Dr Shaneman wrote...
TheBookie wrote...
and that...is mistake number 1.Hmm... but books are wood. Wood feeds off the soil.
food as well, like compostable products - also we like bacon.
0
TheBookie
King of Red
we shall wait to see who else makes the 600th page~
::leaves cookies and cake::
::leaves cookies and cake::
0
TheBookie
King of Red
Kirsikka wrote...
Meh, back to monochrome.welcome to the 600th page~
and I like both, tbh
0
TheBookie
King of Red
Kirsikka wrote...
Going to sleep, goodnight.-sleeps somewhere on harvested wheat-
night night ::leaves a basket of apples next to the wheat for when you wake::
0
*pops in for the round 3-digit number*
*spots the apples*
*eats them all and falls asleep in the basket*
*spots the apples*
*eats them all and falls asleep in the basket*
0
TheBookie wrote...
Melfice_1 wrote...
meh.::pets and hugs::
import ColNodeT; //Knoten
import ColSetT; //Farbset
public interface ColGraphT {
// Add node v
void addNode(ColNodeT v);
// Initialize
void initGraph();
// Add Link (v,w)
void addArc(ColNodeT v, ColNodeT w);
// true if all nodes are colored
boolean allNodesColoured();
// Returns the next uncolored Node
// Returns Null if no such Node exists
ColNodeT nextUncolouredNode(ColNodeT v);
// true, if for a node(v, w) at least a node in colours exists.
boolean associatedWith(ColNodeT v, ColSetT colours);
}
just look at that shit, how can anyone make something out of that shit?