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

https://github.com/dolmen-go/k-nucleotide

My implementation of the k-nucleotide challenge
https://github.com/dolmen-go/k-nucleotide

dna-sequences k-nucleotide optimisation

Last synced: 7 months ago
JSON representation

My implementation of the k-nucleotide challenge

Awesome Lists containing this project

README

          

A Go implementation of the [k-nucleotide challenge](https://benchmarksgame.alioth.debian.org/u64q/knucleotide-description.html#knucleotide) of [The Computer Language Benchmarks Game](https://benchmarksgame.alioth.debian.org/)
===========================================================================

This implementation is derived from [knucleotide.go-6.go](https://benchmarksgame.alioth.debian.org/u64q/program.php?test=knucleotide&lang=go&id=6)