Java M14 Prime numbers and optimization Introduction

preview_player
Показать описание
This video is a short introduction of the module 14.

* Module 14: Prime numbers and optimization
*
* OBJECTIVE:
*
* Introduces the idea of algorithm optimization
* through the generation of prime numbers.
*
* TOPICS:
*
* Generate prime numbers:
* - Naive method
* - Optimized naive method
* - Sieve of Eratosthenes
*
* Optimization:
* - Capture execution time
* - Design relevant tests
* - Analyze captured data
Рекомендации по теме