cp-geeks-adgitm / Hacktoberfest

Everyone is free to contribute. Not eligible for Hacktoberfest
GNU General Public License v3.0
32 stars 95 forks source link

reversingStack.cpp #266

Open Anirudhece opened 1 year ago

Anirudhece commented 1 year ago

A program to reverse a stack using recursion.

cpgeeksadgitm commented 1 year ago

@Anirudhece Could you please verify the code?

I have checked at https://onecompiler.com/cpp/3yjfcqqzc

Anirudhece commented 1 year ago

@cpgeeksadgitm I have updated the file.

cpgeeksadgitm commented 1 year ago

@Anirudhece It worked like a charm, but you please delete the EXE file, it is not required?

I will merge after that.

Anirudhece commented 1 year ago

@Anirudhece It worked like a charm, but you please delete the EXE file, it is not required?

I will merge after that.

@cpgeeksadgitm I'm unable to delete this exe file. I also tried doing it manually but the delete button is disabled on github. Please tell me the way to troubleshot this.

Anirudhece commented 1 year ago

@Anirudhece It worked like a charm, but you please delete the EXE file, it is not required? I will merge after that.

@cpgeeksadgitm I'm unable to delete this exe file. I also tried doing it manually but the delete button is disabled on github. Please tell me the way to troubleshot this.

@cpgeeksadgitm researching on this topic I got to know few things

  1. only master access holder can delete file from pull request.
  2. There should exist a .gitignore file which can help us filtering out unwanted file (such as .exe or .log file).

Kindly delete the .exe file and accept my pull request.