Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 561 Bytes

File metadata and controls

12 lines (10 loc) · 561 Bytes

Longest-Common-Subsequence

An implementation of Longest Common Subsequence algorithm in javascript.

Quick Demo on Youtube

CLICK TO VIEW THE DEMO

Note

This project is a contribution to Algorithm Analysis and Design, COMP 3804, School of Computer Science, Carleton University. (http://people.scs.carleton.ca/~agheibi/courses/comp3804.html)