Computer Science: Algorithms, Complexity, and Pioneers
Classified in Computers
Written at on English with a size of 4.6 KB.
Algorithm Complexity
- O(1): Parity Check
- O(log n): Binary Search
- O(n): Sequential Search
- O(n log n): QuickSort
- O(n2): Bubble Sort
Computer Science Fields
Theoretical Computer Science
- Mathematical Logic
- Automata Theory
- Computability
- Computational Complexity
- Cryptography
- Combinatorial Optimization
Practical Computer Science
- Artificial Intelligence
- Computer Architecture
- Computer Graphics
- Databases
- Software Engineering
- Distributed Systems
- Computer Security
- Human-Computer Interaction
Turing Machine Elements
- Possible States
- Initial State
- Final State
- Current State
- Finite Set of Symbols
- Input Symbols
Abstract Machines
Theoretical models for analyzing computability and algorithm complexity. Includes Automata and State Machines.
Deterministic Turing Machine (DTM)
For each state, there... Continue reading "Computer Science: Algorithms, Complexity, and Pioneers" »