KMP algorithms learning note.
The algorithm to find the number of prime number.
Record some useful shortcuts of tmux.
Check number if multiple of three in O(1).
Clarify the modular arithmetic. Include modular multiplicative inverse.
How to deal with the multiple zip files downloaded from Google Drive.
Boyer-Moore majority voting algorithms to find the candidate who gets more than 1/3 votes.
Main idea of binary search and some common scenarios with c++ code.
Write some notes when I reviewed the heap sort.
The tutorial for the beginner to learn the Web RTC and build a simple website with Web RTC.