2024 iThome 鐵人賽
Share More Gain More
所有主題
選手 1064 文章 22214
Day 0
2024-10-06
424
0
今天目標要把一些 vector 存入 ES 內,供下一篇進行 KNN search 使用。 接下來的資料都會改用 TMDB 的電影資料,前面使用的 tweete...
Day 22
2024-10-06
287
0
Problem : You are given an n x n 2D matrix representing an image, rotate the ima...
Day 6
2024-10-06
382
0
Day22 要來做的是可以根據滑鼠滑過去就出現背景色的螢光筆 資料 const [highlightStyle, setHighlightStyle] =...
Day 22
2024-10-06
415
0
原文題目Given head, the head of a linked list, determine if the linked list has a cy...
這題要把給定的二元樹扁平化(flatten),讓它像一個單向鏈表,主要是讓樹的右指標指向鏈表中的下個節點,左指標設為成null,這個“鏈表”須遵依照原來樹的先序...
Day 25
2024-10-06
569
0
這段影片接續介紹了 elvish shell 的特點和功能,並將其與 nushell 和 xonsh 進行了比較。0:00 - 介紹 elvish 的語法特點,...