/MathsCodingQuestions

Important Topics For Learning Data Structure & Algorithms

MathsCodingQuestions 🔥

Important Mathematics Topics For Learning Data Structure & Algorithms

Basic Foundation Topics


  1. Arithmetic Operations ( +, -, *, /, % )
  2. Numbers ( Even | Odd | Prime and sieve of Eratosthenes.| Palindrome | Finding digits )
  3. LCM | HCF | GCD -> Euclid's algorithms for GCD, it's an extended version.
  4. Factorials = n!
  5. AP & GP ( Sequence & Series | Fibonacci sequence)
  6. Quadratic Equations and formulas
  7. Patterns = Star | Number | Alphabetic( For improving logics )

Level Up Topics


  1. Sets
  2. Relation & Functions
  3. Matrix
  4. Graphs (Linear, Quadratic, Cubic, Logarithmic, Expo)
  5. Permutation & Combination (PnC - Lucas Theorem)
  6. Probabilty
  7. Mean | Median | Mode | Standard Deviation | % Error

Note 1 - Functions & Graphs are used to find Time & Space Complexities.

Note 2 - Graphs are used to understand recursion and graph data structures and tree

Note 3 - PnC are highly used in competitive programming


Maths Coding Questions For Practice

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