Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.28 KB

Repository Description:

This repository implements several algorithms used in Bioinformatics in a simple yet functional manner.

Demonstrated Algorithms in this Repository

  1. Gibbs' Sampling

    • A probabilistic algorithm for motif finding and sequence alignment. Learn more
  2. Evolutionary Algorithms

    • Optimization algorithms based on natural selection principles. Learn more
  3. Finite Automata

    • Computational models for recognizing patterns within input sequences. Learn more
  4. Burrow-Wheeler Transform (BWT)

    • A data transformation algorithm used in data compression. Learn more
  5. Tries

    • A tree-like data structure for storing dynamic sets of strings. Learn more
  6. Graphs

    • Structures for modeling pairwise relationships between objects, useful in biological networks. Learn more
  7. Genome Assembly

    • Methods for reconstructing a genome from fragments of DNA sequences. Learn more