LeetCode: 1022-Sum of Root To Leaf Binary Numbers Solution
Last Updated on 2022-09-19 by Clay
Last Updated on 2022-09-19 by Clay
Last Updated on 2022-09-19 by Clay
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list.
You may assume the two numbers do not contain any leading zero, except the number 0 itself.
Read More »LeetCode: 2-Add Two Numbers SolutionLast Updated on 2022-09-13 by Clay
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.Read More »LeetCode: 1-Two Sum Solution
Last Updated on 2022-09-12 by Clay
Ngrok is a globally available “reverse proxy” tool that forwards your web services running on any device to a public URL.
Read More »[Linux] Using Ngrok To Set Up A Temporary Server And Forward The Port