Skip to content

CodeWithRishav/LeetCode-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode POTD Solutions

Welcome to my LeetCode POTD (Problem of the Day) solutions repository! Here, you'll find my solutions to the daily coding challenges on LeetCode.

Table of Contents

Introduction

This repository contains my solutions to the LeetCode POTD problems. I regularly update it with new solutions as I work through the challenges. Feel free to explore and use the code for your reference.

Languages

  • Python
  • C++ (Learning in Progress)

Directory Structure

  • [Problem Number]: Each directory corresponds to a specific LeetCode POTD problem. Inside each directory, you'll find the solution file(s) along with any additional resources or explanations.

How to Contribute

If you have a better solution or want to add explanations to existing ones, feel free to contribute! Here's how you can do it:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature/new-solution.
  3. Commit your changes: git commit -m 'Added a new solution for Problem X'.
  4. Push to the branch: git push origin feature/new-solution.
  5. Submit a pull request.

Connect with Me

Let's connect! Feel free to reach out on LinkedIn. I'm open to discussions, collaborations, or just a friendly chat about coding and technology.

Happy Coding! 🚀

LeetCode Topics

Array

0689-maximum-sum-of-3-non-overlapping-subarrays
1025-minimum-cost-for-tickets
1063-best-sightseeing-pair
1744-number-of-ways-to-form-a-target-string-given-a-dictionary
1895-minimum-number-of-operations-to-move-all-balls-to-each-box
2358-number-of-ways-to-split-array
2465-shifting-letters-ii
2691-count-vowel-strings-in-ranges

Dynamic Programming

0689-maximum-sum-of-3-non-overlapping-subarrays
1025-minimum-cost-for-tickets
1063-best-sightseeing-pair
1744-number-of-ways-to-form-a-target-string-given-a-dictionary
2562-count-ways-to-build-good-strings

String

1537-maximum-score-after-splitting-a-string
1744-number-of-ways-to-form-a-target-string-given-a-dictionary
1895-minimum-number-of-operations-to-move-all-balls-to-each-box
2059-unique-length-3-palindromic-subsequences
2465-shifting-letters-ii
2691-count-vowel-strings-in-ranges

Prefix Sum

1537-maximum-score-after-splitting-a-string
1895-minimum-number-of-operations-to-move-all-balls-to-each-box
2059-unique-length-3-palindromic-subsequences
2358-number-of-ways-to-split-array
2465-shifting-letters-ii
2691-count-vowel-strings-in-ranges

Hash Table

2059-unique-length-3-palindromic-subsequences

Bit Manipulation

2059-unique-length-3-palindromic-subsequences

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published