Skip to content

kumar1593/DSA-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ DSA Problems for Hacktoberfest 2025

Welcome to the DSA Problems Repository πŸŽ‰
This repo is specially created for Hacktoberfest contributors who want to solve and contribute Data Structures & Algorithms problems in multiple programming languages.


πŸ“Œ Contribution Guidelines

  1. Star ⭐ this repository.
  2. Fork 🍴 the repository.
  3. Create a new branch: feature-<your-name>.
  4. Add your solution in the appropriate folder (Arrays, Strings, LinkedList, etc.).
    • Example: Problems/Arrays/your_solution.cpp
  5. Commit your changes and push.
  6. Open a Pull Request πŸš€.

⚑ Rules

  • Only clean, readable, and well-documented code will be accepted.
  • You can contribute in any programming language (C++, Java, Python, etc.).
  • Each PR should solve one problem at a time.
  • Don’t copy-paste solutions β€” write your own.

πŸ“‚ Example Problem Structure

Problem: Reverse a String
Language: Python

def reverse_string(s: str) -> str:
    return s[::-1]

print(reverse_string("Hello"))

πŸ† Hacktoberfest Info


πŸ™Œ Contributors

A huge thanks to all amazing contributors! πŸ’™

About

No description or website provided.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •