Learn with Sreyas
Learn with Sreyas
  • 78
  • 318 376

Video

Randomized Algorithm | Success Probability Amplification | RP & BPP complexity classes
zhlédnutí 405Před 2 lety
In this video, we start with a slight motivation for choosing randomized algorithm, we tell what is a Monte Carlo algorithm, and what a Las Vegas algorithm is. We discuss about the randomized complexity classes, and their success probability amplification also.
Counting Number of Increasing Functions | Number of Non-Decreasing functions
zhlédnutí 920Před 2 lety
In this video, we discuss the idea of how to count number of increasing functions. Link to the video of how to count number of non-negative integer solutions of equation: czcams.com/video/KYaXL75Z1HM/video.html
Counting number of Strictly Increasing Functions
zhlédnutí 1,1KPřed 2 lety
In this video, we count the number of strictly increasing functions from the domain set {1,2,3} to co-domain set {1,2,3,4,5}. The idea behind counting has been made clear. A question has been posed at the end. Try solving it.
Increasing Function | Strictly Increasing Function | Example and Non-Example
zhlédnutí 656Před 2 lety
In this video, we discuss what is an Increasing function and Strictly Increasing function. Also, have given some examples, non-examples and few questions to try for better understanding.
Probability of at least 4 consecutive heads occurring | 10 coin tosses | Exercise 1.1 (d)
zhlédnutí 2,2KPřed 2 lety
When a fair coin is tossed 10 times, what is the probability of the event that at least 4 consecutive heads occur? Exercise 1.1d, Mitzenmacher and Upfal textbook "Probability and Computing" . Let's solve together.
Pigeonhole principle Application : Property of an (n+1) size subset of [2n]
zhlédnutí 5KPřed 2 lety
In this video, we discuss an application of pigeonhole principle. If we select any n 1 numbers from the set {1,2,..,2n}, there are always two integers such that one divides another. Let's prove it.
Probability & Computing Problem solving series | Mitzenmacher & Upfal | Exercise 1.1 (c)
zhlédnutí 483Před 3 lety
A fair coin is flipped 10 times. What is the probability of the event that , the i th flip and (11-i) th flip are same for i=1,2,3,4,5. ? We discuss the answer to this question. This is a series where we solve exercise questions from the textbook "Probability and Computing" by Mitzenmacher and Upfal. Let's solve together.
Number of ways of Distributing 'n' Identical objects into 'm' Distinct containers | Combinatorics
zhlédnutí 5KPřed 3 lety
In this video, we discuss how many ways can we distribute n identical objects into m distinct containers. Along with the generalized case, we also discuss how many ways can we distribute 5 identical balls to 3 distinct containers or boxes.
Probability & Computing Problem Solving series | Exercise 1.1 (b) | Mitzenmacher & Upfal
zhlédnutí 332Před 3 lety
In this video, we are solving this question, when 10 fair coins are tossed, what is the probability that there are more heads than tails? We solve the exercise questions in Mitzenmacher and Upfal textbook of Probability and Computing. Let's solve together.
Probability & Computing Problem Solving Series | Mitzenmacher & Upfal | Exercise 1.1 a | Let's solve
zhlédnutí 720Před 3 lety
This is the beginning of Probability Problem Solving series. We solve the exercise questions in the textbook "Probability and Computing" by Michael Mitzenmacher and Eli Upfal. In this video, we solve the exercise 1.1 a question. What is the probability of the event that number of heads = number of tails, where the experiment is tossing coin 10 times. Let's solve.
Existence Proof : Constructive & Non-Constructive | Explained with Examples
zhlédnutí 4,3KPřed 3 lety
In this video, we are going to see two types of existence proof, constructive and non constructive. Both types of proof are explained with examples.
Number of Handshakes between 'n' people : Formula | Handshake Problem | Two Methods of Counting
zhlédnutí 1,5KPřed 3 lety
In this video, we discuss how to count the number of handshakes between n people, where each person shakes hands with every other person exactly once. Two methods to count the number of handshakes are discussed.
0.999... = 1 Here is the proof !
zhlédnutí 188Před 3 lety
Here, we show that 0.9 bar is same as 1. That is, 0.99.. (infinite number of 9s) is equal to 1. A beautiful proof is included.
Combinatorial Proof : C(2n,2) = 2*C(n,2) + n^2 | Combinatorial Proofs-3
zhlédnutí 8KPřed 3 lety
In this video, we discuss the combinatorial proof for why 2n choose 2 is same as 2 * n choose 2 n square. A combinatorial proof is given for the identity C(2n,2) = 2*C(n,2) n^2 . Playlist : czcams.com/play/PL6ZJ9odizzxUf7geCDjupgPTG0Jp4NtM4.html
0.9 bar = 1 | 0.999..(infinite 9s) = 1 | PROOF
zhlédnutí 2,3KPřed 3 lety
0.9 bar = 1 | 0.999..(infinite 9s) = 1 | PROOF
Combinatorial Proof : part 2 | Why k * C(n, k) = n * C(n-1, k-1) ?
zhlédnutí 3,1KPřed 3 lety
Combinatorial Proof : part 2 | Why k * C(n, k) = n * C(n-1, k-1) ?
What is Combinatorial Proof ? Why C(n, r) = C(n, n-r) ? : a Combinatorial proof | Part - 1
zhlédnutí 5KPřed 3 lety
What is Combinatorial Proof ? Why C(n, r) = C(n, n-r) ? : a Combinatorial proof | Part - 1
Application of Pigeon Hole Principle : Problem 1 | Combinatorics
zhlédnutí 1KPřed 3 lety
Application of Pigeon Hole Principle : Problem 1 | Combinatorics
Well Ordered Set : Explained with Examples | Well Ordering Relation
zhlédnutí 31KPřed 3 lety
Well Ordered Set : Explained with Examples | Well Ordering Relation
Totally Ordered Set : Explained with Examples | Total Order Relation
zhlédnutí 23KPřed 3 lety
Totally Ordered Set : Explained with Examples | Total Order Relation
Partially Ordered Set : Explained with Examples | Partial Ordering Relation
zhlédnutí 1,7KPřed 3 lety
Partially Ordered Set : Explained with Examples | Partial Ordering Relation
Number of Symmetric Relations on a set with 'n' elements | Detailed Explanation
zhlédnutí 5KPřed 3 lety
Number of Symmetric Relations on a set with 'n' elements | Detailed Explanation
Surprise Test Paradox | An Episode in the Life of a Student
zhlédnutí 323Před 3 lety
Surprise Test Paradox | An Episode in the Life of a Student
Number of Reflexive Relations on Set with n elements | Reflexive Relation | Total Possible Relations
zhlédnutí 3,8KPřed 3 lety
Number of Reflexive Relations on Set with n elements | Reflexive Relation | Total Possible Relations
Combinatorics GATE Question | Number of ways of placing 'n' 0s and 'k' 1s : No two 1s Adjacent
zhlédnutí 149Před 3 lety
Combinatorics GATE Question | Number of ways of placing 'n' 0s and 'k' 1s : No two 1s Adjacent
GATE Combinatorics Question -1 | GATE 03
zhlédnutí 335Před 3 lety
GATE Combinatorics Question -1 | GATE 03
Number of Non-Negative Integer solutions of the equation x + y + z = 10 | General Case Explained
zhlédnutí 15KPřed 3 lety
Number of Non-Negative Integer solutions of the equation x y z = 10 | General Case Explained
Number of One-to-One Functions | Counting | Injective Function | Discrete Mathematics
zhlédnutí 10KPřed 3 lety
Number of One-to-One Functions | Counting | Injective Function | Discrete Mathematics
Number of ways of Arranging letters in the word : Two letters Adjacent | All Vowels Together
zhlédnutí 3,7KPřed 3 lety
Number of ways of Arranging letters in the word : Two letters Adjacent | All Vowels Together

Komentáře

  • @Thrasher24-ox8uj
    @Thrasher24-ox8uj Před 3 hodinami

    Bhai bokla gaya hai kya, dimaag mein bhusa bhara hai kya,

  • @bartosz13
    @bartosz13 Před 16 dny

    Really nice, thanks!

  • @user-gz9tb1kc3y
    @user-gz9tb1kc3y Před 2 měsíci

    Thabk you sir! Thanks a lot

  • @daksheshdoshi7007
    @daksheshdoshi7007 Před 2 měsíci

    Thanks

  • @giftmichaelkhondowe9772
    @giftmichaelkhondowe9772 Před 2 měsíci

    Part 1?

  • @aish_seojudin
    @aish_seojudin Před 2 měsíci

    Thank you for the video!! really helpful

  • @ajithspsoman2011
    @ajithspsoman2011 Před 2 měsíci

    Good video sir......... good good good..........🎉🎉🎉🎉🎉🎉🎉

  • @chandinikrishnakumar8893
    @chandinikrishnakumar8893 Před 3 měsíci

    Thanks a lot for the explanation... ❤️

  • @Satvik__Jain
    @Satvik__Jain Před 3 měsíci

    wonderful explaination

  • @curtpiazza1688
    @curtpiazza1688 Před 3 měsíci

    Great! 😊

  • @barrelcomplier
    @barrelcomplier Před 3 měsíci

    Awesomely explained, thank you!

  • @tapeface2863
    @tapeface2863 Před 3 měsíci

    well explained

  • @muhammadkumaylabbas8513
    @muhammadkumaylabbas8513 Před 3 měsíci

    Thank you for explaining! Everything is clear now!

  • @Aexoert
    @Aexoert Před 3 měsíci

    THIS IS SOO UNDER-RATED!!!

  • @portablekeys
    @portablekeys Před 4 měsíci

    R1 for transitive example is not transitive because we don’t have 2,4

  • @quriositysquared1028
    @quriositysquared1028 Před 4 měsíci

    How on earth is this channel so underrated? Amazing explanation.

  • @Dilaram123
    @Dilaram123 Před 4 měsíci

    Where is the formula derivation brother ???

  • @rachel_yeah
    @rachel_yeah Před 4 měsíci

    Thank you for this video! understood it perfectly thanks to you

  • @abhinandanshah4220
    @abhinandanshah4220 Před 4 měsíci

    At 3:44 girl will say yes for the same reason boy had said yes when asked him 2nd time

  • @btbbbiologythebrainbuffer6012

    🎉🎉🎉 clear

  • @jamjam3448
    @jamjam3448 Před 5 měsíci

    Indo indo 😂😂😂. Thanks though

  • @jijojoy847
    @jijojoy847 Před 5 měsíci

    Superb class sir, great explanation....❤🔥👌👌

  • @unnumemisto05
    @unnumemisto05 Před 5 měsíci

    10/10 very helpful 😅

  • @Zerker102
    @Zerker102 Před 5 měsíci

    great video but i have a question. how would one find the Probability of at least 4 consecutive heads occurring within 10 coin tosses, if it wasn't a fair coin toss? such as if the probability of heads and tails was 60% and 40%, respectively.

  • @AlexGwom-ip5eb
    @AlexGwom-ip5eb Před 6 měsíci

    Thanks a bunch

  • @huligemmanayak4883
    @huligemmanayak4883 Před 6 měsíci

    Nice sir. TQSM

  • @nicholaskok7582
    @nicholaskok7582 Před 6 měsíci

    OMG THANKS SO MUCH....THIS WAS THE ONLY VIDEO THAT HELPED A BUNCH ❤

  • @bhanupratapasiwal
    @bhanupratapasiwal Před 7 měsíci

    Thank you for clearing this all time doubt

  • @traderjm9711
    @traderjm9711 Před 7 měsíci

    you're cooking me sreyas

  • @RUMIJO
    @RUMIJO Před 7 měsíci

    Same handwriting

  • @sharthkumarshetty
    @sharthkumarshetty Před 7 měsíci

    Thank you🙏

  • @TarunKumar-mn7in
    @TarunKumar-mn7in Před 7 měsíci

    Great explanation 👏

  • @MathCuriousity
    @MathCuriousity Před 7 měsíci

    What is the difference between an axiomatic approach to say geometry and a non-axiomatic approach to geometry? Is there a name for “non-axiomatic” ?

  • @martin6276
    @martin6276 Před 8 měsíci

    Incredible! Thank you

  • @taraa282
    @taraa282 Před 8 měsíci

    Wonderful explanation 🔥🔥👌🏻👌🏻👌🏻👌🏻

  • @jovanaycart
    @jovanaycart Před 8 měsíci

    This was the first video that actually helped me understand this! Thank you!

  • @princessleighvillamayor895
    @princessleighvillamayor895 Před 8 měsíci

    Parang may mali sa transitive.. Sa R4= (1,4),(4,1),(1,1) Hindi ba transitive naman yan?

  • @jj-wp8dt
    @jj-wp8dt Před 9 měsíci

    Thank you random Indian guy on the internet. Without you I wouldn't have done my discrete math homework

  • @keithmasumoto9698
    @keithmasumoto9698 Před 9 měsíci

    I see. So the possibility of 5 or more consecutive heads is still in the calculation. The brilliance here is seeing all of these disjoint sets.

  • @RohanPayyavula
    @RohanPayyavula Před 9 měsíci

    Love you bro! you saved me from my midterm

  • @aadibmafaz8702
    @aadibmafaz8702 Před 9 měsíci

    what is the meaning of a totally ordered set?

  • @ayomidekosebinu5830
    @ayomidekosebinu5830 Před 9 měsíci

    What do we mean by 1 divides 2 and 2 does not divide 1

    • @sreyass7358
      @sreyass7358 Před 9 měsíci

      When 1 is divided by 2, remainder is not 0. That's why

  • @valeriereid2337
    @valeriereid2337 Před 9 měsíci

    Thank you very much. This certainly helps!

  • @bhaveshkadam405
    @bhaveshkadam405 Před 10 měsíci

    Thankyou sir i am tired of seeing long videos but by seeing your video i get it easily

  • @bharathkumar3192
    @bharathkumar3192 Před 10 měsíci

    sir...iam having one doubt...which is are reflexive relation antisymmetric ?

  • @Codist_00
    @Codist_00 Před 10 měsíci

    What does mean of least element i didn't understand

  • @varshahari5855
    @varshahari5855 Před 10 měsíci

    Very clearly explained sir thank you so much 🎉😊

  • @vamsikrishna3315
    @vamsikrishna3315 Před 10 měsíci

    excellent explanation but why those effects 🙄

  • @shreyghai8508
    @shreyghai8508 Před 11 měsíci

    goat

  • @shreyghai8508
    @shreyghai8508 Před 11 měsíci

    nice!!