Possible Duplicate:
Which computer science / programming Stack Exchange do I post in?

I'm taking Algorithms this term and I wanted to know where I should post questions about material in the course.

Is it Stack Overflow or Progammers SE or another SE site? (I wasn't able to discern from the FAQ.)

share|improve this question
1  
Rule of thumb: If there's code in your question, SO. If there's no code, programmers. – AndrewC Jan 30 at 2:15
There's also Computer Science, which you might want to investigate – Shog9 Jan 30 at 5:38

marked as duplicate by random Jan 30 at 12:54

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 7 down vote accepted

From the faq for programmers SE:

If you have a question about...

algorithm and data structure concepts

So probably most of your questions should go there.

On the other hand, if your implementation isn't working, come here and we'll look at your specific coding bug.

share|improve this answer
3  
Ah, so on SO I would ask why my results aren't correct, or why my code is resulting in an error. And on Programmers, I would ask about say, the mathematical proof behind the algorithm. Is this correct? – user208596 Jan 30 at 2:21
@user39902 Sounds good to me :) – Jeff Jan 30 at 2:37

You must log in to answer this question.