Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

mods thread was deleted

Name: Anonymous 2013-07-29 3:41

It's time for another one.

Fuck you mods, etc etc.

Thanks for not banning me though. uguu~

On an unrelated note, try to produce a program in less than 200 characters that will give this output.



(((((((((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ()) (((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((((())) ()) (())) ((())) ()) (((())) ()) (())) ((((())) ()) (())) ((())) ())



Deadline: before this thread is deleted.

Name: Anonymous 2013-07-30 13:31

If I move horizontal I see the pattern (where the numbers are the number of nodes contained in the root node of the tree):


7 6 5 4 3 2 1 0
  6 5 4 3 2 1 0
    5 4 3 2 1 0
      4 3 2 1 0
        3 2 1 0
          2 1 0
            1 0
              0


And if I move vertical from the first node I see the pattern:


7 6 5 4 3 2 1 0
7 6 5 4 3 2 1
  6 5 4 3 2 1 0
  6 5 4 3 2 1
    5 4 3 2 1 0
    5 4 3 2 1
      4 3 2 1 0
      4 3 2 1
        3 2 1 0
        3 2 1
          2 1 0
          2 1
            1 0
            1
              0

This gives a pretty good feel of the spatial behavior of the function. I think it is doable to reconstruct it.
I think it is a simple (recursive) function, which generates a rose tree.

Something of the form:

f n = fmap f [(n - 1) .. 0]
f 0 = []

but I have to test that first.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List