Common Lisp Algorithms
Budget: $30 – $250 CAD
Write a function that counts and returns the number of each nucleotide in the given string sequence regardless of whether it's uppercase or lowercase. Write function that computes the ratio of Guanine and Adenosine in the sequence. Write a function that takes a positive prime number n as a parameter, and returns the smallest prime greater than n.