| Naomi's Blog |
Jacob asked me to write some explanations regarding my solution for challenge 17. First I'd like to say, that this challenge is the only one I participated so far. Usually if I look at the problem and see the possible solutions, I then try to crack it, otherwise I may not even attempt to
solve the problem, and that's why I didn't attempt to solve other challenges.
For this particular challenge it took me less than 20 minutes to solve it, but then I had to submit my solution several times because of my inattentiveness to details.
Let me remind my solution:
;with cte as (
select
c1.ID,
c1.Keyword,
c1.DATA, 0 as Level,...(Read whole news on source site)




