-
This repo is now part of Hacktoberfest 24.
-
# Vertex AI in Workflows
Are you ready to make a difference this Hacktoberfest? We invite you to contribute by integrating Google Vertex AI into our Workflows ecosystem! This powerful addition will e…
-
Hello there,
I wish to contribute programs to Java folder regarding recursion, greedy algorithms, knapsack algorithms and dynamic programming or other DSA topics
Kindly assign that to me
Peace …
-
## Configu is Thrilled to Be Part of Hacktoberfest 2024! ❤️

Hello contributors 👋👋👋,
As p…
-
If you wish to contribute to this project you can suggest scope / task and discuss it / request issue creation on the project's [discord](https://discord.gg/SPdAfQ3axX) or via email exbinproject@gmail…
-
If you are looking for an issue, but can't find one that fits. Please comment here with what your skill set is, and what type of contributions you'd like to do:
* Documentation
* Examples / examp…
-
This repo has been excluded from hacktoberfest 2022
-
-
Thank you for contributing to webhint as part of Hacktoberfest!
# Getting started
- Before contributing to webhint, we recommend getting familiar with the project.
- Try out the webhint [C…
hxlnt updated
5 months ago
-
t=int(input())
for i in range(t):
n=int(input())
count=0
mac=0
arr=[]
for i in range(1,n+1):
arr.append(i)
if n==1:
print(1)
else:
for i …