Concepts
- Algorithms » An algorithm in mathematics, computing, linguistics, and related disciplines, an algorithm is a finite list of well-defined instructions for accomplishing some task that, given an initial state, will terminate in a defined end-state.
- Recursion » Recursion is a programming technique in which a function may call itself. Recursive programming is especially well-suited to parsing nested markup structures such as XML/XSL.






