Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Factorial of a number #529

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

riyatyag-6
Copy link

No description provided.

Sorting of  numbers via Insertion sort
Copy link
Owner

@aditya109 aditya109 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @riyatyag-6 ! Please read CONTRIBUTING.md and README.md to understand the necessary guidelines for the same. Take a look at other closed PRs. Understand the expected file structure.

@@ -0,0 +1,37 @@
#include <iostream>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a few folder like InsertionSort inside the C++ directory and then place the Insertionsort.cpp file inside of it.

Copy link
Owner

@aditya109 aditya109 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check my comment for cpp file, the other file lgtm.

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

Successfully merging this pull request may close these issues.

2 participants