The closure reason was:
closed as too localized
You've got a discrete list of functions that you want to order and you've asked if the order you've come up with is correct, so unless someone else comes along in the future and needs to know the order of that exact same list, it's too localised to be of any use to anyone else.
Now, if you'd said something like:
I've ordered this list of functions with respect to big-oh notation, by using this algorithm I've written in [C#/perl/etc]:
.. // Code of algorithm here
I'm not confident that my algorithm has ordered items 16 and 17 the right way round, perhaps because I think line 6 of my algorithm isn't quite right, but I'm not sure why.
THEN, it would:
- contain code
- be useful to more than one person
Some say my question was too specific, I'd say the answers given were too specific.Assuming that's true, why is this your counter-argument? Answers are supposed to be specific. 2) In which category of on topic questions do you think yours is? 3) The close notification readThis question is unlikely to ever help any future visitors;...Do you dispute that? Care to elaborate? – Yannis Feb 4 '12 at 9:43If one of the replies actually told me how to tell for myself then that answer would be general and possibly helpful to others.But you didn't ask that, did you? – Yannis Feb 5 '12 at 11:06