{"id":27028432,"url":"https://github.com/thushar003/leetcode-and-stuff","last_synced_at":"2026-05-16T22:04:45.811Z","repository":{"id":250225461,"uuid":"833849694","full_name":"thushar003/leetcode-and-stuff","owner":"thushar003","description":"LeetCode solutions,  programming contest and small sized programs. (Solutions sync to this repo using LeetHub)","archived":false,"fork":false,"pushed_at":"2025-04-02T23:51:52.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T00:27:34.905Z","etag":null,"topics":["cpp","leetcode","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thushar003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-25T22:22:22.000Z","updated_at":"2025-04-02T23:51:55.000Z","dependencies_parsed_at":"2025-03-21T17:42:59.615Z","dependency_job_id":null,"html_url":"https://github.com/thushar003/leetcode-and-stuff","commit_stats":null,"previous_names":["thushar003/cplusplus-mini-projects","thushar003/leetcode-and-stuff"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thushar003%2Fleetcode-and-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thushar003%2Fleetcode-and-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thushar003%2Fleetcode-and-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thushar003%2Fleetcode-and-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thushar003","download_url":"https://codeload.github.com/thushar003/leetcode-and-stuff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247269606,"owners_count":20911331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","leetcode","python"],"created_at":"2025-04-05T00:28:00.234Z","updated_at":"2026-05-16T22:04:45.805Z","avatar_url":"https://github.com/thushar003.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leetcode-and-stuff\nJust contains solutions to problems from LeetCode (and other such stuff).\n1. Solutions to easy/medium/hard(?) problems from LeetCode\n2. Code from programming competitions, etc.\n3. Experiments that aren't complete programs, but I want to add here anyway\n\n\u003c!---LeetCode Topics Start--\u003e\n# LeetCode Topics\n## Math\n|  |\n| ------- |\n| [0002-add-two-numbers](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0002-add-two-numbers) |\n| [0007-reverse-integer](https://github.com/thushar003/leetcode-and-stuff/tree/master/0007-reverse-integer) |\n| [0009-palindrome-number](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0009-palindrome-number) |\n| [0013-roman-to-integer](https://github.com/thushar003/leetcode-and-stuff/tree/master/0013-roman-to-integer) |\n| [0029-divide-two-integers](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0029-divide-two-integers) |\n| [0043-multiply-strings](https://github.com/thushar003/leetcode-and-stuff/tree/master/0043-multiply-strings) |\n| [0048-rotate-image](https://github.com/thushar003/leetcode-and-stuff/tree/master/0048-rotate-image) |\n| [0050-powx-n](https://github.com/thushar003/leetcode-and-stuff/tree/master/0050-powx-n) |\n| [0066-plus-one](https://github.com/thushar003/leetcode-and-stuff/tree/master/0066-plus-one) |\n| [0150-evaluate-reverse-polish-notation](https://github.com/thushar003/leetcode-and-stuff/tree/master/0150-evaluate-reverse-polish-notation) |\n| [0202-happy-number](https://github.com/thushar003/leetcode-and-stuff/tree/master/0202-happy-number) |\n| [1146-greatest-common-divisor-of-strings](https://github.com/thushar003/leetcode-and-stuff/tree/master/1146-greatest-common-divisor-of-strings) |\n| [2160-minimum-operations-to-make-a-uni-value-grid](https://github.com/thushar003/cplusplus-mini-projects/tree/master/2160-minimum-operations-to-make-a-uni-value-grid) |\n## Linked List\n|  |\n| ------- |\n| [0002-add-two-numbers](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0002-add-two-numbers) |\n| [0206-reverse-linked-list](https://github.com/thushar003/leetcode-and-stuff/tree/master/0206-reverse-linked-list) |\n## Recursion\n|  |\n| ------- |\n| [0002-add-two-numbers](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0002-add-two-numbers) |\n| [0050-powx-n](https://github.com/thushar003/leetcode-and-stuff/tree/master/0050-powx-n) |\n| [0206-reverse-linked-list](https://github.com/thushar003/leetcode-and-stuff/tree/master/0206-reverse-linked-list) |\n## Bit Manipulation\n|  |\n| ------- |\n| [0029-divide-two-integers](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0029-divide-two-integers) |\n## Array\n|  |\n| ------- |\n| [0001-two-sum](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0001-two-sum) |\n| [0004-median-of-two-sorted-arrays](https://github.com/thushar003/leetcode-and-stuff/tree/master/0004-median-of-two-sorted-arrays) |\n| [0011-container-with-most-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0011-container-with-most-water) |\n| [0015-3sum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0015-3sum) |\n| [0036-valid-sudoku](https://github.com/thushar003/leetcode-and-stuff/tree/master/0036-valid-sudoku) |\n| [0042-trapping-rain-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0042-trapping-rain-water) |\n| [0048-rotate-image](https://github.com/thushar003/leetcode-and-stuff/tree/master/0048-rotate-image) |\n| [0049-group-anagrams](https://github.com/thushar003/leetcode-and-stuff/tree/master/0049-group-anagrams) |\n| [0051-n-queens](https://github.com/thushar003/leetcode-and-stuff/tree/master/0051-n-queens) |\n| [0054-spiral-matrix](https://github.com/thushar003/leetcode-and-stuff/tree/master/0054-spiral-matrix) |\n| [0055-jump-game](https://github.com/thushar003/leetcode-and-stuff/tree/master/0055-jump-game) |\n| [0066-plus-one](https://github.com/thushar003/leetcode-and-stuff/tree/master/0066-plus-one) |\n| [0073-set-matrix-zeroes](https://github.com/thushar003/leetcode-and-stuff/tree/master/0073-set-matrix-zeroes) |\n| [0074-search-a-2d-matrix](https://github.com/thushar003/leetcode-and-stuff/tree/master/0074-search-a-2d-matrix) |\n| [0084-largest-rectangle-in-histogram](https://github.com/thushar003/leetcode-and-stuff/tree/master/0084-largest-rectangle-in-histogram) |\n| [0121-best-time-to-buy-and-sell-stock](https://github.com/thushar003/leetcode-and-stuff/tree/master/0121-best-time-to-buy-and-sell-stock) |\n| [0128-longest-consecutive-sequence](https://github.com/thushar003/leetcode-and-stuff/tree/master/0128-longest-consecutive-sequence) |\n| [0150-evaluate-reverse-polish-notation](https://github.com/thushar003/leetcode-and-stuff/tree/master/0150-evaluate-reverse-polish-notation) |\n| [0167-two-sum-ii-input-array-is-sorted](https://github.com/thushar003/leetcode-and-stuff/tree/master/0167-two-sum-ii-input-array-is-sorted) |\n| [0217-contains-duplicate](https://github.com/thushar003/leetcode-and-stuff/tree/master/0217-contains-duplicate) |\n| [0238-product-of-array-except-self](https://github.com/thushar003/leetcode-and-stuff/tree/master/0238-product-of-array-except-self) |\n| [0239-sliding-window-maximum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0239-sliding-window-maximum) |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n| [0739-daily-temperatures](https://github.com/thushar003/leetcode-and-stuff/tree/master/0739-daily-temperatures) |\n| [0792-binary-search](https://github.com/thushar003/leetcode-and-stuff/tree/master/0792-binary-search) |\n| [0853-car-fleet](https://github.com/thushar003/leetcode-and-stuff/tree/master/0853-car-fleet) |\n| [1468-check-if-n-and-its-double-exist](https://github.com/thushar003/leetcode-and-stuff/tree/master/1468-check-if-n-and-its-double-exist) |\n| [2013-detect-squares](https://github.com/thushar003/leetcode-and-stuff/tree/master/2013-detect-squares) |\n| [2160-minimum-operations-to-make-a-uni-value-grid](https://github.com/thushar003/cplusplus-mini-projects/tree/master/2160-minimum-operations-to-make-a-uni-value-grid) |\n## Hash Table\n|  |\n| ------- |\n| [0001-two-sum](https://github.com/thushar003/cplusplus-mini-projects/tree/master/0001-two-sum) |\n| [0003-longest-substring-without-repeating-characters](https://github.com/thushar003/leetcode-and-stuff/tree/master/0003-longest-substring-without-repeating-characters) |\n| [0013-roman-to-integer](https://github.com/thushar003/leetcode-and-stuff/tree/master/0013-roman-to-integer) |\n| [0036-valid-sudoku](https://github.com/thushar003/leetcode-and-stuff/tree/master/0036-valid-sudoku) |\n| [0049-group-anagrams](https://github.com/thushar003/leetcode-and-stuff/tree/master/0049-group-anagrams) |\n| [0073-set-matrix-zeroes](https://github.com/thushar003/leetcode-and-stuff/tree/master/0073-set-matrix-zeroes) |\n| [0076-minimum-window-substring](https://github.com/thushar003/leetcode-and-stuff/tree/master/0076-minimum-window-substring) |\n| [0128-longest-consecutive-sequence](https://github.com/thushar003/leetcode-and-stuff/tree/master/0128-longest-consecutive-sequence) |\n| [0202-happy-number](https://github.com/thushar003/leetcode-and-stuff/tree/master/0202-happy-number) |\n| [0217-contains-duplicate](https://github.com/thushar003/leetcode-and-stuff/tree/master/0217-contains-duplicate) |\n| [0242-valid-anagram](https://github.com/thushar003/leetcode-and-stuff/tree/master/0242-valid-anagram) |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n| [0424-longest-repeating-character-replacement](https://github.com/thushar003/leetcode-and-stuff/tree/master/0424-longest-repeating-character-replacement) |\n| [0567-permutation-in-string](https://github.com/thushar003/leetcode-and-stuff/tree/master/0567-permutation-in-string) |\n| [1468-check-if-n-and-its-double-exist](https://github.com/thushar003/leetcode-and-stuff/tree/master/1468-check-if-n-and-its-double-exist) |\n| [2013-detect-squares](https://github.com/thushar003/leetcode-and-stuff/tree/master/2013-detect-squares) |\n## Sorting\n|  |\n| ------- |\n| [0015-3sum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0015-3sum) |\n| [0049-group-anagrams](https://github.com/thushar003/leetcode-and-stuff/tree/master/0049-group-anagrams) |\n| [0217-contains-duplicate](https://github.com/thushar003/leetcode-and-stuff/tree/master/0217-contains-duplicate) |\n| [0242-valid-anagram](https://github.com/thushar003/leetcode-and-stuff/tree/master/0242-valid-anagram) |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n| [0853-car-fleet](https://github.com/thushar003/leetcode-and-stuff/tree/master/0853-car-fleet) |\n| [1468-check-if-n-and-its-double-exist](https://github.com/thushar003/leetcode-and-stuff/tree/master/1468-check-if-n-and-its-double-exist) |\n| [2160-minimum-operations-to-make-a-uni-value-grid](https://github.com/thushar003/cplusplus-mini-projects/tree/master/2160-minimum-operations-to-make-a-uni-value-grid) |\n## Matrix\n|  |\n| ------- |\n| [0036-valid-sudoku](https://github.com/thushar003/leetcode-and-stuff/tree/master/0036-valid-sudoku) |\n| [0048-rotate-image](https://github.com/thushar003/leetcode-and-stuff/tree/master/0048-rotate-image) |\n| [0054-spiral-matrix](https://github.com/thushar003/leetcode-and-stuff/tree/master/0054-spiral-matrix) |\n| [0073-set-matrix-zeroes](https://github.com/thushar003/leetcode-and-stuff/tree/master/0073-set-matrix-zeroes) |\n| [0074-search-a-2d-matrix](https://github.com/thushar003/leetcode-and-stuff/tree/master/0074-search-a-2d-matrix) |\n| [2160-minimum-operations-to-make-a-uni-value-grid](https://github.com/thushar003/cplusplus-mini-projects/tree/master/2160-minimum-operations-to-make-a-uni-value-grid) |\n## String\n|  |\n| ------- |\n| [0003-longest-substring-without-repeating-characters](https://github.com/thushar003/leetcode-and-stuff/tree/master/0003-longest-substring-without-repeating-characters) |\n| [0005-longest-palindromic-substring](https://github.com/thushar003/leetcode-and-stuff/tree/master/0005-longest-palindromic-substring) |\n| [0013-roman-to-integer](https://github.com/thushar003/leetcode-and-stuff/tree/master/0013-roman-to-integer) |\n| [0020-valid-parentheses](https://github.com/thushar003/leetcode-and-stuff/tree/master/0020-valid-parentheses) |\n| [0022-generate-parentheses](https://github.com/thushar003/leetcode-and-stuff/tree/master/0022-generate-parentheses) |\n| [0043-multiply-strings](https://github.com/thushar003/leetcode-and-stuff/tree/master/0043-multiply-strings) |\n| [0049-group-anagrams](https://github.com/thushar003/leetcode-and-stuff/tree/master/0049-group-anagrams) |\n| [0058-length-of-last-word](https://github.com/thushar003/leetcode-and-stuff/tree/master/0058-length-of-last-word) |\n| [0076-minimum-window-substring](https://github.com/thushar003/leetcode-and-stuff/tree/master/0076-minimum-window-substring) |\n| [0242-valid-anagram](https://github.com/thushar003/leetcode-and-stuff/tree/master/0242-valid-anagram) |\n| [0424-longest-repeating-character-replacement](https://github.com/thushar003/leetcode-and-stuff/tree/master/0424-longest-repeating-character-replacement) |\n| [0567-permutation-in-string](https://github.com/thushar003/leetcode-and-stuff/tree/master/0567-permutation-in-string) |\n| [0647-palindromic-substrings](https://github.com/thushar003/leetcode-and-stuff/tree/master/0647-palindromic-substrings) |\n| [1146-greatest-common-divisor-of-strings](https://github.com/thushar003/leetcode-and-stuff/tree/master/1146-greatest-common-divisor-of-strings) |\n## Stack\n|  |\n| ------- |\n| [0020-valid-parentheses](https://github.com/thushar003/leetcode-and-stuff/tree/master/0020-valid-parentheses) |\n| [0042-trapping-rain-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0042-trapping-rain-water) |\n| [0084-largest-rectangle-in-histogram](https://github.com/thushar003/leetcode-and-stuff/tree/master/0084-largest-rectangle-in-histogram) |\n| [0150-evaluate-reverse-polish-notation](https://github.com/thushar003/leetcode-and-stuff/tree/master/0150-evaluate-reverse-polish-notation) |\n| [0155-min-stack](https://github.com/thushar003/leetcode-and-stuff/tree/master/0155-min-stack) |\n| [0739-daily-temperatures](https://github.com/thushar003/leetcode-and-stuff/tree/master/0739-daily-temperatures) |\n| [0853-car-fleet](https://github.com/thushar003/leetcode-and-stuff/tree/master/0853-car-fleet) |\n## Sliding Window\n|  |\n| ------- |\n| [0003-longest-substring-without-repeating-characters](https://github.com/thushar003/leetcode-and-stuff/tree/master/0003-longest-substring-without-repeating-characters) |\n| [0076-minimum-window-substring](https://github.com/thushar003/leetcode-and-stuff/tree/master/0076-minimum-window-substring) |\n| [0239-sliding-window-maximum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0239-sliding-window-maximum) |\n| [0424-longest-repeating-character-replacement](https://github.com/thushar003/leetcode-and-stuff/tree/master/0424-longest-repeating-character-replacement) |\n| [0567-permutation-in-string](https://github.com/thushar003/leetcode-and-stuff/tree/master/0567-permutation-in-string) |\n## Divide and Conquer\n|  |\n| ------- |\n| [0004-median-of-two-sorted-arrays](https://github.com/thushar003/leetcode-and-stuff/tree/master/0004-median-of-two-sorted-arrays) |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n## Heap (Priority Queue)\n|  |\n| ------- |\n| [0239-sliding-window-maximum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0239-sliding-window-maximum) |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n## Bucket Sort\n|  |\n| ------- |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n## Counting\n|  |\n| ------- |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n| [2013-detect-squares](https://github.com/thushar003/leetcode-and-stuff/tree/master/2013-detect-squares) |\n## Quickselect\n|  |\n| ------- |\n| [0347-top-k-frequent-elements](https://github.com/thushar003/leetcode-and-stuff/tree/master/0347-top-k-frequent-elements) |\n## Binary Search\n|  |\n| ------- |\n| [0004-median-of-two-sorted-arrays](https://github.com/thushar003/leetcode-and-stuff/tree/master/0004-median-of-two-sorted-arrays) |\n| [0074-search-a-2d-matrix](https://github.com/thushar003/leetcode-and-stuff/tree/master/0074-search-a-2d-matrix) |\n| [0167-two-sum-ii-input-array-is-sorted](https://github.com/thushar003/leetcode-and-stuff/tree/master/0167-two-sum-ii-input-array-is-sorted) |\n| [0792-binary-search](https://github.com/thushar003/leetcode-and-stuff/tree/master/0792-binary-search) |\n| [1468-check-if-n-and-its-double-exist](https://github.com/thushar003/leetcode-and-stuff/tree/master/1468-check-if-n-and-its-double-exist) |\n## Backtracking\n|  |\n| ------- |\n| [0022-generate-parentheses](https://github.com/thushar003/leetcode-and-stuff/tree/master/0022-generate-parentheses) |\n| [0051-n-queens](https://github.com/thushar003/leetcode-and-stuff/tree/master/0051-n-queens) |\n## Two Pointers\n|  |\n| ------- |\n| [0005-longest-palindromic-substring](https://github.com/thushar003/leetcode-and-stuff/tree/master/0005-longest-palindromic-substring) |\n| [0011-container-with-most-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0011-container-with-most-water) |\n| [0015-3sum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0015-3sum) |\n| [0042-trapping-rain-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0042-trapping-rain-water) |\n| [0167-two-sum-ii-input-array-is-sorted](https://github.com/thushar003/leetcode-and-stuff/tree/master/0167-two-sum-ii-input-array-is-sorted) |\n| [0202-happy-number](https://github.com/thushar003/leetcode-and-stuff/tree/master/0202-happy-number) |\n| [0567-permutation-in-string](https://github.com/thushar003/leetcode-and-stuff/tree/master/0567-permutation-in-string) |\n| [0647-palindromic-substrings](https://github.com/thushar003/leetcode-and-stuff/tree/master/0647-palindromic-substrings) |\n| [1468-check-if-n-and-its-double-exist](https://github.com/thushar003/leetcode-and-stuff/tree/master/1468-check-if-n-and-its-double-exist) |\n## Prefix Sum\n|  |\n| ------- |\n| [0238-product-of-array-except-self](https://github.com/thushar003/leetcode-and-stuff/tree/master/0238-product-of-array-except-self) |\n## Union Find\n|  |\n| ------- |\n| [0128-longest-consecutive-sequence](https://github.com/thushar003/leetcode-and-stuff/tree/master/0128-longest-consecutive-sequence) |\n## Design\n|  |\n| ------- |\n| [0155-min-stack](https://github.com/thushar003/leetcode-and-stuff/tree/master/0155-min-stack) |\n| [2013-detect-squares](https://github.com/thushar003/leetcode-and-stuff/tree/master/2013-detect-squares) |\n## Dynamic Programming\n|  |\n| ------- |\n| [0005-longest-palindromic-substring](https://github.com/thushar003/leetcode-and-stuff/tree/master/0005-longest-palindromic-substring) |\n| [0022-generate-parentheses](https://github.com/thushar003/leetcode-and-stuff/tree/master/0022-generate-parentheses) |\n| [0042-trapping-rain-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0042-trapping-rain-water) |\n| [0055-jump-game](https://github.com/thushar003/leetcode-and-stuff/tree/master/0055-jump-game) |\n| [0121-best-time-to-buy-and-sell-stock](https://github.com/thushar003/leetcode-and-stuff/tree/master/0121-best-time-to-buy-and-sell-stock) |\n| [0647-palindromic-substrings](https://github.com/thushar003/leetcode-and-stuff/tree/master/0647-palindromic-substrings) |\n## Monotonic Stack\n|  |\n| ------- |\n| [0042-trapping-rain-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0042-trapping-rain-water) |\n| [0084-largest-rectangle-in-histogram](https://github.com/thushar003/leetcode-and-stuff/tree/master/0084-largest-rectangle-in-histogram) |\n| [0739-daily-temperatures](https://github.com/thushar003/leetcode-and-stuff/tree/master/0739-daily-temperatures) |\n| [0853-car-fleet](https://github.com/thushar003/leetcode-and-stuff/tree/master/0853-car-fleet) |\n## Greedy\n|  |\n| ------- |\n| [0011-container-with-most-water](https://github.com/thushar003/leetcode-and-stuff/tree/master/0011-container-with-most-water) |\n| [0055-jump-game](https://github.com/thushar003/leetcode-and-stuff/tree/master/0055-jump-game) |\n## Tree\n|  |\n| ------- |\n| [0104-maximum-depth-of-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0104-maximum-depth-of-binary-tree) |\n| [0226-invert-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0226-invert-binary-tree) |\n## Depth-First Search\n|  |\n| ------- |\n| [0104-maximum-depth-of-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0104-maximum-depth-of-binary-tree) |\n| [0226-invert-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0226-invert-binary-tree) |\n## Breadth-First Search\n|  |\n| ------- |\n| [0104-maximum-depth-of-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0104-maximum-depth-of-binary-tree) |\n| [0226-invert-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0226-invert-binary-tree) |\n## Binary Tree\n|  |\n| ------- |\n| [0104-maximum-depth-of-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0104-maximum-depth-of-binary-tree) |\n| [0226-invert-binary-tree](https://github.com/thushar003/leetcode-and-stuff/tree/master/0226-invert-binary-tree) |\n## Queue\n|  |\n| ------- |\n| [0239-sliding-window-maximum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0239-sliding-window-maximum) |\n## Monotonic Queue\n|  |\n| ------- |\n| [0239-sliding-window-maximum](https://github.com/thushar003/leetcode-and-stuff/tree/master/0239-sliding-window-maximum) |\n## Simulation\n|  |\n| ------- |\n| [0043-multiply-strings](https://github.com/thushar003/leetcode-and-stuff/tree/master/0043-multiply-strings) |\n| [0054-spiral-matrix](https://github.com/thushar003/leetcode-and-stuff/tree/master/0054-spiral-matrix) |\n## Data Stream\n|  |\n| ------- |\n| [2013-detect-squares](https://github.com/thushar003/leetcode-and-stuff/tree/master/2013-detect-squares) |\n\u003c!---LeetCode Topics End--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthushar003%2Fleetcode-and-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthushar003%2Fleetcode-and-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthushar003%2Fleetcode-and-stuff/lists"}