Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sendoud/leetcode-daily-practice


https://github.com/sendoud/leetcode-daily-practice

Last synced: 2 days ago
JSON representation

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
| |
| ------- |
| [0064-minimum-path-sum](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0064-minimum-path-sum) |
| [0217-contains-duplicate](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0217-contains-duplicate) |
| [0560-subarray-sum-equals-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0560-subarray-sum-equals-k) |
| [1428-jump-game-iii](https://github.com/SendouD/Leetcode-daily-practice/tree/master/1428-jump-game-iii) |
| [2394-count-subarrays-with-score-less-than-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/2394-count-subarrays-with-score-less-than-k) |
## Hash Table
| |
| ------- |
| [0217-contains-duplicate](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0217-contains-duplicate) |
| [0560-subarray-sum-equals-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0560-subarray-sum-equals-k) |
## Sorting
| |
| ------- |
| [0217-contains-duplicate](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0217-contains-duplicate) |
## Linked List
| |
| ------- |
| [1411-convert-binary-number-in-a-linked-list-to-integer](https://github.com/SendouD/Leetcode-daily-practice/tree/master/1411-convert-binary-number-in-a-linked-list-to-integer) |
## Math
| |
| ------- |
| [0007-reverse-integer](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0007-reverse-integer) |
| [1411-convert-binary-number-in-a-linked-list-to-integer](https://github.com/SendouD/Leetcode-daily-practice/tree/master/1411-convert-binary-number-in-a-linked-list-to-integer) |
## Binary Search
| |
| ------- |
| [2394-count-subarrays-with-score-less-than-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/2394-count-subarrays-with-score-less-than-k) |
## Sliding Window
| |
| ------- |
| [2394-count-subarrays-with-score-less-than-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/2394-count-subarrays-with-score-less-than-k) |
## Prefix Sum
| |
| ------- |
| [0560-subarray-sum-equals-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0560-subarray-sum-equals-k) |
| [2394-count-subarrays-with-score-less-than-k](https://github.com/SendouD/Leetcode-daily-practice/tree/master/2394-count-subarrays-with-score-less-than-k) |
## Dynamic Programming
| |
| ------- |
| [0064-minimum-path-sum](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0064-minimum-path-sum) |
## Matrix
| |
| ------- |
| [0064-minimum-path-sum](https://github.com/SendouD/Leetcode-daily-practice/tree/master/0064-minimum-path-sum) |
## Depth-First Search
| |
| ------- |
| [1428-jump-game-iii](https://github.com/SendouD/Leetcode-daily-practice/tree/master/1428-jump-game-iii) |
## Breadth-First Search
| |
| ------- |
| [1428-jump-game-iii](https://github.com/SendouD/Leetcode-daily-practice/tree/master/1428-jump-game-iii) |