Skip to content

Commit

Permalink
Add TOC lab report 12, 13
Browse files Browse the repository at this point in the history
  • Loading branch information
joonshakya committed Apr 2, 2024
1 parent 1f01dff commit 1d964c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2890,6 +2890,14 @@ export const tocAssignments = [
{
number: 11,
name: "To implement a R.E. that identifies the structure of the input: ab*b+aa*b over {a, b}",
},
{
number: 12,
name: "To implement PDA {a, b} having equal no. of a's and b's",
},
{
number: 13,
name: "To implement TM over {a, b} that recognizes string of languages L = {ww | w belongs to (a+b)}",
selected: true,
},
];
Expand Down

0 comments on commit 1d964c7

Please sign in to comment.