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

an array of solar panels

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.

bullish market statue

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.

endless staircase

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?