Question: please write a python code to solve the code challenge. please use sample input and output. . Code Challenge: Solve the String Composition Problem .
. Code Challenge: Solve the String Composition Problem . Input: An integer k and a string Text. Output: Composition (Text) (the k-mers can be provided in any order). Some notes on how code challenges work 1. When you click Download Dataset", you will receive a randomized dataset. Run your program (in the programming language of your choice) on this dataset, and then return the output of your program in the text field below. (Please do not enter your code in the browser. 2. You can see how you should format your answer by looking at the sample output and extra dataset, 3. Every time you click "Try Again', you will need to download a new dataset Extra Dataset and Test Datasets Sample Input: 5 CAATCCAAC Sample Output: CAATC AATCC ATCCA TCCAA CCAAC
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
