algorithm


Finding Similar Articles - Algorithms Research

less than 1 minute read

Published:

Due to the demand of removing similar articles in Touchpal Dialer’s feeds, I did some research on related algorithms and realized a few of them.

CF 338E Optimize! - 线段树维护

1 minute read

Published:

题意: 给一个串a,长度为n,一个串b长度为len, 问a有多少个长度为len的子串满足:和b任意匹配后,每一对值的和都大于等于h。

两题类似的数位DP

1 minute read

Published:

CF 331C3 - The Great Julya Calendar (60 points) SGU 390 TICKETS

Suffix Automaton Tutorial

3 minute read

Published:

This is a comprehensive tutorial on Suffix Automaton (SAM) with detailed problem solutions.