Tagged Questions
16
votes
21answers
1k views
How do you apply Theoretical Computer Science?
Why is theory useful? Do you ever use it in your day-to-day coding? For example, we learned about the halting problem, Turing machines, reductions, etc... a lot of classmates are saying it's abstract ...
6
votes
2answers
562 views
Important topics in the theory of computation
During my studies at university I had to learn a lot about the theory of computation. I studied the subject for three terms. I had a hard time and I have to admit that I forgot a lot.
I am wondering ...
0
votes
0answers
31 views
Push Down Automata
designing a pushdown automata for the language a^n b c^n+2, n>0
I have been asked to implement the automata for the above language .. please help?
I tried popping a 2 (c)s everytime I push an (a) on ...