OK, here's the situation. Someone posted an algorithmic question on SO.
There were 2 main answers.
One was stock "you can use this standard data structure - see details on Wiki". Basically, a priority queue.
One was mine, which had a somewhat-original (at least, I don't recall ever reading an official moniker for it) data structure. Actually, two of them, one for each possible domain of data distribution.
BOTH algorithms were faster on average (mods AND look-ups) than the standard Priority Queue when applied to that user's problem domain.
The proof, aside from fairly simple O(n) analysis, is that as of today, the OP commented on my post that my data structure was the best he could use and accepted my answer.
However, at the time of posting, a couple of people down-voted it initially, with incorrect excuses like "algorithm does not work" (based on incorrectly reading my answer), "Wiki data structure is better" (without reading my O(n) analysis or comprehending it). First down-vote was from a competing Wiki question.
Then it seemed to be lemming-like down-voting, including at least 2 serial down-voters that were since cleansed by SO team as per my report.
So, since most of the current down-votes if not all are based on people being obviously technically wrong as acknowledged by original poster, is there some sort of appeals process on SO whereby a technically competent moderator/superuser can review the Q, determine whether the people who down-voted also posted incorrect comments as reasons for down-voting, and fix this?
Please note that this is mostly a question of fairness - at my rep level, the current "-6" rep from the Q are not really that big of a deal (and the main problem was the opportunity cost of people not voting my A up when the thread was active due to seeing negative score and a long thread of comment criticisms - which I can't get back anymore since the thread is no longer active).
And yeah, I'm whining :) But it was a behavior of a couple of people that was grossly unfair and totally contrary to the spirit of SO.