Hello, I'm Jesus
Software Engineer
I love programming π» and the challenges that are the essentials to help you grow. Enjoy family π¨βπ©βπ§, cooking π», and being a good hostπ©βπ½.
Recent Work
Projects I'm most passionate about.
Latest from my Journal
Documenting things I'm currently working and learning about
LeetCode 53 Maximum subarray
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.
LeetCode 121 Best time to buy and sell stock
Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (i.e., buy one and sell one share of the stock), design an algorithm to find the maximum profit.
LeetCode 70 Climbing Stairs
You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?