Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayantgoel001/leetcode
https://github.com/jayantgoel001/leetcode
cpp leetcode leethub mysql
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayantgoel001/leetcode
- Owner: JayantGoel001
- Created: 2021-10-01T11:35:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T08:59:14.000Z (7 months ago)
- Last Synced: 2024-05-01T17:53:16.522Z (7 months ago)
- Topics: cpp, leetcode, leethub, mysql
- Language: C++
- Homepage: https://leetcode.com/JayantGoel001/
- Size: 4.53 MB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
# LeetCode Topics
## String
| |
| ------- |
| [0812-rotate-string](https://github.com/JayantGoel001/LeetCode/tree/master/0812-rotate-string) |
| [2580-circular-sentence](https://github.com/JayantGoel001/LeetCode/tree/master/2580-circular-sentence) |
| [3174-minimum-number-of-changes-to-make-binary-string-beautiful](https://github.com/JayantGoel001/LeetCode/tree/master/3174-minimum-number-of-changes-to-make-binary-string-beautiful) |
| [3412-permutation-difference-between-two-strings](https://github.com/JayantGoel001/LeetCode/tree/master/3412-permutation-difference-between-two-strings) |
| [3451-string-compression-iii](https://github.com/JayantGoel001/LeetCode/tree/master/3451-string-compression-iii) |
## Hash Table
| |
| ------- |
| [0073-set-matrix-zeroes](https://github.com/JayantGoel001/LeetCode/tree/master/0073-set-matrix-zeroes) |
| [3412-permutation-difference-between-two-strings](https://github.com/JayantGoel001/LeetCode/tree/master/3412-permutation-difference-between-two-strings) |
## String Matching
| |
| ------- |
| [0812-rotate-string](https://github.com/JayantGoel001/LeetCode/tree/master/0812-rotate-string) |
## Array
| |
| ------- |
| [0073-set-matrix-zeroes](https://github.com/JayantGoel001/LeetCode/tree/master/0073-set-matrix-zeroes) |
| [0134-gas-station](https://github.com/JayantGoel001/LeetCode/tree/master/0134-gas-station) |
| [1940-maximum-xor-for-each-query](https://github.com/JayantGoel001/LeetCode/tree/master/1940-maximum-xor-for-each-query) |
| [3291-find-if-array-can-be-sorted](https://github.com/JayantGoel001/LeetCode/tree/master/3291-find-if-array-can-be-sorted) |
| [3380-shortest-subarray-with-or-at-least-k-ii](https://github.com/JayantGoel001/LeetCode/tree/master/3380-shortest-subarray-with-or-at-least-k-ii) |
## Greedy
| |
| ------- |
| [0134-gas-station](https://github.com/JayantGoel001/LeetCode/tree/master/0134-gas-station) |
## Matrix
| |
| ------- |
| [0073-set-matrix-zeroes](https://github.com/JayantGoel001/LeetCode/tree/master/0073-set-matrix-zeroes) |
## Bit Manipulation
| |
| ------- |
| [1940-maximum-xor-for-each-query](https://github.com/JayantGoel001/LeetCode/tree/master/1940-maximum-xor-for-each-query) |
| [3291-find-if-array-can-be-sorted](https://github.com/JayantGoel001/LeetCode/tree/master/3291-find-if-array-can-be-sorted) |
| [3380-shortest-subarray-with-or-at-least-k-ii](https://github.com/JayantGoel001/LeetCode/tree/master/3380-shortest-subarray-with-or-at-least-k-ii) |
## Sorting
| |
| ------- |
| [3291-find-if-array-can-be-sorted](https://github.com/JayantGoel001/LeetCode/tree/master/3291-find-if-array-can-be-sorted) |
## Prefix Sum
| |
| ------- |
| [1940-maximum-xor-for-each-query](https://github.com/JayantGoel001/LeetCode/tree/master/1940-maximum-xor-for-each-query) |
## Sliding Window
| |
| ------- |
| [3380-shortest-subarray-with-or-at-least-k-ii](https://github.com/JayantGoel001/LeetCode/tree/master/3380-shortest-subarray-with-or-at-least-k-ii) |