QOTWNotes
22 Nov 2009 00:38 UTC 2009326+0038 UTC

ScottDuff.QOTWNotes History

Hide minor edits - Show changes to markup

June 26, 2004, at 06:53 AM by ScottDuff -
Added lines 37-38:

Given a list of words known to be sorted into some order, generate a string consisting of letters in that order.

May 18, 2004, at 01:52 PM by ScottDuff -
Changed lines 1-39 from:

Describe QOTW Notes here.

to:

List of potential http://www.plover.com/qotw QOTW problems.


Write a program to notice repeated lines.

 
a
b
c
b
c
b
c
a
b
c
a
b
c
d
e
 becomes

 
a
b
c
(Last 2 lines repeated 2 times)
a
b
c
(Last 3 lines repeated 1 time)
d
e


Page last modified on September 29, 2005, at 09:28 PM