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

https://github.com/yoc00lig/text-algorithms

Text algorithms course at AGH UST in 2023. This repository contains labs solutions (mainly text algorithms implementations, but also time tests etc.). Written in Python language.
https://github.com/yoc00lig/text-algorithms

agh-ust edit-distance huffman-coding pattern-matching pattern-recognition suffix-tree text-algorithms

Last synced: 11 months ago
JSON representation

Text algorithms course at AGH UST in 2023. This repository contains labs solutions (mainly text algorithms implementations, but also time tests etc.). Written in Python language.

Awesome Lists containing this project

README

          

# 🔶 Text-algorithms 🔶
Text algorithms course at AGH UST in 2023. 📝

🔸lab01 - pattern searching algorithms (KMP, FA, naive)


🔸lab02 - Huffman coding


🔸lab03 - Edit distance


🔸lab04 - Text Similarity Metrics


🔸lab05 - 2D Pattern Matching


🔸lab06 - Trie, Suffix tree & Ukkonnen (unfinished yet)