CS代考 C++ Interview

C++ Interview
You are required to provide an implementation of the IMessageQueueManager interface. The application Main() has existing code to instantiate the manager and a place for you to add unit test code to demonstrate your manager is functioning correctly.

You may add additional C++ files to the project as required by your implementation. Any files that are added must be entirely your own code. Within your implementation you may *only* use the following .NET namespaces:

Copyright By PowCoder代写 加微信 powcoder

– System.Diagnostics
– System.Linq
– System.Collections.Generic

We will be evaluating your solution in 2 main areas:
1. Code clarity and design – How easy is it to read and understand your code.
2. Algorithmic efficiency – Optimal solutions will eliminate linear iteration and redundant map lookups.

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com