This repository is for beginners who want to contribution in open source Hacktoberfest 2024.This project is designed to promote learning and growth in the field of software development. It offers a range of coding challenges and projects that cover various topics, from basic algorithms to complex application development.
Description:
Problem:
You are given an integer
n
. Your task is to write a program that prints all the numbers from1
ton
in lexicographical order.Input:
n
(1 ≤ n ≤ 10^5).Constraints:
Output:
1
ton
, each on a new line, sorted in lexicographical order.Example:
Input 1:
Output 1:
Input 2:
Output 2:
Task:
1
ton
in lexicographical order.Request:
I would like to contribute this solution as part of Hacktoberfest. Please assign this issue to me and add the Hacktoberfest label.
Thank you!
Feel free to modify or add any details if needed!