CsitLabs
search
⌘Ctrlk
CsitLabs
  • CSIT Labs
  • 1st Semester
  • 2nd Semester
  • 3rd Semester
  • 4th Semester
    • Artificial Intelligence
    • Computer Networks
    • DBMS Lab
    • Operating System
    • Theory of Computation
      • Lab 1 (DFA)
      • Lab 2 (NFA)
  • 5th Semester
  • 6th Semester
  • 7th Semester
  • docs
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. 4th Semester

Theory of Computation

hashtag
Lab 1 (DFA)

  • DFA for the language of string over {0.1} in which each string end with 11arrow-up-right

  • DFA accepting the string over {a,b} such that each string does not end with abarrow-up-right

  • DFA for the language of string over {a,b} such that each string contain aba as substringarrow-up-right

  • DFA for the language of string over {0,1} such that each string start with 01arrow-up-right

  • DFA for the language of string over {0,1} such that set of all string ending in 00arrow-up-right

  • DFA for the language of string over {0,1} such that set of strings with 011 as a substringarrow-up-right

hashtag
Lab 2 (NFA)

  • NFA that accepts string ending with 01arrow-up-right

  • NFA that accepts string containing substring 101arrow-up-right

  • NFA that accepts string starting with 10arrow-up-right

hashtag
Lab 3

  • Program to find prefixes, suffixes and substrings from a given stringarrow-up-right

  • Program to validate C identifiers and keywordsarrow-up-right

PreviousLinux Commandschevron-leftNextLab 1 (DFA)chevron-right

Last updated 1 year ago

  • Lab 1 (DFA)
  • Lab 2 (NFA)
  • Lab 3