Displaying 1 result from an estimated 1 matches for "smartelectronix".
2006 Dec 05
2
intro + specification remarks + some questions
...ax_pos])
max_pos = n;
return max_pos;
}
In case of A), perhaps the specs should be rewritten for clarity, and
some pseudocode could be added... In case of B), doesn't this mean that,
depending on the loop and last if( ) one can get different results as in:
http://bram.smartelectronix.com/tmp/low_neighbor.png
( line = vector values, red cross = x, green dots = possible values of n )
--------------------------
Secondly, some remarks on the clarity of the specifications.
* some additional pseudocode overview of the whole process would be
highly appreciated by newbies like me,...