ন্যূনতম সংখ্যাতত্ত্ব :
- মৌলিক সংখ্যা, ডিভিজর কাউন্ট,GCD, LCM,অয়লারের টশিয়েন্ট ফাংশন,এক্সটেন্ডেড ইউক্লিড,মাল্টিপ্লিকেটিভ মডুলার ইনভার্স এবং কিছু মডুলার অ্যারিথমেটিক (বাংলায়):
- http://www.progkriya.org/gyan/basic-number-theory.html
প্রাইম জেনারেটর (Sieve of Eratosthenes) (বাংলায়):
- http://www.shafaetsplanet.com/planetcoding/?p=624
- http://shikhorroy.wordpress.com/2013/01/06/wp-mep2mliv-1y/
- http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
প্রাইম নাম্বার চেকিং (বাংলায়):
বিটওয়াইজ্ সিভ(Bitwise sieve) (বাংলায়):
মডুলার অ্যারিথমেটিক ও বিগ মড (বাংলায়):
এক্সটেন্ডেড ইউক্লিড (বাংলায়):
- http://www.abuasifkhan.me/2013/07/extended-euclid-method/
- http://www.abuasifkhan.me/2013/07/extended-euclidean-algorithm/
মাল্টিপ্লিকেটিভ মডুলার ইনভার্স:
- http://comeoncodeon.wordpress.com/2011/10/09/modular-multiplicative-inverse/
- http://cs.brown.edu/courses/cs007/modmult/node2.html
- http://www.abuasifkhan.me/2013/07/extended-euclidean-algorithm/
Chinese Remainder Theorem :
সিগমা ফাংশনঃ(Summation of Divisors)
টিউটরিয়াল By Jane Alam Jan :
- Generating Primes (Part 1): http://lightoj.com/article_show.php?article=1001
- Prime Factorization: http://lightoj.com/article_show.php?article=1002
- Finding Divisors: http://lightoj.com/article_show.php?article=1003
- Small Biginteger Library for Contest: http://lightoj.com/article_show.php?article=1004
প্রাইম নাম্বার Topcoder টিউটরিয়াল:
-
http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=primeNumbers
-
http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=math_for_topcoders
-
ফুল ডকুমেন্টঃ http://www.math.mtu.edu/mathlab/COURSES/holt/dnt/
Concrete Mathematics by Knuth (Book)
- Prime Numbers - Section 4.2, 4.3, 4.4, 4.5
- GCD and LCM -Section 4.1
- Modulo Arithmetic & Phi funtion - Section 3.4,4.6
- Fibinacci Numbers -Section 6.6
Competitive Programming by Halim (1st edition) Section 5.3