Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunkumar201/leetcode_1000_problems
LeetCode 1000 Problems
https://github.com/arunkumar201/leetcode_1000_problems
java js leetcode leetcode-solutions
Last synced: about 20 hours ago
JSON representation
LeetCode 1000 Problems
- Host: GitHub
- URL: https://github.com/arunkumar201/leetcode_1000_problems
- Owner: arunkumar201
- Created: 2022-05-05T05:23:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T03:23:18.000Z (4 months ago)
- Last Synced: 2024-10-28T06:59:23.325Z (4 months ago)
- Topics: java, js, leetcode, leetcode-solutions
- Language: Java
- Homepage: https://arunkumar201.github.io/LeetCode_1000_Problems
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)
# LeetCode Topics
## Array
| |
| ------- |
| [0268-missing-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0268-missing-number) |
| [0729-my-calendar-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0729-my-calendar-i) |
## Hash Table
| |
| ------- |
| [0268-missing-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0268-missing-number) |
## Math
| |
| ------- |
| [0268-missing-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0268-missing-number) |
| [3055-maximum-odd-binary-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3055-maximum-odd-binary-number) |
| [3275-minimum-number-of-pushes-to-type-word-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3275-minimum-number-of-pushes-to-type-word-i) |
## Binary Search
| |
| ------- |
| [0268-missing-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0268-missing-number) |
| [0729-my-calendar-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0729-my-calendar-i) |
## Bit Manipulation
| |
| ------- |
| [0268-missing-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0268-missing-number) |
## Sorting
| |
| ------- |
| [0268-missing-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0268-missing-number) |
## String
| |
| ------- |
| [2800-minimum-string-length-after-removing-substrings](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/2800-minimum-string-length-after-removing-substrings) |
| [3055-maximum-odd-binary-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3055-maximum-odd-binary-number) |
| [3275-minimum-number-of-pushes-to-type-word-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3275-minimum-number-of-pushes-to-type-word-i) |
| [3543-count-substrings-that-satisfy-k-constraint-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3543-count-substrings-that-satisfy-k-constraint-i) |
## Greedy
| |
| ------- |
| [3055-maximum-odd-binary-number](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3055-maximum-odd-binary-number) |
| [3275-minimum-number-of-pushes-to-type-word-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3275-minimum-number-of-pushes-to-type-word-i) |
## Sliding Window
| |
| ------- |
| [3543-count-substrings-that-satisfy-k-constraint-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/3543-count-substrings-that-satisfy-k-constraint-i) |
## Design
| |
| ------- |
| [0729-my-calendar-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0729-my-calendar-i) |
## Segment Tree
| |
| ------- |
| [0729-my-calendar-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0729-my-calendar-i) |
## Ordered Set
| |
| ------- |
| [0729-my-calendar-i](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/0729-my-calendar-i) |
## Stack
| |
| ------- |
| [2800-minimum-string-length-after-removing-substrings](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/2800-minimum-string-length-after-removing-substrings) |
## Simulation
| |
| ------- |
| [2800-minimum-string-length-after-removing-substrings](https://github.com/arunkumar201/LeetCode_1000_Problems/tree/master/2800-minimum-string-length-after-removing-substrings) |