Interesting. Yes you could trail the edge or 'wall' of the path of the Mandelbrot, and reach the core eventually, but then the same goes for any maze. Example, following the inside of the wall from this
super-easy maze would always reach the exit.
However, it take many times longer to complete any maze this way. That's why it's best to look for clues as to the right path.
Here's an example from the Mandelbrot:

You could 'trail the inside', but it would takes ages. Best to follow your instincts and check out the most likely path to the 'exit' (main mandelbrot bulb, not seen here obviously), which is probably the big path at the bottom.
On a related note, I wonder what the perimeter of the Mandelbrot set is given an iteration level.
I don't understand your example; why would 7 be the maximum number of lines at iteration 10? In fact, don't you mean minimum number of lines? Wouldn't the maximum number always be infinity?
Nope, I mean the maximum. The idea is to reach any part of the Mandelbrot from any other part. Some paths only require two straight lines, some only one. At iteration 10, the 'hardest' path that you can choose which maximizes the number of connected straight lines is 7, which is from the bottom to the top.
Examples:
At iteration 1 or iteration 2: Max = 1 line (since it's a circle, any part can be reached from a single line max to any other part)
At iteration 3: Max = 2 lines (slightly warped circle, so to get from the top to the left, you need to connect two straight lines. Most other paths would just take one line, but the top (or bottom) to the left is the most difficult 'route'). See below. The red line is not allowed. However, you can connect the two points with the 2 connected green lines.
