Question: can someome please do this ASAP. Thank You CH programming assignment (100 points) Due March 12, 11:00pm This is an individual assignment 1. Please follow

can someome please do this ASAP. Thank You  can someome please do this ASAP. Thank You CH programming assignment
(100 points) Due March 12, 11:00pm This is an individual assignment 1.
Please follow the Blackboard instructions on writing and submitting programming assignments. The
functions you provide should compile and run to receive any credit. 2.

CH programming assignment (100 points) Due March 12, 11:00pm This is an individual assignment 1. Please follow the Blackboard instructions on writing and submitting programming assignments. The functions you provide should compile and run to receive any credit. 2. Read and follow the contents Programming Rules document on Blackboard (*Course Information Section). Design and documentation is worth 25 points. 3. Read the assignment description below. 4. Submit only the files requested in the deliverables at the end of this document to Gradescope by the deadline. Learning Outcome: The goal of this assignment is to become familiar with lists and trees and compare the performance of the self-balancing AVL tree. You will also work with a real-world data set and construct a generic test routine for comparing several different implementations of the tree container class. You are encouraged to use the book's implementation for AVL trees. Acknowledge the sources you use in the README.AVL file. AVL Trees Files provided: avl_tree.h, query_tree.cc, test_tree.cc, test_tree_mod.cc, dsexceptions.h, a README.txt, a Makefile and more text (.txt) files. The output should look exactly as described below to obtain the full grade (consider this part of an exact API specification). Part 1 (15 points) First, create a class object named Sequence Map that has as private data members the folldwing two: string recognition_sequence_; vector enzyme_acronyms Other than the big-five (note that you can use the defaults for all of them), you have to add the following: a) A constructor SequenceMap(const string &a_rec_seq, const string &an_enz_acro),that constructs a Sequence Map from two strings (note that after the constructor is called the vector enzyme acronyms_will contain just one element, the an_enz_acro), b) bool operator enzyme_acronyms Other than the big-five (note that you can use the defaults for all of them), you have to add the following: a) A constructor SequenceMap(const string &a_rec_seq, const string &an_enz_acro),that constructs a Sequence Map from two strings (note that after the constructor is called the vector enzyme acronyms_will contain just one element, the an_enz_acro), b) bool operator

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!