Understand RSA, a Top Dwon Approach
· โ 2 min read · ๐ฆ Kyle
My simple note on the RSA algorithm.
My simple note on the RSA algorithm.
BIT can be used to compute the prefix sum of an array in $log(n)$ time and takes only $O(n)$ space.
Use matrix and fast pow together can make some problems much easier.
knapsack problem and its variations
The Curses library forms a wrapper over working with raw terminal codes, and provides highly flexible and efficient API (Application Programming Interface). It provides functions to move the cursor, create windows, produce colors, play with mouse etc. The application programs need not worry about the underlying terminal capabilities
Description from wiki: a disjoint-set data structure, also called a unionโfind data structure or mergeโfind set, is a data structure that stores a collection of disjoint (non-overlapping) sets
you can easily solve leetcode: 547. Number of Provinces w/ UF.
get UF template at github/sky-bro/AC/Algorithms/Union Find
Easily compile and use multiple glibc on a single machine.
A de Bruijn sequence of order n on a size-k alphabet A is a cyclic sequence in which every possible length-n string on A occurs exactly once as a substring.
For a de Bruijn sequence of order n on a size-k alphabet $A$, we denote it by $B(k, n)$