shanestaret / Subsequences

A small project that allows a user to enter in two strings. All subsequences are then determined for these two strings and printed. Then, the longest common sequences shared between both strings is printed. Thus, this program's main goal is to find the longest common subsequence between two strings. Inspired by this video (I completed this project before I watched the full video): https://www.youtube.com/watch?v=10WnvBk9sZc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shanestaret/Subsequences Issues

No issues in this repository yet.