👩‍💻
LB DSA Notes & Homework - Abhyas
Ctrlk
  • 😇README
  • 🧪Formula List
  • 🚀Functions
  • ⚔️Question List
  • ✨01 Introduction to Programming
    • 📔Handwritten Notes
    • 📔Handwritten Homework
  • 🔨02 Programming Basics I
    • 📔Handwritten Notes
    • 📔Handwritten homework
  • ⚒️03 Programming Basics II
    • 📔Handwritten Notes
    • 🏡Homework
  • ⭐04 Pattern Programs
    • 📔Handwritten Notes
    • ⛳All solutions
  • 🛠️05 Programming Basics III
    • 📔Handwritten Notes
    • 🏡Homework
  • 🗒️06 Arrays and Functions
    • 📔Handwriteen Notes
  • ❓07 Array Problems I
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • ⛳Discord Homework List
  • ⁉️08 Array Problems II
    • 📔Handwritten Notes
    • ⛳Discord Homework List
  • 🧵14 Character Array and Strings
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ⛳Discord Homework
  • ➗15. Basic Mathematics for DSA
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
      • 01. Primality Test
      • 02 Why check till root N in primality test?
      • 03 Leet Code Count Primes
      • 04 Time Complexity of Sieve of Eratosthenes
      • 05 Segmened Sieve
      • 06 Pigeon Hole Principle
  • 👉16 Pointers I
    • 📔Handwritten Notes
    • 🏡Homework 16
  • 👉17 Pointers II
    • 📔Handwritten Notes
    • 🏡Homework
  • 💾18 Static and Dynamic Allocation
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ✨Bonus
  • 🔁19 Recursion I
    • 📔Handwritten Notes
    • 🏡Homework
    • ⛳Discord Homework
  • 🔁20 Recursion II
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
  • 🔁21 Recursion III
    • 📔Handwritten Notes
    • 🏡Homework
  • ➗22 Divide and Conquer - Recursion
    • 📔Handwritten Notes
    • 🏡Homework
  • ⏮️23 Backtracking I
    • 📔Handwritten Notes
    • 🏡Homework
  • 24 Backtracking II
    • 📔Handwritten Notes
  • ⏮️25 Backtracking III
    • 📔Handwritten Notes
  • ⏳26 Time Complexity of Recursive Algorithm & OOPs I
    • 📔Handwritten Notes
  • 🔗29 Linked List I
    • 📔Handwritten Notes
    • 👩‍💻Code
    • 🏡Homework
  • 🔗30 Linked List II
    • 📔Handwritten Notes
  • 🔗31 Linked List III
    • 📔Handwritten Notes
  • 📚33 Stack I
    • 📔Handwritten Notes
    • 👩‍💻Code
Powered by GitBook
On this page
  1. ➗15. Basic Mathematics for DSA

🏡Homework

01. Primality Test02 Why check till root N in primality test?03 Leet Code Count Primes04 Time Complexity of Sieve of Eratosthenes05 Segmened Sieve06 Pigeon Hole Principle
Previous03 Fast ExponentiationNext01. Primality Test

Last updated 3 years ago