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

Add Python implementations for Day 18 and Day 19 problems as well as Ruby implementation for Day 20 problem #176

Closed
wants to merge 131 commits into from

Conversation

aaditkamat
Copy link
Contributor

Please make sure you have done the following:

  • Created a folder with the name of language you code inside /Day<n>/ directory (Where n is for nth day)
  • Added your Codes
  • Tested your codes
  • Added credits (author and date) at the top of the code
  • Updated README.md

Aadit Rahul Kamat and others added 30 commits December 21, 2018 22:25
# Conflicts:
#	.all-contributorsrc
#	CONTRIBUTORS.md
#	Day1/README.md
@aaditkamat aaditkamat changed the title Add another Python implementation for Day 18 problem Add Python implementations for Day 18 and Day 19 problems Jan 15, 2019
@aaditkamat aaditkamat changed the title Add Python implementations for Day 18 and Day 19 problems Add Python implementations for Day 18 and Day 19 problems as well as Ruby implementation for Day 20 problem Jan 16, 2019

#include<bits/stdc++.h>
using namespace std;

int main(){
cout << "Enter length of 1st and 2nd array";
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove all the indentations?

Copy link
Member

@MadhavBahl MadhavBahl 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 the indentation

@aaditkamat aaditkamat closed this Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants