This is a repository where I post the solution of different algorithms posted in leetcode.com
"Success is 99% failure." Soichiro Honda
TwoSum solution in C#
https://leetcode.com/problems/two-sum/

AddTwoNumbers solution in C#
https://leetcode.com/problems/add-two-numbers/

LengthOfLongestSubstring solution in C#
https://leetcode.com/problems/add-two-numbers/

Minimum number of operations to make array empty solution in Python3
https://leetcode.com/problems/minimum-number-of-operations-to-make-array-empty

Longest increasing subsequence
https://leetcode.com/problems/longest-increasing-subsequence

Maximum Profit in Job Scheduling
https://leetcode.com/problems/longest-increasing-subsequence

Excel Sheet Column Title
https://leetcode.com/problems/excel-sheet-column-title/

Find the difference
https://leetcode.com/problems/find-the-difference

Palindrome number
https://leetcode.com/problems/palindrome-number/

Roman number to int
https://leetcode.com/problems/roman-to-integer

Longest Common Prefix
https://leetcode.com/problems/longest-common-prefix

Valid Parenthesis
https://leetcode.com/problems/valid-parentheses

Shuffle the Array
https://leetcode.com/problems/shuffle-the-array

Merge two sorted list
https://leetcode.com/problems/merge-two-sorted-lists/

Remove duplicated
https://leetcode.com/problems/remove-duplicates-from-sorted-array

Randomized set
https://leetcode.com/problems/insert-delete-getrandom-o1

Unique Number of Occurrences
https://leetcode.com/problems/unique-number-of-occurrences

Climb stairs
https://leetcode.com/problems/climbing-stairs/

Length of Last Word
https://leetcode.com/problems/length-of-last-word

Search insert position
https://leetcode.com/problems/search-insert-position

Rob
Two submissions this time.
https://github.com/shanickcuello/LeetCodeSolutions

Set mismatch
https://leetcode.com/problems/set-mismatch/description

Remove element
https://leetcode.com/problems/remove-element

Pseudo palindromic paths
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree

Plus one
https://leetcode.com/problems/plus-one

Add binary
https://leetcode.com/problems/add-binary/

Delete duplicates
https://leetcode.com/problems/remove-duplicates-from-sorted-list/

Merge Sorted Array
https://leetcode.com/problems/merge-sorted-array/description/

Custom Sqrt
https://leetcode.com/problems/sqrtx/

Occurrence of partial string
https://github.com/shanickcuello/LeetCodeSolutions

Permutation Sequence
https://leetcode.com/problems/permutation-sequence

Im back doing this challenges :)
03/10/24 I did some pair programming with Sophivorus
We did the Palindrome challenge. We still need to make ir more performance but im happy to learn some Javascript in the process
Check the code here!



