The Beard Sage

  • Machine Learning
  • Computer Architecture
  • Theoretical Computer Science
  • About Me

Post Category → Theoretical Computer Science

Turing Machine transitions

posted in Theoretical Computer Science on April 5, 2020 by TheBeard 0 Comments

A look into different Turing Machine transitions and how they affect the tape. Notations explained.

Continue reading →

Turing Machine – Formal Definition and Observations

posted in Theoretical Computer Science on April 4, 2020 by TheBeard 0 Comments

The formal definition of a Turing Machine and some observations are discussed.

Continue reading →

Proving a Language is not Regular using Closure Properties

posted in Theoretical Computer Science on April 3, 2020 by TheBeard 0 Comments

This article explores a step by step approach to prove that a language is not regular by using the Closure Properties of Regular languages.

Continue reading →

Deterministic PushDown Automaton transitions

posted in Theoretical Computer Science on April 2, 2020 by TheBeard 0 Comments

This article explores the limitations of Deterministic PushDown Automaton (DPDA) transitions to ensure determinism.

Continue reading →

Closure Properties of Context-Free Languages

posted in Theoretical Computer Science on March 30, 2020 by TheBeard 0 Comments

Proofs for closure of Context-Free Languages (CFL) under Union, Concatenation, Star, Reversal, Prefix and Subsequence.

Continue reading →

Converting a PushDown Automaton to a Context-Free Grammar

posted in Theoretical Computer Science on March 28, 2020 by TheBeard 0 Comments

The article discusses, with the help of an example, a step-by-step approach to convert a Pushdown Automaton (PDA) to a Context-Free Grammar (CFG).

Continue reading →

Converting a Context-Free Grammar to a PushDown Automaton

posted in Theoretical Computer Science on March 25, 2020 by TheBeard 0 Comments

The article discusses, with the help of an example, a step-by-step approach to convert a Context-Free Grammar (CFG) to a Pushdown Automaton (PDA).

Continue reading →

Extended PushDown Automaton transitions

posted in Theoretical Computer Science on March 22, 2020 by TheBeard 1 Comment

A short examination of extended PushDown Automaton transitions and their equivalence with PushDown Automaton transitions.

Continue reading →

PushDown Automaton transitions

posted in Theoretical Computer Science on March 19, 2020 by TheBeard 0 Comments

This article discusses the different transition scenarios in a Pushdown Automaton with respect to reading the input and modifying the stack.

Continue reading →

Context-Free Grammars and Parse Trees

posted in Theoretical Computer Science on March 16, 2020 by TheBeard 0 Comments

This article discusses the concept of ambiguity using parse-trees. Observations about parse-trees for grammars in Chomsky Normal Form are also mentioned.

Continue reading →
← Older posts
Newer posts →
Copyright (C) 2021. All rights reserved.