By Lun
參考Blind 75 LeetCode Questions這個list,然後2024/11開始為了申請實習開始攻略哩扣
Array
Easy 1. Two Sum
121. Best Time to Buy and Sell Stock
217. Contains Duplicate
Medium 238. Product of Array Except Self
53. Maximum Subarray
link
Idea
Outline
圖片
store as pair number in stack with corresponding node, shown as bit
ex: {2,0} {3,4} {1,4} {3,12} {1,12} {1,6}
for {2,0}: since 2 is root, we give it path=0
圖片
About the paper
read
author: Wensong Chan ,Zhiqiang Tian, and Yang Wu
published: 2020/6/21
contributinASGCN: combine structural and implicit edge
Gated CNN: filter out useless temporal information
Dataset:
NTU-RGB + D 120南洋理工大學蒐集的資料集
h6 ML Decision Tree Visualization
What is Decision Tree
I. Structure
image
II. How to build the decision tree
algorithm: learn from dataset. adopts a greedy divide-and conquer strategy:
imagealways test the most important attribute first
then recursively solve the smaller subproblems that defined by the possible results of the test
Step 1. install latest HUGO on gohugoio
click Show all 23 assets to find version for windows
Choose ==hugo_0.118.2_windows-amd64.zip== and download!
:bulb: no matter what version, choose the file ended with ==amd64.zip==
Step 2. Extract the package
the target path to file is up to you
Step 3. Add the path of HUGO to Environment variable
The article is mainly on windows and still keep update (if i find other better ways). Since size of memory is fixed, as a developer, I think that it's important to have sense of keeping computer clean and to have high performance for work.
Outline :
Delete
Clean temp file
Some tips
:dart:1. Delete
Here are some methods if you try to delete or remove something but don't work. If you just want to clear your computer, just jumpt to 2.Clean-temp-file
PPT, Video, Hackmd
Goal
1. How to use Assembly control port on PIC18F4520
2. How to control connect picket 4 to computer
3. How to use jump wires on breadboard
Simple Tutorial
I/O ports of PIC18F4520
Components
install VScode ==not in command line==
Step 1. Go to website
:paperclip: Visual Studio Code
Step 2. Click ==.deb==
click and download
Step 3. Go to your file manager