Skip to content
#

pairs

Here are 54 public repositories matching this topic...

ryanjwessel
ryanjwessel commented Sep 21, 2021

Instead of (or, in addition to) prompting the user running npx pear init to manually enter the contributor names they would like to track, we could leverage the commit history and have them select from existing contributors.

npx pear init

# Prompt them to select from contributor names from the last _n_ months of commits

# Then, continue with existing prompt that asks for manual e
enhancement good first issue

In this assignment, we will look at an application of Dynamic Programming to align DNA sequences. In the global DNA sequence alignment problem, you are given as input two DNA sequences S1, S2, which are strings using the four characters A, C, T, G. The strings are of lengths m, n, where possibly m not equal n. Given two DNA sequences, the goal is to compute the best possible (minimum) alignment cost between them. We will soon specify how to compute the alignment cost between two sequences.

  • Updated Jan 1, 2021
  • C++

Improve this page

Add a description, image, and links to the pairs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pairs topic, visit your repo's landing page and select "manage topics."

Learn more