Algo Basic Algorithms

Compute GCD/LCM via Euclid's algorithm, find roots with Newton's method, and count k-mers using dict/Counter vs O(n^2) list-scan. Use for GCD/LCM math, root-finding, k-mer counting, or Big-O complexity questions.

pavel-kravchenko f4f7df6 6.6 KB Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/algo-basic-algorithms commit f4f7df6ced

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/algo-basic-algorithms