Skip to content

harshadithape/LeetCode-Solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language  License  contributions welcome Open Source Love PRs Welcome first-timers-only-friendly HitCount

Got stuck in a LeetCode question? This repository will help you by providing approach of solving the problems from LeetCode platform.

Contributors helped us in providing these Awesome solutions.

If you want to contribute, please create a Pull Request. Check out ---> Sample PR

  • There are new LeetCode questions every week. I'll keep updating for full summary and better solutions.
  • For more challenging problem solutions, you can also see our HackerRank-Solutions, ProjectEuler repositories.
  • Hope you enjoy the journey of learning data structures and algorithms.
  • Notes: "🔒" means your subscription of LeetCode premium membership is required for reading the question.

Don't forget to give us a 🌟 to support us !!!

Algorithms

Bit Manipulation

# Title Solution Time Space Difficulty Tag Note
0136 Single Number Java
Python
O(n) O(1) Easy Using XOR
0137 Single Number II Java
Python
O(n) O(1) Medium


Array

# Title Solution Time Space Difficulty Tag Note
56 Merge Intervals Python O(nlogn) O(n) Medium Intervals


String

# Title Solution Time Space Difficulty Tag Note
383 Ransom Note Java O(1) O(n) Easy Character Count


LinkedList

# Title Solution Time Space Difficulty Tag Note


Graph

# Title Solution Time Space Difficulty Tag Note
1042 Flower Planting with No Adjacent Python O(V+E) O(2V+E) Medium Graph Graph Coloring


Authors


Contributors

Name Country Programming Language Where to find you
(add all links to your profiles eg on Hackerrank, Codechef, LeetCode...)
Lokendra Bohra
India Python Leetcode
Hackerrank

About

This repository consists of solutions to the problem from LeetCode platform using Java, Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.8%
  • Python 39.2%