An open API service indexing awesome lists of open source software.

https://github.com/samuellucas97/best-matching

Implementation serial of Levenshtein distance algorithm.
https://github.com/samuellucas97/best-matching

algorithm automated-testing junit levenshtein-distance maven serial-version

Last synced: 2 months ago
JSON representation

Implementation serial of Levenshtein distance algorithm.

Awesome Lists containing this project

README

          

# Best-matching

## Introduction

This folder contains the implementation of the Big Data algorithm, Levenshtein distance. Given this, it refers to one of the activities of the _Concurrency Programming_ discipline taught by dr. Nélio Cacho Bachelor of Information Technology at the Federal University of Rio Grande do Norte (__UFRN__).

- [Prerequisites](#prerequisites) - Project prerequisites
- [About the algorithm](#about-the-algorithm) - Informations about the algorithm.
- [Author](#author) - Project author.

## Prerequisites

You need the following programs to use this repository:

- Maven
- JDK 11

_This project was loaded on Eclipse using above configurations_

## About the algorithm

In resume, the Levenshtein distance is a string metric for measuring the difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (insertions, deletions or substitutions) required to change one word into the other.

## Author

| Name: | Email: |
| ---------- | ------------- |
|`Samuel Lucas de Moura Ferino` | _samuellucas97@ufrn.edu.br_