- Given DNA codes of a group of suspects,
- and a code for certain types of jokers,
- Count how many jokers of that type.
- Try general solution
- If test suite is expanded then solutions should still pass.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers291
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
1648 Solvers
-
07 - Common functions and indexing 1
452 Solvers
-
Add a row of zeros on top of a matrix
266 Solvers
-
Back to basics - mean of corner elements of a matrix
459 Solvers
-
Sum of the Multiplication of Vectors
285 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hi Amitava:
Could you provide an example in your problem statement? Also, as Evan says below, you should have more than one test case or it becomes a trivial matter to hard-code a particular answer.