Applied Combinatorics
From charlesreid1
Book by Keller and Trotter - Applied Combinatorics
Link: http://people.math.gatech.edu/%7Etrotter/book.pdf
Chapter 8: Generating Functions
See Generating Functions for notes on generating functions from Chapter 8 of Keller and Trotter.
Related Pages
Book notes from Analytic Combinatorics by Flajolet and Sedgewick: Analytic Combinatorics
Book notes from Knuth's Art of Computer Programming: AOCP
Flags
Algorithms Part of Computer Science Notes
Series on Algorithms
Algorithms/Sort · Algorithmic Analysis of Sort Functions · Divide and Conquer · Divide and Conquer/Master Theorem Three solid O(n log n) search algorithms: Merge Sort · Heap Sort · Quick Sort Algorithm Analysis/Merge Sort · Algorithm Analysis/Randomized Quick Sort
Algorithms/Search · Binary Search · Binary Search Modifications
Algorithms/Combinatorics · Algorithms/Combinatorics and Heuristics · Algorithms/Optimization · Divide and Conquer
Algorithms/Strings · Algorithm Analysis/Substring Pattern Matching
Algorithm complexity · Theta vs Big O Amortization · Amortization/Aggregate Method · Amortization/Accounting Method Algorithm Analysis/Matrix Multiplication
Estimation Estimation · Estimation/BitsAndBytes
Algorithm Practice and Writeups Project Euler · Five Letter Words · Letter Coverage
|