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

Check whether an array is Palindromic or not #1458

Merged
merged 1 commit into from
May 31, 2019

Conversation

singh-shreya6
Copy link
Collaborator

Fixes #1434

Checklist:

  • 4 space indentation.
  • Coding conventions are followed.
  • Input is taken dynamically.
  • Sample Input / Output is added at the end of file.
  • Logic Documentation (Comments).
  • File names are correct.

Changes proposed in this pull request:

  • Added implementation to check whether an array is palindromic or not

Languages Used:

  • C
  • C++
  • Java
  • Python
  • Go

Files Added:

  • Palindromic_Array.c
  • Palindromic_Array.cpp
  • Palindromic_Array.java
  • Palindromic_Array.py
  • Palindromic_Array.go

@singh-shreya6
Copy link
Collaborator Author

I have made the requested changes @amaaniqbal. Please review.

Copy link
Contributor

@manbirmarwah manbirmarwah left a comment

Choose a reason for hiding this comment

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

Looks good!

@manbirmarwah
Copy link
Contributor

@amaaniqbal you can also review once again and suggest final changes if any.

@amaaniqbal
Copy link

Reviewed! Looks good to me.

@MastersAbh
Copy link
Collaborator

@rishabhgarg25699 you can merge it.

@rishabhgarg25699 rishabhgarg25699 merged commit a08abee into jainaman224:master May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Palindromic Array in C, C++, Java, Go and Python
5 participants