Through these 25 problems, I actually learned a few things alone the way:
- The properties of prime numbers
- How to do primality test
- How to do prime factorization in programs
- Implemented Sieve of Eratosthenes algorithm
- How to use Python generators
- Encountered dynamic programming problems and solved them
- How to optimize your code through careful inspections
- How to do profiling on your code
- How to reuse existed modules in Python
Good Job Henry!
No comments:
Post a Comment