# 2023q1 Homework1 (quiz1) contributed by < `paulpeng-popo` > > [題目](https://hackmd.io/@sysprog/linux2023-quiz1) ## 測驗一 ```graphviz digraph linkedlist { rankdir=LR; node [shape=record]; a [label="{ <data> list | <ref> }", width=1.2] b [label="{ <data> 4 | <ref> }"]; c [label="{ <data> 2 | <ref> }"]; g [label="{ <data> NULL}"]; a:ref:c -> b:data [arrowhead=vee, arrowtail=dot, dir=both, tailclip=false, arrowsize=1.2]; b:ref:c -> c:data [arrowhead=vee, arrowtail=dot, dir=both, tailclip=false]; c:ref:c -> g [arrowhead=vee, arrowtail=dot, dir=both, tailclip=false]; } ``` ## 測驗二 ## 測驗三
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up