Lecture 21 - Sieve of Eratosthenes | DSA Basics For Beginners | Placement Course

Опубликовано: 30 Октябрь 2024
на канале: My Project Ideas
6
0

Welcome to Lecture 21 - Sieve of Eratosthenes of our DSA Placement Course. In this lecture, we will get an understanding of the Sieve of Eratosthenes and how to implement them in coding.

What is the Sieve of Eratosthenes in DSA?
The Sieve of Eratosthenes is a classic method for efficiently finding prime numbers up to a given limit, crucial in cryptography for securing data like credit card numbers. This ancient algorithm sieves out non-prime numbers, leaving behind the primes.

What are the Sieve of Eratosthenes 1 to 100?
The Prime numbers from 1 to 100 are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97.

This Data Structures and Algorithms course is a part of our Data Structures and Algorithms playlist:    • Video  

🔗Follow Us:
Our Website: https://myprojectideas.com/
Github: https://github.com/myprojectideas/DSA...

Join this channel to get access to the perks like 1-to-1 error resolution:
   / @myprojectideas  


#dsa #algorithm #Sieve #Eratosthenes #placement #course #coding