# Theory of Computation: HIERARCHY

* TOC subfields
  * Theory of computation (general)
  * Automata theory
  * Formal languages
  * Computability theory, Recursion theory
  * Complexity theory
* TOC: general
  * limits of computation
  * efficiency of algorithms
  * efficient computing method
  * Turing thesis
  * Church thesis
  * Church-Turing thesis
  * abstract machine
  * virtual machine
* Automata theory
  * automata and recognized language correspondance
  * finite state machines (FSM)
    * finite automata (FA)
    * deterministic finite automata (DFA)
    * nondeterministic finite automata (NDFA)
    * NFA to DFA conversion
    * NFA to DFA equivalence
    * Mealy Machine
    * Moore Machine
  * Pushdown automata
  * Pushdown automata (with extras)
  * Turing machine
* Turing machines
  * Turing machine (TM)
  * Universal Turing machine (UTM)
* Formal languages
  * formal language
    * symbols
    * alphabet
    * strings
    * well-formed strings
    * grammar
    * rewrite rules
  * regular expression
  * context free language (CFL)
  * context free grammar (CFG)
  * context dependent language
* Computability Theory, Recursion theory
  * Models of computation
  * Primitive Recursion theory
  * Computation by abstract devices
  * Halting Problem
  * Decidability
  * Tractability
* Complexity Theory
  * Analysis of algorithms
  * Numerical algorithms
  * Non-numerical algorithms
  * Complexity of algorithms
  * Tradeoffs between complexity measures
* Models of computation
  * Turing machine
  * Lambda calculus
  * Combinatory logic
  * SKI calculus
  * Post-Turing machine


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mandober.gitbook.io/math-debrief/600-toc/toc.hierarchy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
