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
- Host: GitHub
- URL: https://github.com/dolmen-go/k-nucleotide
- Owner: dolmen-go
- Created: 2017-03-03T20:37:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T21:37:55.000Z (over 8 years ago)
- Last Synced: 2025-02-28T23:51:36.721Z (8 months ago)
- Topics: dna-sequences, k-nucleotide, optimisation
- Language: Go
- Homepage: https://benchmarksgame.alioth.debian.org/u64q/knucleotide-description.html#knucleotide
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)