zeel-codder / Recursion-Hub

Write a solution to any recursive problem in any language of your choice
9 stars 52 forks source link

Added a program called Subsequences.cpp which prints the Subseqences of a string #9

Closed NuclearCactus closed 3 years ago

NuclearCactus commented 3 years ago

The program takes a string from the user as input and uses recursion to print its subsequences. The code is written in C++.

zeel-codder commented 3 years ago

Thanks for contributing. Just add programe file name in README.md file list part.

NuclearCactus commented 3 years ago

@zeel-codder I saw today that the Readme.md and contributing rules have changed. I am submitting another pull request to add the code in markdown as you specified

NuclearCactus commented 3 years ago

@zeel-codder For some reason I am not being able to merge my new PR where I contributed my original program as .md file. Can you please help me with this?

zeel-codder commented 3 years ago

What Error are you getting?

NuclearCactus commented 3 years ago

What Error are you getting?

@zeel-codder I am not even getting the 'Compare and Pull Request Button' on the the repo after pushing the changes from my PC

zeel-codder commented 3 years ago

What Error are you getting?

@zeel-codder I am not even getting the 'Compare and Pull Request Button' on the the repo after pushing the changes from my PC

If you able to see changes on repo.

zeel-codder commented 3 years ago

Do one thing just close this pr and remove repo.then refork and make pr. :-)

NuclearCactus commented 3 years ago

Do one thing just close this pr and remove repo.then refork and make pr. :-)

Alright I'm doing that then @zeel-codder