codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Write a C program to find cube root of a number #3141

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a C program to find cube root of a number

Input  : 27
Output : 3
How to contribute - Save the solution in `program/FindCubeRootOfANumber.c` file - Add `FindCubeRootOfANumber.c` file in `find-cube-root-of-a-number` folder
kituuu commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Hey @kituuu,

This issue has been assigned to you for more than 15 days.

We are unassigning you from this issue.

If you are still interested in contributing to this issue, please get auto-assigned on the issue by commenting !assign again.

Thanks for your contributions :)

pokharel-nishan commented 1 year ago

!assign

pokharel-nishan commented 1 year ago

I already submitted the solution to this problem. And, the solution is merged to the main repository. But, this issue isn't closed yet.

harshraj8843 commented 1 year ago

Hey @pokharel-nishan

I am unable to find any PR for this issue

Could you please provide the link to the PR?

harshraj8843 commented 1 year ago

Hey @pokharel-nishan

Sorry for the confusion,

You have committed 3 files in codinasion/program#6617, but linked only one issue Closes codinasion/program#4404

We may have missed it while reviewing.


To prevent this kind of situation, please link all the issues in the PR (if contributing to more than 1 file)

Closes codinasion/program#4404 Closes codinasion/codinasion#3141 Closes codinasion/program#4314