Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragsaini/leet-code-may-long-challenge
Python Solutions of Leetcode MAY Challenge
https://github.com/chiragsaini/leet-code-may-long-challenge
coding leetcode-may-challenge leetcode-python leetcode-solutions python3
Last synced: about 1 month ago
JSON representation
Python Solutions of Leetcode MAY Challenge
- Host: GitHub
- URL: https://github.com/chiragsaini/leet-code-may-long-challenge
- Owner: ChiragSaini
- Created: 2020-05-09T09:56:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T07:20:20.000Z (over 4 years ago)
- Last Synced: 2024-11-18T08:12:30.985Z (3 months ago)
- Topics: coding, leetcode-may-challenge, leetcode-python, leetcode-solutions, python3
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leet-Code-May-Challenge
Python Solutions to Leet code May Challenge.
- Day1: First Bad Version
- Day2: Jewels and Stones
- Day3: Ransom Note
- Day4: Number Complement
- Day5: First Unique Character in s String
- Day6: Majority Element
- Day7: Cousins in a Binary Tree
- Day8: Check if it is a straight line
- Day9: Valid perfect Square
- Day10: Find the town judge
- Day11: Flood Fill
- Day12: Single Element in a Sorted Array
- Day13: Remove K Digits
- Day14: Implement Trie(Prefix Tree)
- Day15: Maximum Sum Ciruclar Subarray
- Day16: Odd Even Linked List
- Day17: Find All Anagrams in String
- Day18: Permutation in a String
- Day19: Online Stock Span
- Day20: kth Smallest element in a Binary Tree
- Day21: Count square submatrices with All ones(Not Done!!)
- Day22: Sort Characters by Frequency
- Day23: Interval List Intersections
- Day24: Construct Binary Tree from Preorder Traversal
- Day25: Uncrossed Lines
- Day26: Contagious Array
- Day27: Possible Bipartition
- Day28: Counting Bits
- Day29: Course Schedule
- Day30: K Closest points to Origin
- Day31: Edit Distance