Pinned Repositories
BurrowsWheelerTransform
his program performs the Burrows-Wheeler Transform (BWT) on the input text, if a pattern is provided, it searches for the pattern in the transformed text.
mexican-sign-language-static-recognition
LevenshteinDistanceCalculator
This C++ program calculates the Levenshtein distance between two input strings.
LongestCommonSubsequence
This C++ code calculates the Longest Common Subsequence (LCS) between two input strings using dynamic programming and backtracking.
ScrabbleWordFinder
This program finds the word with the highest score that can be legally formed using the given hand letters.
qap-morfin-orozco
scrabble-toolkit-backend
This Scrabble toolkit provides an API with features like word search, word validation, and tile counting.
NWJSSP
morfin119's Repositories
morfin119/scrabble-toolkit-backend
This Scrabble toolkit provides an API with features like word search, word validation, and tile counting.
morfin119/mexican-sign-language-static-recognition
morfin119/ScrabbleWordFinder
This program finds the word with the highest score that can be legally formed using the given hand letters.
morfin119/BurrowsWheelerTransform
his program performs the Burrows-Wheeler Transform (BWT) on the input text, if a pattern is provided, it searches for the pattern in the transformed text.
morfin119/LevenshteinDistanceCalculator
This C++ program calculates the Levenshtein distance between two input strings.
morfin119/LongestCommonSubsequence
This C++ code calculates the Longest Common Subsequence (LCS) between two input strings using dynamic programming and backtracking.