Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex number multiplication problem (leetcode) . #695

Closed
Omgupta0312 opened this issue Oct 5, 2021 · 4 comments
Closed

Complex number multiplication problem (leetcode) . #695

Omgupta0312 opened this issue Oct 5, 2021 · 4 comments
Assignees

Comments

@Omgupta0312
Copy link
Contributor

A complex number can be represented as a string on the form "real+imaginaryi" where:

real is the real part and is an integer in the range [-100, 100].
imaginary is the imaginary part and is an integer in the range [-100, 100].
i2 == -1.
Given two complex numbers num1 and num2 as strings, return a string of the complex number that represents their multiplications.

@Omgupta0312
Copy link
Contributor Author

Sir, Please assign me this task.

@Omgupta0312
Copy link
Contributor Author

Omgupta0312 commented Oct 5, 2021 via email

@SR-Sunny-Raj
Copy link
Owner

Sir, Please assign me this task.

You can work on this. I had assigned you that's why I closed it.

@Omgupta0312
Copy link
Contributor Author

Omgupta0312 commented Oct 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants