8000 GitHub - iamarghamallick/LeetCode-Solutions: Welcome to my Leet-Code repository | Leetcode-POTD
[go: up one dir, main page]

Skip to content

iamarghamallick/LeetCode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode-Solutions

Auto-Updated with LeetHub

LeetCode Topics

Dynamic Programming

0010-regular-expression-matching
2028-the-earliest-and-latest-rounds-where-players-compete
2267-minimum-difference-in-sums-after-removal-of-elements
3490-find-the-maximum-length-of-valid-subsequence-i
3491-find-the-maximum-length-of-valid-subsequence-ii

Memoization

2028-the-earliest-and-latest-rounds-where-players-compete

Array

1350-remove-sub-folders-from-the-filesystem
2079-delete-duplicate-folders-in-system
2267-minimum-difference-in-sums-after-removal-of-elements
2497-maximum-matching-of-players-with-trainers
3490-find-the-maximum-length-of-valid-subsequence-i
3491-find-the-maximum-length-of-valid-subsequence-ii

Two Pointers

2497-maximum-matching-of-players-with-trainers

Greedy

2497-maximum-matching-of-players-with-trainers

Sorting

2497-maximum-matching-of-players-with-trainers

String

0006-zigzag-conversion
0008-string-to-integer-atoi
0010-regular-expression-matching
0012-integer-to-roman
1302-delete-characters-to-make-fancy-string
1350-remove-sub-folders-from-the-filesystem
2079-delete-duplicate-folders-in-system
3396-valid-word

Recursion

0010-regular-expression-matching

Linked List

1411-convert-binary-number-in-a-linked-list-to-integer

Math

0012-integer-to-roman
1411-convert-binary-number-in-a-linked-list-to-integer

Heap (Priority Queue)

2267-minimum-difference-in-sums-after-removal-of-elements

Depth-First Search

1350-remove-sub-folders-from-the-filesystem

Trie

1350-remove-sub-folders-from-the-filesystem
2079-delete-duplicate-folders-in-system

Hash Table

0012-integer-to-roman
2079-delete-duplicate-folders-in-system

Hash Function

2079-delete-duplicate-folders-in-system
0