Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sebagomez/leetcode

🤯 Some of the leetCode problems I've solved
https://github.com/sebagomez/leetcode

Generate Parentheses

090b8bd14f03c99f05513397cb99f37ad518b2b7 authored about 5 years ago by Sebastián Gómez <[email protected]>
Improved QuickSort. Explanation provided by @bephrem1

0300d34f5ed5a459d534202117a84c50ade66c23 authored about 5 years ago by Sebastián Gómez <[email protected]>
Update README.md

40d199c375b76f64ff49d0b0608999ff196cc9f5 authored about 5 years ago by sebastian gomez <[email protected]>
Update README.md

56eb705860439d107cbe31e9b78c390ec90cac8f authored about 5 years ago by sebastian gomez <[email protected]>
Update README.md

6ab2b7309ed5ad4697924b6abd174ac746bddc5c authored about 5 years ago by sebastian gomez <[email protected]>
Sudoku solver helped by @bephrem1

cc509f036f44d477832bf68e18a80d136fb9895c authored about 5 years ago by Sebastián Gómez <[email protected]>
Improved (little bit) LCA

bc8637216f8f9145d3584981ead5412e5fc9ef05 authored about 5 years ago by Sebastián Gómez <[email protected]>
Minesweeper in place

21b35acc21d5bbc8bbd47fee4186bebd28d428e7 authored about 5 years ago by Sebastián Gómez <[email protected]>
Searh 2d Matrix

53223d7af8018101d336fbfaa6f920ad86e54368 authored about 5 years ago by Sebastián Gómez <[email protected]>
Trie implementation

4bd5f3c3f371863ee721aab56213bb4f11014959 authored about 5 years ago by Sebastián Gómez <[email protected]>
Median array

310b03a929934400a4401a0c9a6dd10c567b5eae authored about 5 years ago by Sebastián Gómez <[email protected]>
Sort List

795dc8d6372d4defaf3a332e70e962b6d2dcd5a3 authored about 5 years ago by Sebastián Gómez <[email protected]>
fixed casing

54c2279679e2a3a0ac672661fef31772aa360451 authored about 5 years ago by Sebastián Gómez <[email protected]>
fixe proper casing

59e2d6f775ef2e773719823e529cb95a7cd37c71 authored about 5 years ago by Sebastián Gómez <[email protected]>
renamed badge accordingly

4a4fcae3888bc4fa73041c6ebc36dc689dde03c2 authored about 5 years ago by Sebastián Gómez <[email protected]>
better Action name

fd3c55bc1da0079e1ee51e6d08258ee0b6551862 authored about 5 years ago by sebastian gomez <[email protected]>
fixed README

d941df7353d4618436021200d212960d2674dfb5 authored about 5 years ago by Sebastián Gómez <[email protected]>
Merge branch 'master' of https://github.com/sebagomez/leetcode

eb90466d3e19ffe06d9cd4e3418d5686478fb770 authored about 5 years ago by Sebastián Gómez <[email protected]>
GitHub Action badge added

3907a2c03486dd057c5638032f865dd1c1ba5088 authored about 5 years ago by Sebastián Gómez <[email protected]>
changed action name

bf9fea8e408c3adb9f9b88e86238c26b7fdfcbc5 authored about 5 years ago by sebastian gomez <[email protected]>
First GitHub action

db52143d9790a87c4bcbde54681428e9f39964ed authored about 5 years ago by sebastian gomez <[email protected]>
v0 of the K smallest

2ee0c2ec77852e3c915406f75ecf3cf8ff6185bd authored about 5 years ago by seba gomez <[email protected]>
shell for KSmallestElement

8c2812f9606f63d18b02281fc4ec5ae315ed5f35 authored about 5 years ago by Sebastián Gómez <[email protected]>
Nice LCA

f9a1f99e55d98951fbb6f1bc96aad83f982dc03c authored about 5 years ago by Sebastián Gómez <[email protected]>
surrounded regions

f2e11c21a70c60ef79a4a2268168555b2b982e91 authored about 5 years ago by Sebastián Gómez <[email protected]>
Ugly ass problem

fff8fcab7f75e7a327e52650feded3495693854c authored about 5 years ago by Sebastián Gómez <[email protected]>
LRU Cache implemented

69d080dd468754e599b880f04b7c8707b23a6a7a authored about 5 years ago by Sebastián Gómez <[email protected]>
some hard problems

6d4d37d0a89fabebd3f2ad72769423f5645c3b16 authored about 5 years ago by Sebastián Gómez <[email protected]>
migrated to .NET Standard 2.0 and .NET Core 3.0

c2d773f51098c62a472c978c87b5075107db6795 authored about 5 years ago by Sebastián Gómez <[email protected]>
more string problems

a234bbddac80d012edccd5ad73a94c6ba85de2a9 authored about 5 years ago by Sebastián Gómez <[email protected]>
StrStr

91d7ab39997f5f5b3dc4ed62b620d771d097c2eb authored about 5 years ago by Sebastián Gómez <[email protected]>
atoi implemented

89b444885033a206a0dc3910f618bcdfbe35d467 authored about 5 years ago by Sebastián Gómez <[email protected]>
more string problems

8f019da88ba86bc9394dd61f097d8db28e219598 authored about 5 years ago by Sebastián Gómez <[email protected]>
more array problems

0867f4a9d108f19ce8b2cbea218d870b01292fcc authored about 5 years ago by Sebastián Gómez <[email protected]>
many some problems

be21d9bdd1293a2864a56760ef51f7badb057a2b authored about 5 years ago by Sebastián Gómez <[email protected]>
new problems

8957f15677a9977fbed24aed0b2d75798695284e authored about 5 years ago by Sebastián Gómez <[email protected]>
new problems

c4d62bbf7b70e2398886079fb188b267dfd22767 authored about 5 years ago by Sebastián Gómez <[email protected]>
more stuff

0fc88f2c551367f215887324b26cf31d18a6fb3b authored over 5 years ago by Sebastián Gómez <[email protected]>
Refactored some classes used many times (TreeNode, TrieNode and more)

Also completed some Binery Search algos

8b1a76d5a1178c9c75ac7a80d669f57a0a869ae5 authored over 5 years ago by Sebastián Gómez <[email protected]>
fixed BFS & DFS tests

496cb61d5d11b402a3dc4caf0fcba8cb1b4c29a2 authored over 5 years ago by Sebastián Gómez <[email protected]>
ranaming

606487f9dfbfac398835234b0db6df2f22b715f1 authored over 5 years ago by Sebastián Gómez <[email protected]>
improvements to old algos applying BFS and DFS

949351ce3bca4afaa0b07cac83a1011114779cea authored over 5 years ago by Sebastián Gómez <[email protected]>
reverse linked list added

9d5bb283e3166643657e4de65302c10b3e68ccce authored over 5 years ago by Sebastián Gómez <[email protected]>
improved palindrome algo

6a8b9ee3f258bd0b0162c2b6122eff509d9aee46 authored over 5 years ago by Sebastián Gómez <[email protected]>
more problems

f2d3818833aa895cbb725f7f2833b5f56393bbef authored over 5 years ago by Sebastián Gómez <[email protected]>
new algos

0d04a3092b54cceca24c3957d1a99e3a00050c34 authored over 5 years ago by Sebastián Gómez <[email protected]>
Vowel Spellchecker implemented... the key is the original HashSet

a1f9f15e06b4fe9797e0e9fa69487b7347b8ffb4 authored over 5 years ago by Sebastián Gómez <[email protected]>
No! a queue it is not needed since List<T> behaves as a queue when iterating

cd413ed760dc5d68c7b804da549cff46b119b0be authored over 5 years ago by Sebastián Gómez <[email protected]>
In order to mantain the order of the items, a queue should be used instead

13c5b1f2018f977ed3522f3a46f546b7587a6c23 authored over 5 years ago by Sebastián Gómez <[email protected]>
new probles with their solutions

7deea2022016c3b7cb604073f687bfeb5cd2448f authored over 5 years ago by Sebastián Gómez <[email protected]>
Improvements to the Quick Sort algo

Also some complex (and easy) matrix related problems. Tries included

e1161c1a2c26ce919c7c1b37c320938154756474 authored over 5 years ago by Sebastián Gómez <[email protected]>
improved algorithm, only go the middle

7d7789dc782093c4b5d18c47e4195c878851a6b6 authored over 5 years ago by Sebastián Gómez <[email protected]>
Microsoft Longest Palindrome execrise

047375fe0dc8127185e5b51de7f5c83e039e62b0 authored over 5 years ago by Sebastián Gómez <[email protected]>
new stuff and improved Buuble sort

9ecbddb8fc58787566abe34b4854a94df98f33ba authored over 5 years ago by seba gomez <[email protected]>
MergeKSortedList [hard]

e95ae84aaf25036aea95d28232c576f3844792c2 authored over 5 years ago by seba gomez <[email protected]>
Added a couple of Roman Numbers problems

2dc7b5aea3e88c9b4de1d308a03b0fe106878227 authored over 5 years ago by seba gomez <[email protected]>
fixed QiockSort, added Amazon Shifted problem

dbf03175eb419fe08c661518ddc419e643777862 authored over 5 years ago by seba gomez <[email protected]>
removed unnecesary ignores

8926cb32d3df2e493148e5c57200dc159b89eb3d authored over 5 years ago by seba gomez <[email protected]>
Binary Search added

16a42119a82eb82710a08415aad75fb66792e06a authored over 5 years ago by seba gomez <[email protected]>
Added the basic sorting algorithms and solved the K largest bubbling k times

5d03cd2f7c56f8d884e18854b4010f35ba790980 authored over 5 years ago by seba gomez <[email protected]>
summary header added

fa7dd0172f7fc7699ca9b8be252a7f85cbd23677 authored about 6 years ago by seba gomez <[email protected]>
Total Hamming Distance

e6cf959c715169b446bda67b92ba0326cb156f8d authored almost 8 years ago by sebagomez <[email protected]>
Container With Most Water

da1020191abec5626f0ccf82019c44ffdf56b458 authored almost 8 years ago by sebagomez <[email protected]>
removed usings

e0f3bca8da80981b3b76ee06a44834cbcce8d69e authored almost 8 years ago by sebagomez <[email protected]>
Length of Last word added

6e79a9ea1033a7223804555c91ee508bd98b298e authored almost 8 years ago by sebagomez <[email protected]>
BuyAndSellsStocks added

defda2b1071bad01b5aa108cfa93b3161db04107 authored almost 8 years ago by sebagomez <[email protected]>
Search a 2D Matrix

2108549e0c516c59dd3e9e9745598ee8418e972c authored almost 8 years ago by sebagomez <[email protected]>
v1

e680525cce5d2e87b6462ef8a4912dae4044009c authored almost 8 years ago by sebagomez <[email protected]>
Create README.md

4ea4c8c6ec5aa8eb9fda6513cc60eee9a7a725f5 authored almost 8 years ago by sebastian gomez <[email protected]>