vyom18 / LeetCode-Solutions

Contains the solutions of all the problems, I am solving on Leetcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest Repository (🌟 Star this repository!🌟)

Submit your solutions for different Leetcode Problems and also keep them in separate folders, like if you are adding a problem of array, keep it in the array folder and also make folders for the language in which you are storing your solution like: Array/java/<your_file_name>.java Keep it that way

And I will definitely merge the Pull Requests as soon as possible. Happy Hacking

This is a Hacktoberfest-Repository,feel free to make your conttributions here this month to win your swagss!!Happy Coding! :)

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

πŸ‘‰ Official HacktoberFest Page πŸ‘ˆ

πŸ‘• HacktoberFest- Get your Free T-shirt Now.

Create your first Pull Request πŸ”₯(PR).

πŸ‘£ Steps to Make your 1st PR Contribution:

Fork this repository by click the Fork button in the top right of this page. Click on Add File button and select Create new file button.

  1. Set the file name with (FileName).java (FileName).py or (FileName).c
  2. Then write your code and hit commit.
  3. Then click on pull request tab
  4. Generate a new Pull Request and Make the contribution.
  5. Don't forget to Star the Repo xD
  6. Happy Coding! :)

Add solutions of problems regarding the following topics (You can add solutions in any of the languages you want and also Brute Force, Better, Optimal any approach can be added and also please add Time and Space Complexity of the algorithm that you have developed)

  • Heap
  • Graph
  • Trie
  • Dynamic Programming
  • Backtracking
  • Recursion
  • Stack and Queue

About

Contains the solutions of all the problems, I am solving on Leetcode.

License:The Unlicense


Languages

Language:Java 90.7%Language:Python 7.6%Language:C++ 1.6%Language:C 0.2%