- Arithmetic Operations ( +, -, *, /, % )
- Numbers ( Even | Odd | Prime and sieve of Eratosthenes.| Palindrome | Finding digits )
- LCM | HCF | GCD -> Euclid's algorithms for GCD, it's an extended version.
- Factorials = n!
- AP & GP ( Sequence & Series | Fibonacci sequence)
- Quadratic Equations and formulas
- Patterns = Star | Number | Alphabetic( For improving logics )
- Sets
- Relation & Functions
- Matrix
- Graphs (Linear, Quadratic, Cubic, Logarithmic, Expo)
- Permutation & Combination (PnC - Lucas Theorem)
- Probabilty
- Mean | Median | Mode | Standard Deviation | % Error
Star Patterns Playlist - Click Me
GCD & HCF - link
LCM in array - link
GP - practice link
Digits in Factorial - practice link
Quadratic Eqn - praactice link
Factorial of number - practice link
Sieve of Eratosthenes - learn
Euclidean Algorithm - learn
Fibonacci Series - learn