Mathematics & Number Theory Algorithms | Part - 1 | DSA-One Course

preview_player
Показать описание
Hey guys, In this video, we'll be learning about Mathematics concepts in Computer Science. This is the first part of the three video series and today we'll be talking about:
Factorial of a Number
Find the number of trailing zeros in a Factorial
Check if the number is Palindrome

🚀 Follow me on:

Prime Numbers
Sieve of Eratosthenes
Euclid GCD

Modulo Arithmetics
Fast Power
Compute the answer modulo 1000000007

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

🥳 Join our Telegram Community:

💸 Use coupon code ANUJBHAIYA on GeeksforGeeks to avail discounts on courses!

Hashtags:
#anujbhaiya #dsaone

Ignore these tags:

mathematics
mathematics for kids
learn mathematics
what is mathematics
history of mathematics
philosophy of mathematics
hate mathematics
fun of mathematics
i hate mathematics
mathematics tough
mathematics kya hai
mathematics symbols
dislike mathematics
origin of mathematics
practice mathematics
fields of mathematics
practise mathematics
what is mathematics?
mathematics professor
how to learn mathematics
is mathematics invented
mathematic for kids
algorithms
number theory
number theory course
number theory college
number theory full course
number theory introduction
algorithm
masters theorem in algorithms
real-coded genetic algorithm
algorithms algorithms computer science georgia tech udacity
numbers
algorithm analysis computer science
machine learning algorithms
algorithm analysi
binary genetic algorithm
graph theory course
algorithm analysis big o
graph theory
quantum field theory
anuj bhaiya
dsa
number theory for competitive programming
number theory
maths for dsa
trailing zeros in factorial
dsa one
smallest factorial number
algorithm mathematics
anuj bhaiya dsa
dsaone
anuj
anuj bhai
maths for competitive programming
algorithm math
number theory full course
anuj kumar sharma
dsa course
love babbar
factorials of large numbers
dsa full course
data structures
dsa one course
math for competitive programming
number of zeros in factorial
algorithm
algorithm maths
algorithms
bit manipulation
coding blocks
ds and algo
dsa anuj bhaiya
factorial
factorial of large number
java competitive programming
math algorithm
math for dsa
mathematics
mathematics for programming
maths for programming
namaste javascript
number theory competitive programming
recursion
trailing zeros
what is number theory
wwe 2k22
anuj bhaiya java
apna college
basic number theory
coding block
data structure and algorithm
data structures and algorithms playlist
discrete mathematics
ds algo
dsa algorithm
dsa by anuj bhaiya
dsa in c++
dsa tutorial
dynamic programming
errichto
euclidean algorithm gcd
factorial math
factorial of large numbers in c++
factorial trailing zeroes
find missing and repeating number in array
full stack developer
gfg
hashcode and equals method in java
hashing in data structure
how to find time complexity of algorithms
ishan sharma
main adhoora jee raha hoon ringtone
math
math for programming
mathematical algorithms
mathematics for competitive programming
maths
maths for programmers
maths in programming
modular arithmetic
modulo arithmetic
mysql tutorial
number
number theoretic algorithms
number theory course
number theory for competitive exams
number theory lecture
number theory problems
pitchers
power set
random variable
smart programming
system design interview questions
tech skool
trailing zeroes in factorial
what is algorithm in maths
what is dsa
Рекомендации по теме
Комментарии
Автор

Watch these two videos after this one.
These two videos are already published and added to our DSA-One Course.

AnujBhaiya
Автор

"Jitni tareef ki jaaaye utni kam ha", u have made complex topics simple, clear and easiest .. Thank You so much

amitkumar-zsgf
Автор

u know what u r the best on explaining watch your video once and then the concept becomes crystal clear to me thank you so much.

aditianand
Автор

Republic day pe 3 video ka bonus . Thanks

mrfrozen-despicable
Автор

I think this will also work for trailing zeros
Int ans=0;
While(n) {
ans += n/5;
n=n/5
}

bharatrana
Автор

Keep uploading such great videos...its very helpfull for us

piyushgaur
Автор

Thanks Bhaiya for this important course ....


Who wants that Anuj Bhaiya channel has 10 million subscribers .
❣️

lone_wolf
Автор

This was actually cool. It was bugging me from the morning but now I understand the trailing zeroes...

JRK_RIDES
Автор

Yahi to chaiye tha, thank you Bhaiya ji

coding-mania
Автор

Great effects by Anuj bhaiya lots of Love...

akhilsinghrajput
Автор

Wish i could have a teacher like you in my graduation days

akhilbunnyy
Автор

for trailing Zeroes in Factorial --- return num>=5 ? (num/5 + log base 5 of num -1 ) : 0;

duniyanaapdo
Автор

Java Code:
static int reverseNumberS(Integer num) {

StringBuilder sb = new
return
}

static int reverseNumber(int num) {
int rev = 0;

while (num > 0) {
rev = (rev * 10) + num % 10;
num /= 10;
}
return rev;
}

thebube
Автор

1:31 bhaiya 'int' can store that hasnt overflowed its capacity yet

muscleinjury
Автор

Thanks Anuj bhiya ma aaj number theory padhna ja rha tha aur apna dal diya

amanrai
Автор

I am 1st year student really this concepts is helpful to me tq bhaiya. 🙏

Amandeep-dvmb
Автор

Your Video Editing are also very well 😊😊

AsliCoder
Автор

awesome bhaiya... loved it. any idea advanced dsa like graph & trees kb tak start hoga ?

adi_
Автор

Thankyou for really amazing video, it is really helping so much!!!

muskankushwah
Автор

Bhaiya no offense but agar curly baal rkho aap bilkul Malinga lgoge like literally btw loving your course

inderjotsinghsandhu