Skip to content

Arnesh997/Edit-Dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit Distance App

Overview

This application calculates the Minimum Edit Distance (MED) between two input strings and visually displays the dynamic programming table used for the calculation. The MED is highlighted on the grid to show the transformation steps clearly.

Setup and Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

  2. Install dependencies:

    Make sure you have Node.js installed. Then run:

    npm install
  3. Start the server:

    node server.js
  4. Open the application in your browser:

    Navigate to http://localhost:3000 in your web browser.

Project Structure

edit-distance-app/
├── public/
│   ├── index.html      
│   ├── style.css      
│   └── script.js      
├── server.js          
├── package.json       
└── README.md          

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published