I also find interesting the parallel and symmetry in the way the compiler and this decompiler work: just as the standard compiler for CPython doesn't use one of the "common" intermediate instruction representations such as the one by LLVM, or WASM, or JVM, so this decompiler doesn't use ...
Work situation, project overview, technology stack. Although the general interviewer will read the resume in advance, but sometimes the resume does not show everything well, soneeds a brief introduction to tell the interviewer For example, the previous company does audio and video, the previous co...
01394-Find-out-the-lucky-number-in-the-array 01394 solved Apr 22, 2020 0141-Linked-List-Cycle 整理文件 Apr 17, 2020 0142-Linked-List-Cycle-ii 0142 Solved Apr 28, 2020 0144-Binary-Tree-Preorder-Traversal 整理文件 Apr 17, 2020 0145-Binary-Tree-Postorder-Traversal 整理文件 Apr 17, 2020 ...
In an ATM transaction, tasks happen in a certain sequence. First, we need to insert ATM, enter the PIN and authenticate yourself, and only later withdraw the amount. You can’t withdraw money before you even insert/scan a card. This order of operations can be represented using a DAG, wh...