Mathematics for Programmers
HackersFriend / Tutorials / Mathematics for Programmers
Syllabus of Mathematics for Programmers tutorial is following:
Click on the topic you want to learn. You can also jump to other section / topic by choosing a different section / topic from navigation panel.
keyboard_arrow_right What is binary number system
keyboard_arrow_right Convert a number from decimal to binary
keyboard_arrow_right Verify a Prime number - Trial division method
keyboard_arrow_right Sieve of Eratosthenes - Finding prime numbers
keyboard_arrow_right Finding all factors of a number
keyboard_arrow_right Prime factorization of a number
keyboard_arrow_right GCD using Euclid's algorithm
keyboard_arrow_right Area of polygon
keyboard_arrow_right Direction of a point from a line segment