Rijuyuezhu's Blog

Record every drop in my life

VSCode CLI code <dir/file> is extremely convenient to use. It will open a VSCode session from the terminal. When using sshed terminal at remote, we do want to use such convenience. This tutorial will show how to run code from remote, then VSCode that runs locally will open the remote directory.

Read more »

Docker containers play an important role in modern software development. Having a CLI access to the container is common, but sometimes we need to expose a GUI from the docker container. Here is a tutorial.

Read more »

OT:在独立、覆盖和支配的基础上,形成了很多扩展的优化问题,例如最小权完美匹配问题(Minimum-Weight Perfect Matching)、最小连通支配集问题等,请调研至少2种问题(其中至多1种来自上述例子,二分图最大匹配问题等仅限制原始问题输入的问题不在调研范围内),讨论适用场景,形式化描述问题,为每种问题结合例子介绍至少1种算法的设计与分析。

Read more »

OT:除MS和MAX-CUT外,近似算法还可用于解决其它问题,例如SCP(JH算法4.3.2.11)、SKP(JH算法4.3.4.1和4.3.4.2)等,请调研至少2种近似算法(其中至多1种来自上述例子,图上的优化问题不在调研范围内),结合例子介绍算法的设计与分析,重点阐述近似比的证明过程。

Read more »
0%