module - Where can I find good explanations of Computability and Complexity? -


i have repeat coming in computability , complexity , wondering if has resources sort of study. things regular languages, context free , context sensitive languages , sort of stuff.

for example:

enter image description here

as can see, horribly phrased question. notes our lecturer gave equally bad. need pass module if has resource studying these topics appreciated.

i think problem you're having not fault of phrasing, fact you're not yet comfortable dealing mathematical notation involved.

wikipedia has lot of articles on automata , other computer science theory topics. also, google search on 'nfa dfa' turns many helpful results. automata used heavily in compilers, might find more "practical" explanation of things in material compilers course.

your class going heavily mathematical, though, best putting aside attitude material you've been given poor , spend time learning understand it. mathematical formulations give precise , concise descriptions without room misinterpretation informal language has.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -