/leetcode

My solutions to LeetCode problems in Go, JS, SQL and Bash

Primary LanguageGo

LeetCode

Problem Solution
8. String to Integer (atoi) atoi.go
2. Add Two Numbers add.go
3. Longest Substring Without Repeating Characters len.go
29. Divide Two Integers div.go
177. Nth Highest Salary nth.sql
1934. Confirmation Rate rate.sql
192. Word Frequency freq.sh
194. Transpose File trans.sh
1685. Sum of Absolute Differences in a Sorted Array sum.go
2627. Debounce debounce.js
2554. Maximum Number of Integers to Choose From a Range I max.go
1727. Largest Submatrix With Rearrangements area.go
189. Rotate Array rotate.go
238. Product of Array Except Self prods.go
12. Integer to Roman roman.go
273. Integer to English Words words.go
151. Reverse Words in a String reverse.go
68. Text Justification justify.go
2468. Split Message Based on Limit split.go
2623. Memoize mem.js
2622. Cache With Time Limit cache.js
2631. Group By group.js
2722. Join Two Arrays by ID join.js
2721. Execute Asynchronous Functions in Parallel promiseall.js
80. Remove Duplicates from Sorted Array II remove.go
122. Best Time to Buy and Sell Stock II profit.go
570. Managers with at Least 5 Direct Reports managers.sql
1193. Monthly Transactions I monthly.sql
1045. Customers Who Bought All Products customers.sql
178. Rank Scores rank.sql
176. Second Highest Salary second.sql
180. Consecutive Numbers numbers.sql
7. Reverse Integer reverse.go
2442. Count Number of Distinct Integers After Reverse Operations count.go
22. Generate Parentheses parens.go
55. Jump Game jump.go