strivedi4u / hacktoberfest2024

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.
Apache License 2.0
83 stars 537 forks source link

To Add Lexicographical Printing #120

Open Mayank8881 opened 1 month ago

Mayank8881 commented 1 month ago

Description:

Problem:

You are given an integer n. Your task is to write a program that prints all the numbers from 1 to n in lexicographical order.

Input:

Constraints:

Output:

Example:

Input 1:

13

Output 1:

1
10
11
12
13
2
3
4
5
6
7
8
9

Input 2:

5

Output 2:

1
2
3
4
5

Task:

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!

strivedi4u commented 1 month ago

🚀 Follow me, 💬 Join the WhatsApp Group, and ⭐ Star the Repo to support our journey together!

Satyam-nitp commented 1 month ago

can you assign this to me @strivedi4u