Re: Is it essential to learn data structures before automata theory?
- From: Barb Knox <see@xxxxxxxxx>
- Date: Thu, 17 Aug 2006 10:11:46 +1200
In article <laFEg.7372$Ji1.3582@trnddc05>, sillybanter@xxxxxxxxx wrote:
Student Body <studentbody@xxxxxxxxx> wrote:
Is it essential to learn data structures before automata and formal
language theory, or is some mathematical maturity enough? If so, why?
Is it essential, no. You can certainly learn automata and formal
languages with just a good math (particularly discrete math)
background.
A different but related question would be "does data structures make
sense as a prerequisite in a C.S. curriculum?" I'd say the answer to
that is "yes". In our curriculum, we use data structures as a
prerequisite for almost all advanced (junior/senior level) courses.
Why? Because that's how we guarantee that students have a significant
amount of experience writing programs and thinking about algorithms
and that sort of thing. Having that experience (and not necessarily
the specific topics in data structures), it's much easier to see how
automata theory relates to real-world problems in parsing and
programming.
I agree that some "programming maturity" as well as mathematical
maturity is useful for studying automata theory. But it may be that the
OP already has it through other routes, and thus wouldn't need to take a
data structures class; and indeed, in the OP's institution it may be
that the "programming lab" aspects that your institution folds into the
data structures class is located somewhere else (such as an explicit
programming lab class).
So yes, you can learn the theory and the math without data.
structures. However, if your end goal is a well-rounded
C.S. education where you can see clearly how the pieces fit together,
then there's really no substitute for having lots of concrete
experience before hitting the more abstract topics.
- Follow-Ups:
- Re: Is it essential to learn data structures before automata theory?
- From: sillybanter
- Re: Is it essential to learn data structures before automata theory?
- References:
- Is it essential to learn data structures before automata theory?
- From: Student Body
- Re: Is it essential to learn data structures before automata theory?
- From: sillybanter
- Is it essential to learn data structures before automata theory?
- Prev by Date: Re: Is it essential to learn data structures before automata theory?
- Next by Date: Re: Is it essential to learn data structures before automata theory?
- Previous by thread: Re: Is it essential to learn data structures before automata theory?
- Next by thread: Re: Is it essential to learn data structures before automata theory?
- Index(es):
Relevant Pages
|