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

leetcode beginner level problems #42

Open
avyayjain opened this issue Oct 1, 2022 · 4 comments
Open

leetcode beginner level problems #42

avyayjain opened this issue Oct 1, 2022 · 4 comments

Comments

@avyayjain
Copy link

No description provided.

@avyayjain
Copy link
Author

i can help beginner to solve leetcode problem

@dheeraj-2000
Copy link
Owner

@avyayjain do you want to contribute any good problem?

@Shreya111111
Copy link

@avyayjain plz assign this to me

@NGswati
Copy link

NGswati commented Feb 3, 2024

I HAVE SOLVED DAY 21.
IN PYTHON
def print_array(arr):
for element in arr:
print(element)

if name == "main":
n = int(input().strip())

int_vector = [int(input().strip()) for _ in range(n)]

n = int(input().strip())
string_vector = [input().strip() for _ in range(n)]

print_array(int_vector)
print_array(string_vector)

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

No branches or pull requests

4 participants