Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bmukesh23/dsa

DSA Practice
https://github.com/bmukesh23/dsa

java sql

Last synced: 17 days ago
JSON representation

DSA Practice

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
## Math
| |
| ------- |
| [0007-reverse-integer](https://github.com/bmukesh23/DSA/tree/master/0007-reverse-integer) |
| [0009-palindrome-number](https://github.com/bmukesh23/DSA/tree/master/0009-palindrome-number) |
| [0048-rotate-image](https://github.com/bmukesh23/DSA/tree/master/0048-rotate-image) |
| [0189-rotate-array](https://github.com/bmukesh23/DSA/tree/master/0189-rotate-array) |
| [0268-missing-number](https://github.com/bmukesh23/DSA/tree/master/0268-missing-number) |
| [1013-fibonacci-number](https://github.com/bmukesh23/DSA/tree/master/1013-fibonacci-number) |
| [1406-subtract-the-product-and-sum-of-digits-of-an-integer](https://github.com/bmukesh23/DSA/tree/master/1406-subtract-the-product-and-sum-of-digits-of-an-integer) |
| [2324-find-triangular-sum-of-an-array](https://github.com/bmukesh23/DSA/tree/master/2324-find-triangular-sum-of-an-array) |
## Array
| |
| ------- |
| [0001-two-sum](https://github.com/bmukesh23/DSA/tree/master/0001-two-sum) |
| [0026-remove-duplicates-from-sorted-array](https://github.com/bmukesh23/DSA/tree/master/0026-remove-duplicates-from-sorted-array) |
| [0031-next-permutation](https://github.com/bmukesh23/DSA/tree/master/0031-next-permutation) |
| [0048-rotate-image](https://github.com/bmukesh23/DSA/tree/master/0048-rotate-image) |
| [0053-maximum-subarray](https://github.com/bmukesh23/DSA/tree/master/0053-maximum-subarray) |
| [0056-merge-intervals](https://github.com/bmukesh23/DSA/tree/master/0056-merge-intervals) |
| [0073-set-matrix-zeroes](https://github.com/bmukesh23/DSA/tree/master/0073-set-matrix-zeroes) |
| [0075-sort-colors](https://github.com/bmukesh23/DSA/tree/master/0075-sort-colors) |
| [0088-merge-sorted-array](https://github.com/bmukesh23/DSA/tree/master/0088-merge-sorted-array) |
| [0118-pascals-triangle](https://github.com/bmukesh23/DSA/tree/master/0118-pascals-triangle) |
| [0119-pascals-triangle-ii](https://github.com/bmukesh23/DSA/tree/master/0119-pascals-triangle-ii) |
| [0121-best-time-to-buy-and-sell-stock](https://github.com/bmukesh23/DSA/tree/master/0121-best-time-to-buy-and-sell-stock) |
| [0128-longest-consecutive-sequence](https://github.com/bmukesh23/DSA/tree/master/0128-longest-consecutive-sequence) |
| [0136-single-number](https://github.com/bmukesh23/DSA/tree/master/0136-single-number) |
| [0169-majority-element](https://github.com/bmukesh23/DSA/tree/master/0169-majority-element) |
| [0189-rotate-array](https://github.com/bmukesh23/DSA/tree/master/0189-rotate-array) |
| [0217-contains-duplicate](https://github.com/bmukesh23/DSA/tree/master/0217-contains-duplicate) |
| [0268-missing-number](https://github.com/bmukesh23/DSA/tree/master/0268-missing-number) |
| [0283-move-zeroes](https://github.com/bmukesh23/DSA/tree/master/0283-move-zeroes) |
| [0287-find-the-duplicate-number](https://github.com/bmukesh23/DSA/tree/master/0287-find-the-duplicate-number) |
| [0485-max-consecutive-ones](https://github.com/bmukesh23/DSA/tree/master/0485-max-consecutive-ones) |
| [0792-binary-search](https://github.com/bmukesh23/DSA/tree/master/0792-binary-search) |
| [1755-defuse-the-bomb](https://github.com/bmukesh23/DSA/tree/master/1755-defuse-the-bomb) |
| [1878-check-if-array-is-sorted-and-rotated](https://github.com/bmukesh23/DSA/tree/master/1878-check-if-array-is-sorted-and-rotated) |
| [1966-frequency-of-the-most-frequent-element](https://github.com/bmukesh23/DSA/tree/master/1966-frequency-of-the-most-frequent-element) |
| [2271-rearrange-array-elements-by-sign](https://github.com/bmukesh23/DSA/tree/master/2271-rearrange-array-elements-by-sign) |
| [2324-find-triangular-sum-of-an-array](https://github.com/bmukesh23/DSA/tree/master/2324-find-triangular-sum-of-an-array) |
## Hash Table
| |
| ------- |
| [0001-two-sum](https://github.com/bmukesh23/DSA/tree/master/0001-two-sum) |
| [0073-set-matrix-zeroes](https://github.com/bmukesh23/DSA/tree/master/0073-set-matrix-zeroes) |
| [0128-longest-consecutive-sequence](https://github.com/bmukesh23/DSA/tree/master/0128-longest-consecutive-sequence) |
| [0169-majority-element](https://github.com/bmukesh23/DSA/tree/master/0169-majority-element) |
| [0217-contains-duplicate](https://github.com/bmukesh23/DSA/tree/master/0217-contains-duplicate) |
| [0268-missing-number](https://github.com/bmukesh23/DSA/tree/master/0268-missing-number) |
## Dynamic Programming
| |
| ------- |
| [0053-maximum-subarray](https://github.com/bmukesh23/DSA/tree/master/0053-maximum-subarray) |
| [0118-pascals-triangle](https://github.com/bmukesh23/DSA/tree/master/0118-pascals-triangle) |
| [0119-pascals-triangle-ii](https://github.com/bmukesh23/DSA/tree/master/0119-pascals-triangle-ii) |
| [0121-best-time-to-buy-and-sell-stock](https://github.com/bmukesh23/DSA/tree/master/0121-best-time-to-buy-and-sell-stock) |
| [1013-fibonacci-number](https://github.com/bmukesh23/DSA/tree/master/1013-fibonacci-number) |
## Recursion
| |
| ------- |
| [1013-fibonacci-number](https://github.com/bmukesh23/DSA/tree/master/1013-fibonacci-number) |
## Memoization
| |
| ------- |
| [1013-fibonacci-number](https://github.com/bmukesh23/DSA/tree/master/1013-fibonacci-number) |
## Two Pointers
| |
| ------- |
| [0026-remove-duplicates-from-sorted-array](https://github.com/bmukesh23/DSA/tree/master/0026-remove-duplicates-from-sorted-array) |
| [0031-next-permutation](https://github.com/bmukesh23/DSA/tree/master/0031-next-permutation) |
| [0075-sort-colors](https://github.com/bmukesh23/DSA/tree/master/0075-sort-colors) |
| [0088-merge-sorted-array](https://github.com/bmukesh23/DSA/tree/master/0088-merge-sorted-array) |
| [0125-valid-palindrome](https://github.com/bmukesh23/DSA/tree/master/0125-valid-palindrome) |
| [0189-rotate-array](https://github.com/bmukesh23/DSA/tree/master/0189-rotate-array) |
| [0283-move-zeroes](https://github.com/bmukesh23/DSA/tree/master/0283-move-zeroes) |
| [0287-find-the-duplicate-number](https://github.com/bmukesh23/DSA/tree/master/0287-find-the-duplicate-number) |
| [2271-rearrange-array-elements-by-sign](https://github.com/bmukesh23/DSA/tree/master/2271-rearrange-array-elements-by-sign) |
## String
| |
| ------- |
| [0125-valid-palindrome](https://github.com/bmukesh23/DSA/tree/master/0125-valid-palindrome) |
## Sorting
| |
| ------- |
| [0056-merge-intervals](https://github.com/bmukesh23/DSA/tree/master/0056-merge-intervals) |
| [0075-sort-colors](https://github.com/bmukesh23/DSA/tree/master/0075-sort-colors) |
| [0088-merge-sorted-array](https://github.com/bmukesh23/DSA/tree/master/0088-merge-sorted-array) |
| [0169-majority-element](https://github.com/bmukesh23/DSA/tree/master/0169-majority-element) |
| [0217-contains-duplicate](https://github.com/bmukesh23/DSA/tree/master/0217-contains-duplicate) |
| [0268-missing-number](https://github.com/bmukesh23/DSA/tree/master/0268-missing-number) |
| [1966-frequency-of-the-most-frequent-element](https://github.com/bmukesh23/DSA/tree/master/1966-frequency-of-the-most-frequent-element) |
## Binary Search
| |
| ------- |
| [0268-missing-number](https://github.com/bmukesh23/DSA/tree/master/0268-missing-number) |
| [0287-find-the-duplicate-number](https://github.com/bmukesh23/DSA/tree/master/0287-find-the-duplicate-number) |
| [0792-binary-search](https://github.com/bmukesh23/DSA/tree/master/0792-binary-search) |
| [1966-frequency-of-the-most-frequent-element](https://github.com/bmukesh23/DSA/tree/master/1966-frequency-of-the-most-frequent-element) |
## Bit Manipulation
| |
| ------- |
| [0136-single-number](https://github.com/bmukesh23/DSA/tree/master/0136-single-number) |
| [0268-missing-number](https://github.com/bmukesh23/DSA/tree/master/0268-missing-number) |
| [0287-find-the-duplicate-number](https://github.com/bmukesh23/DSA/tree/master/0287-find-the-duplicate-number) |
## Greedy
| |
| ------- |
| [1966-frequency-of-the-most-frequent-element](https://github.com/bmukesh23/DSA/tree/master/1966-frequency-of-the-most-frequent-element) |
## Sliding Window
| |
| ------- |
| [1755-defuse-the-bomb](https://github.com/bmukesh23/DSA/tree/master/1755-defuse-the-bomb) |
| [1966-frequency-of-the-most-frequent-element](https://github.com/bmukesh23/DSA/tree/master/1966-frequency-of-the-most-frequent-element) |
## Prefix Sum
| |
| ------- |
| [1966-frequency-of-the-most-frequent-element](https://github.com/bmukesh23/DSA/tree/master/1966-frequency-of-the-most-frequent-element) |
## Database
| |
| ------- |
| [0180-consecutive-numbers](https://github.com/bmukesh23/DSA/tree/master/0180-consecutive-numbers) |
| [0197-rising-temperature](https://github.com/bmukesh23/DSA/tree/master/0197-rising-temperature) |
| [0570-managers-with-at-least-5-direct-reports](https://github.com/bmukesh23/DSA/tree/master/0570-managers-with-at-least-5-direct-reports) |
| [0577-employee-bonus](https://github.com/bmukesh23/DSA/tree/master/0577-employee-bonus) |
| [0584-find-customer-referee](https://github.com/bmukesh23/DSA/tree/master/0584-find-customer-referee) |
| [0585-investments-in-2016](https://github.com/bmukesh23/DSA/tree/master/0585-investments-in-2016) |
| [0595-big-countries](https://github.com/bmukesh23/DSA/tree/master/0595-big-countries) |
| [0596-classes-more-than-5-students](https://github.com/bmukesh23/DSA/tree/master/0596-classes-more-than-5-students) |
| [0602-friend-requests-ii-who-has-the-most-friends](https://github.com/bmukesh23/DSA/tree/master/0602-friend-requests-ii-who-has-the-most-friends) |
| [0610-triangle-judgement](https://github.com/bmukesh23/DSA/tree/master/0610-triangle-judgement) |
| [0619-biggest-single-number](https://github.com/bmukesh23/DSA/tree/master/0619-biggest-single-number) |
| [0620-not-boring-movies](https://github.com/bmukesh23/DSA/tree/master/0620-not-boring-movies) |
| [0626-exchange-seats](https://github.com/bmukesh23/DSA/tree/master/0626-exchange-seats) |
| [1135-customers-who-bought-all-products](https://github.com/bmukesh23/DSA/tree/master/1135-customers-who-bought-all-products) |
| [1153-product-sales-analysis-i](https://github.com/bmukesh23/DSA/tree/master/1153-product-sales-analysis-i) |
| [1155-product-sales-analysis-iii](https://github.com/bmukesh23/DSA/tree/master/1155-product-sales-analysis-iii) |
| [1161-project-employees-i](https://github.com/bmukesh23/DSA/tree/master/1161-project-employees-i) |
| [1182-game-play-analysis-iv](https://github.com/bmukesh23/DSA/tree/master/1182-game-play-analysis-iv) |
| [1245-user-activity-for-the-past-30-days-i](https://github.com/bmukesh23/DSA/tree/master/1245-user-activity-for-the-past-30-days-i) |
| [1258-article-views-i](https://github.com/bmukesh23/DSA/tree/master/1258-article-views-i) |
| [1278-product-price-at-a-given-date](https://github.com/bmukesh23/DSA/tree/master/1278-product-price-at-a-given-date) |
| [1292-immediate-food-delivery-ii](https://github.com/bmukesh23/DSA/tree/master/1292-immediate-food-delivery-ii) |
| [1317-monthly-transactions-i](https://github.com/bmukesh23/DSA/tree/master/1317-monthly-transactions-i) |
| [1327-last-person-to-fit-in-the-bus](https://github.com/bmukesh23/DSA/tree/master/1327-last-person-to-fit-in-the-bus) |
| [1338-queries-quality-and-percentage](https://github.com/bmukesh23/DSA/tree/master/1338-queries-quality-and-percentage) |
| [1390-average-selling-price](https://github.com/bmukesh23/DSA/tree/master/1390-average-selling-price) |
| [1415-students-and-examinations](https://github.com/bmukesh23/DSA/tree/master/1415-students-and-examinations) |
| [1452-restaurant-growth](https://github.com/bmukesh23/DSA/tree/master/1452-restaurant-growth) |
| [1480-movie-rating](https://github.com/bmukesh23/DSA/tree/master/1480-movie-rating) |
| [1509-replace-employee-id-with-the-unique-identifier](https://github.com/bmukesh23/DSA/tree/master/1509-replace-employee-id-with-the-unique-identifier) |
| [1724-customer-who-visited-but-did-not-make-any-transactions](https://github.com/bmukesh23/DSA/tree/master/1724-customer-who-visited-but-did-not-make-any-transactions) |
| [1773-percentage-of-users-attended-a-contest](https://github.com/bmukesh23/DSA/tree/master/1773-percentage-of-users-attended-a-contest) |
| [1801-average-time-of-process-per-machine](https://github.com/bmukesh23/DSA/tree/master/1801-average-time-of-process-per-machine) |
| [1827-invalid-tweets](https://github.com/bmukesh23/DSA/tree/master/1827-invalid-tweets) |
| [1877-find-followers-count](https://github.com/bmukesh23/DSA/tree/master/1877-find-followers-count) |
| [1882-the-number-of-employees-which-report-to-each-employee](https://github.com/bmukesh23/DSA/tree/master/1882-the-number-of-employees-which-report-to-each-employee) |
| [1908-recyclable-and-low-fat-products](https://github.com/bmukesh23/DSA/tree/master/1908-recyclable-and-low-fat-products) |
| [1942-primary-department-for-each-employee](https://github.com/bmukesh23/DSA/tree/master/1942-primary-department-for-each-employee) |
| [2057-count-salary-categories](https://github.com/bmukesh23/DSA/tree/master/2057-count-salary-categories) |
| [2087-confirmation-rate](https://github.com/bmukesh23/DSA/tree/master/2087-confirmation-rate) |
| [2127-employees-whose-manager-left-the-company](https://github.com/bmukesh23/DSA/tree/master/2127-employees-whose-manager-left-the-company) |
| [2495-number-of-unique-subjects-taught-by-each-teacher](https://github.com/bmukesh23/DSA/tree/master/2495-number-of-unique-subjects-taught-by-each-teacher) |
## Divide and Conquer
| |
| ------- |
| [0053-maximum-subarray](https://github.com/bmukesh23/DSA/tree/master/0053-maximum-subarray) |
| [0169-majority-element](https://github.com/bmukesh23/DSA/tree/master/0169-majority-element) |
## Counting
| |
| ------- |
| [0169-majority-element](https://github.com/bmukesh23/DSA/tree/master/0169-majority-element) |
## Simulation
| |
| ------- |
| [2271-rearrange-array-elements-by-sign](https://github.com/bmukesh23/DSA/tree/master/2271-rearrange-array-elements-by-sign) |
| [2324-find-triangular-sum-of-an-array](https://github.com/bmukesh23/DSA/tree/master/2324-find-triangular-sum-of-an-array) |
## Union Find
| |
| ------- |
| [0128-longest-consecutive-sequence](https://github.com/bmukesh23/DSA/tree/master/0128-longest-consecutive-sequence) |
## Matrix
| |
| ------- |
| [0048-rotate-image](https://github.com/bmukesh23/DSA/tree/master/0048-rotate-image) |
| [0073-set-matrix-zeroes](https://github.com/bmukesh23/DSA/tree/master/0073-set-matrix-zeroes) |
## Combinatorics
| |
| ------- |
| [2324-find-triangular-sum-of-an-array](https://github.com/bmukesh23/DSA/tree/master/2324-find-triangular-sum-of-an-array) |