Support page
Examples from programming classes:
Recommended literature | websites on the other universities for algorithms:
Vazirani, Algorithms - use Google to find a pdf. It was free for download till 2015. In 2021, I have found this.
Jeff Erickson - Programming, Algorithms (better than previous one).
Missing in those books/texts:
Tutorials point: Typical attacks, RSA infrastructure
Sorting, and another algorithms on the algoritmy.net
Some basics in C++: studytonight.com
Individual algoritms named after: see Stigler's law of eponymy.
Linked lists: prof. Adamchik, ...
Trees ... Daniel Jimenez
Youtube: Dijkstra's Algorithm, Prim's Algorithm (the second author is better)
Huffman coding: Youtube, sentence example from Wikipedia, Daniel Jimenez,
FFT - Wikipedia, Youtube, seminar preparation, correlation-with-cos. Excell example. Taylor series (source: Wikipedia):
Modular arithmetic: xls, jpg, PKI, MIM, gcd, prime, Fermat's little theorem, power (an). Coprime, Chinese remainder. Arbitrary precision arithmetic, RSA.
Netbeans environment: history, download.
Graphs for the distant students.