Skip to content

repository with leetcode, hackerearth, hackerrank and other programming exercises solutions

License

Notifications You must be signed in to change notification settings

HashSlap-Summer-of-Code/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🧠leetcode

Welcome to the leetcode, a collection of solved coding problems from various competitive programming platforms — built for learners, challengers, and contributors!

This repository is a part of HashSlap Summer of Code (HSSoC) 🚀


🌐 Supported Platforms

We welcome problems and solutions from the following platforms:

  • ✅ LeetCode
  • ✅ HackerRank
  • ✅ HackerEarth
  • ✅ Codeforces
  • ✅ AtCoder
  • ✅ CodeChef
  • ✅ Any platform with algorithmic challenges!

📁 Repository Structure

Organized by platform → topic → problem.

root/
├── leetcode/
│   └── arrays/
│       └── two-sum/
│           ├── solution.cpp
│           └── README.md
├── hackerrank/
│   └── strings/
│       └── pangrams/
│           ├── solution.py
│           └── README.md

📝 Each solution must include a README.md explaining:

  • Problem summary
  • Approach & code walkthrough
  • Problem link

🛠 How to Contribute

We’re looking for:

  • 🌟 Clean and working code in any language
  • 📘 Detailed explanation via README.md
  • 💻 Solutions to existing or new problems
  • 🧠 Platform-specific folders for clarity

📌 See CONTRIBUTING.md for full guidelines!


📝 README Template (for each problem)

Here’s what your README should include in each problem folder:

# Problem Name – Platform

## 🧩 Problem Statement (summary)

Brief summary of the problem or constraints.

## 💡 Approach

- Describe your logic and algorithm.
- Mention time and space complexity.

## 📜 Code Explanation

Explain your code step-by-step.

## 🔗 Problem Link

[View on LeetCode](https://leetcode.com/problems/two-sum/)

👨‍💻 Who Is This For?

  • 💡 Beginners practicing DSA
  • 🎯 Competitive programmers
  • 👥 Open-source contributors

Whether you’re solving your first problem or adding your 100th, this repo welcomes you!


📢 Contribution Requirements

  • Add a solution inside the correct folder
  • Include a well-written README for each solution
  • Don’t submit AI dumps or invalid code
  • Respect the folder structure

✅ Valid PRs are merged regularly!


🌍 Part of HSSoC

This repository is proudly maintained under the HashSlap Summer of Code open source initiative. Learn more on:


📌 Don’t forget to 🌟 star the repo and share it with your friends learning DSA!

Made with 💙 by the HSSoC community.

About

repository with leetcode, hackerearth, hackerrank and other programming exercises solutions

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors