Google: Difference between revisions

Content added Content deleted
No edit summary
Line 59: Line 59:
= Questions =
= Questions =


*Unix -> path & reutrn inode name -> stat()
*Unix System call that takes path & returns inode name
stat()
*Signal -> term -> kill by default
*HTML -> Div vs SPAN -> inline
*Quick sort -> runnign time -> n log n
*Sort fastest:
Read from CPU
Read from main memory
Context switch
Disk seek


*Signal sent by kill command by default
Fastest to slowest:
TERM

*HTML -> Div vs SPAN
Block vs inline

*Quick sort -> run time
n log n

*Fastest to slowest:
CPU
CPU
Memory
Memory