貢獻者: 曉榕-Dawn Easy(中文) 1. Two Sum 程式題目 問答影片 面試官: 首先,讓我重複一下問題以確保我們理解了要求。給定一個整數數組 nums 和一個整數 target,我們需要找到數組中兩個不同的元素,它們的和等於 target,然後返回這兩個元素的索引。你的代碼已經實現了這個功能,但我們需要考慮一下它的時間複雜度。 曉榕: 我想我可以使用兩個迴圈來實行,因為題目保證有解,所以不用考慮其他情況。
9/28/2023貢獻者: 黑瑟甘-Heiinterviewer: 👨💼interviewee: 👩🎓
9/27/2023紀錄片《Revolution OS》在 21 世紀的第一年發布,是刻畫自由軟體和開發原始碼的經典作品,為了教學需求,我們透過共筆,選錄部份內容作資訊更新和補充。
9/26/2023貢獻者:天兵-TianBing video: 模擬面試影片(漢)、模擬面試影片(英) 1.Two sum 面試過程: Interviewer:Hello, I am your interviewer, now I have a question for you, please provide your solution. In a database context, the need to find two data records whose specific attributes sum up to a target value is often required for querying and data analysis purposes. This involves searching for two records in a dataset where the sum of particular attributes matches a predefined target value. Such queries and analyses are commonly performed in various database-driven applications, allowing users to extract meaningful insights or perform specific operations based on data criteria.
9/26/2023