cs_lec_4
Prime Factorization
Each positive integer n has a set of prime factors: primes whose product is n
... ... One approach: Find the smallest prime factor of n, then divide by it
WRite programs -> effective way say whatever function is wanted, and then write the function
Generalizing Patterns with Arguments Regular geometric shapes relate lengths and area. Shape: FInding common structure allows for shared implementation -> No need to repeat oneself So using term(k), or term(whatever), then writing k