bengineer

bengineer @bengineer52

About: I'm always a student

Location:
Brazil
Joined:
Aug 21, 2020

bengineer
articles - 8 total

LeetCode 350: Intersection of Two Arrays II (Ruby)

Description: https://leetcode.com/problems/intersection-of-two-arrays-ii/ Solutio...

Learn More 0 0Feb 21 '21

LeetCode 917: Reverse Only Letters (Ruby)

Description: https://leetcode.com/problems/reverse-only-letters/ Solution de...

Learn More 1 0Feb 21 '21

LeetCode 628: Maximum Product of Three Numbers (Ruby)

Description: https://leetcode.com/problems/maximum-product-of-three-numbers/submissions/ Solution:...

Learn More 0 0Feb 21 '21

LeetCode 234: Palindrome Linked List (Ruby)

Description: https://leetcode.com/problems/palindrome-linked-list/ Solution: def is_palindrome(he...

Learn More 0 0Feb 21 '21

LeetCode 520: Detect Capital (Ruby)

Description: https://leetcode.com/problems/detect-capital/ Solution: def detect_capital_use(word)...

Learn More 0 0Feb 21 '21

LeetCode 283: Move Zeroes (Ruby)

Description: https://leetcode.com/problems/move-zeroes/ Solution: def move_zeroes(nums) z...

Learn More 0 0Feb 21 '21

LeetCode 703: Kth Largest Element in a Stream (Python)

Description: https://leetcode.com/problems/kth-largest-element-in-a-stream/ Solution: from heapq...

Learn More 3 0Feb 20 '21

Kids With the Greatest Number of Candies (ruby LeetCode)

Description: https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/submissions/ Sol...

Learn More 0 0Feb 20 '21