OK. Here's the solution for Puzzle E. This time, I'm going to step through the solution and annotate it a bit.
Looking at the assigned squares, it should be clear that there's only one way to enter and exit from a1... c3 has to be #7, and b2 has to be #9. The same thought works for h8... f6 must be #15 and g7 must be #17. So, the puzzle has actually assigned numbers to the entire long diagonal:
Now for squares 1 through 6. As a general rule, the solver should try to keep away from the assigned squares until it's time to enter them. So, e1 would be a good square #6 (so would a5):
Now, square #10 must be either c1 or a3. I found things getting tangled up when I tried c1, so I settled on a3 (which does a better job of obeying the general rule):
The next assigned square I have to get to is f6, so I'd like to make d8 #14. b4-a5-b6-d8 wouldn't work because it would take away the exit square for a7. I need to find a good waiting move. Oh, there's f8!
Square #18 is forced, and I then get to complete the c1-h6 diagonal, leaving by square #24.
Then the B marches to #32:
Ta-da!
cobra91,
My solution to C was exactly the same as yours. It doesn't look like there are many ways to solve A through D.
Yes, I had trouble with D. Every time I looked at 9 on c6, I had already filled a2 and b1, so I missed the 10 through 15 maneuver you used.
As for the dark square tours, I take it you understand that they are more difficult than light square ones.
Well, here you go...
Puzzle E:
A solution is now below.