Seanforfun
Let's try one more time.
-
Work | 8 months in HUAWEI
-
C++ | Pointer and Reference with array
-
Compiling | Lexical Analyzer 词法分析器 (ch)
Explain the theoretical detail of Lexical Analyzer. IN PROGRESS!!!
-
LLVM | Tutorial Flow Control
This post implements if and for loop control for kaleidoscope.
-
Compiler | Posts Conclusions
This post is a reference to the posts that inspired me.
-
LLVM | Tutorial Optimizor and JIT Support
This post implements the support of LLVM optimizor and JIT. More details need to be fill in to complete the knowledge structure.
-
LLVM | Tutorial IR Generator
Kaleidoscope tutorial talking about lexer and parser(frontend -> Optimizer).
-
LLVM | LLVM Installation On Ubuntu
Installation process on Ubuntu with script file.
-
LLVM | Tutorial Lexer and Parser
Kaleidoscope tutorial talking about lexer and parser(frontend).
-
C++ | Dynamic Memory and Smart Pointers
-
Linux | Docker on Linux
Docker command on Linux, haven't finished yet.
-
Algorithm | Stock Buy and Sell Questions
Leetcode stock buy and sell questions.
-
Backend | Solutions to Hash Collision
Solutions to hash collision
-
Interview | Amazon Interview Questions
In this article, I tried to find some Amazon interview questions online and try to make solutions to all of them.
-
Algorithm | Bipartite of Graph
Algorithm to check is a graph is bipartite.
-
Algorithm | Reservoir Sampling
Algorithm to get random numbers from a unknown length array.
-
Algorithm | Interval Schedule
-
Linux | Install RTL8812AU Wireless Adapter Driver
-
Linux | 18.10 Install GPU and related software
-
Algorithm | Leetcode questions by tag