We have completed the ‘tricky testing’ of TSQL Challenge 70 - Find the longest sequence of alphabets in a string – Part 2 and the result is published here . The data used for the tricky testing is given here .
We are about to start the logic testing of TSQL Challenge 70 - Find the longest sequence of alphabets in a string – Part 2 . We have created a sandbox for the tricky testing and you can find it here .
The basic testing results of TSQL Challenge 70 - Find the longest sequence of alphabets in a string – Part 2 is published and you can find it here .
Just published a sandbox for the basic testing of TSQL Challenge 70 - Find the longest sequence of alphabets in a string – Part 2 . http://beyondrelational.com/puzzles/tsql/challenges/70/basic-testing-sandbox.aspx
This challenge invites you to identify the longest sequence of alphabets from a string. This challenge is Version 2 of the TSQL Challenge 67 . The difference is that in this version, you should apply circling while finding the longest sequence. http://beyondrelational.com/puzzles/challenges/104/find...