Primality Check | Sieve of Eratosthenes | Super Detailed For Beginners | codestorywithMIK

Subscribers:
112,000
Published on ● Video Link: https://www.youtube.com/watch?v=61LWhWexFI4



Duration: 0:00
1,728 views
99


iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad PDF Notes/Maths Concepts - Primality Check & Sieve Of Eratosthenes.pdf
WhatsApp Community Link - https://whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A

This is the 1st video of our playlist "Maths Concepts & Questions". Find the Details below:

Video Name: Primality Check | Sieve of Eratosthenes | Detailed For Beginners
Video #: 1

🔍 Mastering Maths for Coding: Simplified & Powerful.

🎥 Welcome to the 1st Video of my Maths Concepts Playlist!
🚀 In this foundational video, we explore the Primality Check and the Sieve of Eratosthenes with every detail you will need to know about it.

🔍 What's Inside?
Primality Check: Understand how to determine whether a number is prime, using methods that go beyond brute force to optimize your approach.

Sieve of Eratosthenes: Learn this elegant algorithm to generate all prime numbers up to a given limit in O(nloglogn) time.

👩 ‍💻 Who Should Watch?
This playlist is perfect for beginners and competitive coders, helping you build a strong foundation in
mathematical concepts crucial for problem-solving in coding interviews and contests.

🚀 Let’s Unlock the Power of Maths in Programming!



My DP Concepts Playlist :    • Roadmap for DP | How to Start DP ? | ...  
My Graph Concepts Playlist :    • Graph Concepts & Qns - 1 : Graph will...  
My Recursion Concepts Playlist :    • Introduction | Recursion Concepts And...  
My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Instagram : https://www.instagram.com/codestorywithmik/
Facebook : https://www.facebook.com/people/codestorywithmik/100090524295846/
Twitter : https://twitter.com/CSwithMIK
Subscribe to my channel :    / @codestorywithmik  

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

Summary :
In this YouTube video, I delve into Primality Check and the Sieve of Eratosthenes, two fundamental concepts in number theory. I start by explaining how to determine if a number is prime using efficient methods, avoiding brute force. Then, I introduce the Sieve of Eratosthenes, an elegant algorithm to find all prime numbers up to a given limit in O(nloglogn) time. With clear examples and step-by-step explanations, this video is perfect for anyone looking to strengthen their understanding of prime numbers and optimize their coding solutions.

✨ Timelines✨
00:00 - Introduction
0:24 - Motivation
0:56 - Who was Erathosthenes ?
1:30 - What is Sieve Of Erathosthenes ?
2:30 - Primality Check Brute Force
5:53 - Primality Check Better
12:47 - Primality Check Optimal
22:32 - Sieve Of Erathosthenes
22:54 - Naive Approach
27:53 - Example to explain
40:25 - Time Complexity Explained
46:28 - Code it up

#MIK #mik #Mik
#coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #hindiexplanation #hindiexplained #easyexplaination #interview#interviewtips #interviewpreparation #interview_ds_algo #hinglish #github #design #data #google #video #instagram #facebook #leetcode #computerscience #leetcodesolutions #leetcodequestionandanswers #code #learning #dsalgo #dsa #coding #programming #100daysofcode #developers #techjobs #datastructures #algorithms #webdevelopment #softwareengineering #computerscience #pythoncoding #codinglife #coderlife #javascript #datascience #leetcode #leetcodesolutions #leetcodedailychallenge #codinginterview #interviewprep #technicalinterview #interviewtips #interviewquestions #codingchallenges #interviewready #dsa #hindi #india #hindicoding #hindiprogramming #hindiexplanation #hindidevelopers #hinditech #hindilearning #helpajobseeker #jobseekers #jobsearchtips #careergoals #careerdevelopment #jobhunt #jobinterview #github #designthinking #learningtogether #growthmindset #digitalcontent #techcontent #socialmediagrowth #contentcreation #instagramreels #videomarketing #codestorywithmik #codestorywithmick #codestorywithmikc #codestorywitmik #codestorywthmik #codstorywithmik #codestorywihmik #codestorywithmiik #codeistorywithmik #codestorywithmk #codestorywitmick #codestorymik #codestorwithmik




Other Videos By codestorywithMIK


2024-12-15Final Array State After K Multiplication Operations I | Detailed | Leetcode 3264 | codestorywithMIK
2024-12-15Introduction | DP On Grids | Part 1 | DP Concepts & Qns-29 | codestorywithMIK
2024-12-13Maximum Average Pass Ratio | Detailed | Covered Minute Details | Leetcode 1792 | codestorywithMIK
2024-12-12Continuous Subarrays | Detailed Approaches | Time Complexity | Leetcode 2762 | codestorywithMIK
2024-12-11Find Score of an Array After Marking All Elements | 2 Approaches | Leetcode 2593 | codestorywithMIK
2024-12-10Take Gifts From the Richest Pile | Simple Explanation | Leetcode 2558 | codestorywithMIK
2024-12-09Maximum Beauty of an Array After Applying Operation | 3 Approaches | Leetcode 2779 |codestorywithMIK
2024-12-08Find Longest Special Substring That Occurs Thrice I & II | Leetcode 2981 & 2982 | codestorywithMIK
2024-12-08You will never have to ❤️
2024-12-08Sorry System Stack 🥹
2024-12-07Primality Check | Sieve of Eratosthenes | Super Detailed For Beginners | codestorywithMIK
2024-12-06Two Best Non-Overlapping Events | Brute Force | Better | Leetcode 2054 | codestorywithMIK
2024-12-05Minimum Limit of Balls in a Bag | Detailed | Why Binary Search | Leetcode 1760 | codestorywithMIK
2024-12-04Maximum Number of Integers to Choose From a Range I | Simple | Leetcode 2554 | codestorywithMIK
2024-12-03Move Pieces to Obtain a String | Brute Force | Wrong | Optimal | Leetcode 2337 | codestorywithMIK
2024-12-02Make String a Subsequence Using Cyclic Increments | Similar Problem |Leetcode 2825 |codestorywithMIK
2024-12-01Consistency is 🔑
2024-12-01Adding Spaces to a String | Straight Forward Easy | Leetcode 2109 | codestorywithMIK
2024-11-29Check If N and Its Double Exist | Special Motivation | Leetcode 1346 | codestorywithMIK
2024-11-28Hierholzer's Algorithm | Valid Arrangement of Pairs | Leetcode 2097 | Graph Concepts & Qns - 43
2024-11-28Euler Path | Euler Circuit | PART-3 | Graph Concepts & Qns - 42 | Explanation + Code