Talk:Solve the no connection puzzle: Difference between revisions

m
no edit summary
(→‎REXX annotated vs not examples.: explained the reasons concerning the two REXX versions.)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1:
== Video ==
According to the video, A and B, G and H are also connected. [[User:Fwend|Fwend]] ([[User talk:Fwend|talk]]) 13:46, 11 April 2016 (UTC)
 
==REXX formatting seems off==
Near the top where it starts "aid=...", the lines after that seem mid aligned? (But I am viewing on my tab, but then again, it is usually OK)? --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 03:48, 5 October 2014 (UTC)
Line 39 ⟶ 42:
 
: The (REXX) algorithm to solve the puzzle is identical in both versions, but the feature showing the annotated graph is not.   This feature was added (to show the graph) is a fair amount of program code that was included in the second version which (I thought) distracted from the algorithm solving the problem.   So, I kept the annotation version as a separate entry to make it easier to view and understand what the first version was doing without the clutter of showing a prettier version of the output.   I felt the REXX code that showed the graph essentially wasn't part of the task requirement, and it bloated (somewhat) the first version a bit, but I admit the output is much easier on the eyes.   To me, it wasn't about which is most idiomatic, but which was easier to read because of more code to merely display the (annotated) graph. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 07:59, 10 October 2014 (UTC)
::Hi Gerard, I did similar in the Python entry but did not have to duplicate code - I just said append this to get this extra output. I see your point now, thanks. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 13:34, 10 October 2014 (UTC)
Anonymous user