This repository contains my implementation for Project 3, a Regular Expression Engine, from my CMSC330: Organization of Programming Languages at UMD. This project delves into the fundamental ...
An interactive web app that visually walks you through the Subset Construction Algorithm — the technique used to convert a Nondeterministic Finite Automaton (NFA) into a Deterministic Finite Automaton ...
The subset-sum problem is one of the most frequently occurring NP (nondeterministic, polynomial-time)-complete) problems. It asks whether a subset of numbers in a set of positive integers adds up ...