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

Added pythagorean quadruples #1336

Merged
merged 1 commit into from May 20, 2019
Merged

Conversation

MastersAbh
Copy link
Collaborator

Fixes #1329

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 Pythagorean Quadruples in 5 languages

Languages Used:

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

Files Added:

  • Pythagorean_Quadruples.c
  • Pythagorean_Quadruples.cpp
  • Pythagorean_Quadruples.py
  • Pythagorean_Quadruples.go
  • Pythagorean_Quadruples.java

Copy link
Contributor

@rishabhgarg25699 rishabhgarg25699 left a comment

Choose a reason for hiding this comment

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

@MastersAbh Approved .

@rishabhgarg25699 rishabhgarg25699 merged commit ce70eca into jainaman224:master May 20, 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.

Pythagorean Quadruple in C, C++, Java, Python, Go
2 participants