lcs-algorithm
There are 47 repositories under lcs-algorithm topic.
google/vxsig
Automatically generate AV byte signatures from sets of similar binaries.
avk959/LGenerics
Generic algorithms and data structures for Lazarus/Free Pascal
happo/lcs-image-diff
A JavaScript library to diff two images. Uses the LCS algorithm to allow content to shift.
farhad324/Algorithms-CSE221
My codes for CSE221 Brac University in Python 3.
elarsaks/text-diff
Longest Common Subsequence algorithm implemented in JavaScript.
pierreolivierbonin/Canada-Labour-Research-Assistant
The Canada Labour Research Assistant (CLaRA) is a privacy-first LLM-powered RAG AI assistant proposing Easily Verifiable Direct Quotations (EVDQ) to mitigate hallucinations in answering questions about Canadian labour laws, standards, and regulations. It works entirely offline and locally, guaranteeing the confidentiality of your conversations.
Soumilgit/SY_Resources
A repository containing resources for SYBTech CSE, from notes and presentations to writeups.
Mahrjose/BRACU-CSE221
BRAC University's course - CSE221 (Algorithms) Lab Assignment Solutions. (Summer - 2022)
NabilTheNoise/LCS
LCS is an algorithm to find the Longest Common Subsequence between two Strings.
OrbGenix/diffly
Diffly is a text comparison tool built in Kotlin, inspired by the functionality and user experience of Diffchecker Text Compare. This project provides an easy-to-use interface for comparing two pieces of text and visualizing their differences efficiently.
IamShubhamGupto/Advanced-Algorithms
Implementations of most algorithms learnt in the course UE18CS311
thromel/Data-Structures-Algorithms
Implementation of several popular and most used data structures using C++
alexhg128/AlgorithmsProjects
TEC - TC2017 (Algorithm Analysis and Design) - Projects
ashiqursuperfly/data-structures-algorithms-1
My Data-Structures and Algorithms codes for CSE 203 Course.
erickcm2k/longest-common-subsequence
longest common subsequence (LCS) algorithm visualization using React
hanadiasfour/Max-LED-Lighting
Dynamic Programming for optimizing LED connections without wire crossings.
HarshSahuH/Aditya-Verma-DP
Dynamic Programming
LakinduOshadha/lcs-dynamic_programming
Finds Longest Common Subsequence of given two Strings
MatijaEskicWork/Algorithmic-Problems
Here are solutions from problems that i coded for my assignment, preparing for competitions. They are sorted by some criteria, like DP, greedy, ad hoc, etc.
ruchi961/Plagiarism_Checker_Project
Contains Plagarism checking, implemented with the concept of Longest common subsequence.
twi05/detect-cancer-dna-sequence
Detect cancerous and non-cancerous DNA sequences from datasets, Using cpp programming language. One of application of LCS
arjit1804/Algorithms
This Repository contains various algorithms that we usually came by during our study period and also the programming codes for these Algorithms in JAVA , C and PYTHON Language.
chaseruskin/lcs-parallel
Final project for EEL6763- Parallel Computer Architecture
Chrecci/Pythonic-suffix-arrays-for-LCS
A fully pythonic solution for multi-interger-array LCS solution through suffix arrays
devrenangabriel/paa
Codes developed in the discipline of Projeto e Análise de Algoritmos (Design and Analysis of Algorithms)
gyorgy-giczi/pinduri
Minimalistic, zero-dependency implementations of some popular stuff, just for fun
sarmadgulzar/diffy
A fast diff checker written in Rust
ganbnuray/Genealogy-Tree-Reconstruction-Using-DNA-sequences
a Python-based application for constructing gene genealogy trees using the Longest Common Subsequence (LCS) algorithm. It includes both local and global strategies for tree construction, supported by dynamic programming and matrix analysis.
mndxpnsn/longest-common-subsequence
Dynamic programming solution for the "Longest Common Subsequence" problem on LeetCode.
moonbit-community/lums.mbt
find longest unique matching subsequence
Princekumarmehta/Traffic-Speed-Estimation-using-LCS
Traffic Speed Estimation Using Mobile Phone Location Data Based on Longest Common Subsequence
sarthakshishodia20/LeetcodeDP
consist of DP Leetcodes