Posts by Tags

Assignment

C/C++

KMP Algorithm Study Notes - How I Learned KMP

3 minute read

Published:

KMP算法学习笔记-我是如何学会KMP算法的
Study notes on learning the KMP algorithm, including prefix function and step-by-step derivation.

CMU-15-418

Configuration

Update System Software with Winget (No VPN Required)

less than 1 minute read

Published:

Winget is a command-line tool launched by Microsoft for installing, updating, and managing software in Windows. It provides a simple, fast, and VPN-free way to update system software while ensuring source security and reliability.

Data Structures & Algorithms

KMP Algorithm Study Notes - How I Learned KMP

3 minute read

Published:

KMP算法学习笔记-我是如何学会KMP算法的
Study notes on learning the KMP algorithm, including prefix function and step-by-step derivation.

Notes

KMP Algorithm Study Notes - How I Learned KMP

3 minute read

Published:

KMP算法学习笔记-我是如何学会KMP算法的
Study notes on learning the KMP algorithm, including prefix function and step-by-step derivation.

Python

Report

Statement