<p>Complex Numbers:</p><p>A high-school in Davis wants to have a program for theirstudents that can do basic operations on complex numbers.</p><p>A complex number is expressed by the form ,where and are real values
<p>(1) Create three files to submit.</p><p>Playlist.h - Struct definition and related functiondeclarations</p><p>Playlist.c - Related function definitions</p><p>main.c - main() function</p><p>Build the PlaylistNode class per the following specifications.Note: Some functions can initially
<p>Explain with the help of an example that greedy strategy doesnot always yield optimal solution for optimisation problems</p> Expert Answer Answer to Explain with the help of an example