| 
	     You are here  | 
        gameprogrammingpatterns.com | ||
| | | | | 
            
              jeremykun.wordpress.com
             | 
        |
| | | | | This half of the theory of computing primer will cover the various finite automata, including deterministic, nondeterministic, and pushdown automata. We devote the second half [upcoming] entirely to Turing machines and the halting problem, but to facilitate the discussion of Turing machines we rely on the intuition and notation developed here. Defining Computation The first... | |
| | | | | 
            
              blog.janetacarr.com
             | 
        |
| | | | | Clojure either directly supports, or easily supports the use of common design patterns like singleton, command, observer, visitor | |
| | | | | 
            
              www.aleksandrhovhannisyan.com
             | 
        |
| | | | | Finite state machines (FSMs) are a useful tool for representing stateful entities in code. In this tutorial, we'll learn how to implement the finite state design pattern in C++. | |
| | | | | 
            
              pfzhang.wordpress.com
             | 
        |
| | | Consider a monic polynomial with integer coefficients: $latex p(x)=x^d + a_1 x^{d-1} + \cdots + a_{d-1}x + a_d$, $latex a_j \in \mathbb{Z}$.The complex roots of such polynomials are called algebraic integers. For example, integers and the roots of integers are algebraic integers. Note that the Galois conjugates of an algebraic integer are also algebraic integers.... | ||