ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
66 stars 195 forks source link

[Feature]: Adding Turbo Boyer-Moore Algorithm, Smith-Waterman Algorithm and Needleman-Wunsch Algorithm under String Algorithms #1317

Open pratheekv39 opened 2 hours ago

pratheekv39 commented 2 hours ago

Feature Name

Addition of complex String Algorithms

Feature Description

I will add the following complex new algorithms under String Algorithms: 1)Turbo Boyer-Moore Algorithm 2)Smith-Waterman Algorithm 3)Needleman-Wunsch Algorithm

Motivation

New varieties of algorithms for String Algorithms

Implementation Suggestions (Optional)

No response

Feature Type

New Algorithm

Does this feature require additional resources?

References (Optional)

No response

github-actions[bot] commented 2 hours ago

👋 Hi @pratheekv39! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.