100. Making my own Strange World   User: mr. developer guy   Post date: 2021/03/30(Tue) 03:39:08             
https://i.imgur.com/0GRNo1b.png

Making my own Strange world clone 
Can you guys invent confusing but valid trees for me to feed as input
into this algorithm that generates a "tree view" of a thread? 
You just have to format the list like: 

a
a:b
a:b:c
a:b:d
a:e
a:e:f
a:g
a:g:h

does that make sense? an ID is formed by [parents:]uniqueID

https://i.imgur.com/0GRNo1b.png

128. >mr. developer guy-san   User:    Post date: 2021/03/30(Tue) 09:12:33             

129. >mr. developer guy-san   User: Anonymous   Post date: 2021/03/30(Tue) 09:26:15          
> https://i.imgur.com/0GRNo1b.png
> Making my own Strange world clone 
> Can you guys invent confusing but valid trees for me to feed as input
> into this algorithm that generates a "tree view" of a thread? 
> You just have to format the list like: 
> a
> a:b
> a:b:c
> a:b:d
> a:e
> a:e:f
> a:g
> a:g:h
> does that make sense? an ID is formed by [parents:]uniqueID
> https://i.imgur.com/0GRNo1b.png

Took me few minutes to understand, but writing a tree was fun - If I did correctly!

1
1:2
1:3
1:3:4
1:3:4:5
1:3:4:5:7
1:3:6
1:3:6:8
1:9
1:9:10
1:9:10:11
1:9:12
1:9:12:13
1:9:12:13:14
1:15
1:16
1:17
1:17:18
1:17:18:19
1:17:18:19:20

Linkto:2021/03/30(火) 02:39:08

163. >Anonymous-san   User: Anonymous   Post date: 2021/03/30(Tue) 19:09:07          
> Took me few minutes to understand, but writing a tree was fun - If I did correctly!
> 1
> 1:2
> 1:3
> 1:3:4
> 1:3:4:5
> 1:3:4:5:7
> 1:3:6
> 1:3:6:8
> 1:9
> 1:9:10
> 1:9:10:11
> 1:9:12
> 1:9:12:13
> 1:9:12:13:14
> 1:15
> 1:16
> 1:17
> 1:17:18
> 1:17:18:19
> 1:17:18:19:20

 @ 1
 |
 +-@ 1:2
 |
 +-@ 1:3
 | |
 | +-@ 1:3:4
 | | |
 | | L-@ 1:3:4:5
 | |   |
 | |   L-@ 1:3:4:5:7
 | |
 | L-@ 1:3:6
 |   |
 |   L-@ 1:3:6:8
 |
 +-@ 1:9
 | |
 | +-@ 1:9:10
 | | |
 | | L-@ 1:9:10:11
 | |
 | L-@ 1:9:12
 |   |
 |   L-@ 1:9:12:13
 |     |
 |     L-@ 1:9:12:13:14
 |
 +-@ 1:15
 |
 +-@ 1:16
 |
 L-@ 1:17
   |
   L-@ 1:17:18
     |
     L-@ 1:17:18:19
       |
       L-@ 1:17:18:19:20

Linkto:2021/03/30(火) 08:26:15

185. >Anonymous-san   User:    Post date: 2021/03/30(Tue) 20:44:43             
I understand! Nice!

Linkto:2021/03/30(火) 18:09:07

5 posts found. ←Return