2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 759
Problem : Given a m x n grid filled with non-negative numbers, find a path from...
Day 19
2024-10-03
138
0
原文題目 Given an array of integers temperatures represents the daily temperatures,...
今天來解YKL20(UVA10050):Hartals Hartals T => 測試案例數量N => 天數P => 黨的數量接下來的代表那...
解題程式碼 var reverseBetween = function (head, left, right) { const dummy = new Li...
Given an integer array nums, return the maximum result of nums[i] XOR nums[j], w...
Day 18
2024-10-02
112
0
前言 嘿嘿~今天要解的題目是:Merge Two Sorted Lists(合併兩個排序鏈結串列)。這題目就是給我們兩個已經排好序的鏈結串列,要求我們把它們...