Skip to content

This is a repository where I post solutions to various algorithms found on leetcode.com.

Notifications You must be signed in to change notification settings

shanickcuello/LeetCodeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leet code solutions

This is a repository where I post the solution of different algorithms posted in leetcode.com

"Success is 99% failure." Soichiro Honda

Day1

TwoSum solution in C# https://leetcode.com/problems/two-sum/ image

Day2

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

Day3

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

Day4

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

Day5

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

Day6

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

Day7

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

Day8

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

Day9

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

Day10

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

Day11

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

Day12

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

Day13

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

Day14

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

Day 15

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

Day 16

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

Day 17

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

Day 18

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

Day 19

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

Day 20

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

Day 21

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

Day 22

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

Day 23

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

Day 24

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

Day 25

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

Day 26

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

Day 27

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

Day 28

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

Day 29

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

Day 30

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

Day 31

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

Palindrome (Javascript)

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! image

About

This is a repository where I post solutions to various algorithms found on leetcode.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published