Probability And Statistics Problems
Master probability and statistics problems with AI-powered solutions. Get instant coding assistance during your technical interviews for all 6 problems in this category.
Total Problems: 6
Medium: 5
Hard: 1
Showing 6 of 6 problems
Problems
Scroll within this area to browse all problems
#
Title
Difficulty
Probability And Statistics LeetCode Problems List
- 826. Soup Servings - Medium - Probability And StatisticsYou have two soups, A and B, each starting with n mL. On every turn, one of the following four serving operations is chosen at random, each with proba... Topics: Math, Dynamic Programming, Probability and Statistics
- 1183. Statistics from a Large Sample - Medium - Probability And StatisticsYou are given a large sample of integers in the range [0, 255]. Since the sample is so large, it is represented by an array count where count[k] is th... Topics: Array, Math, Probability and Statistics
- 1362. Airplane Seat Assignment Probability - Medium - Probability And Statisticsn passengers board an airplane with exactly n seats. The first passenger has lost the ticket and picks a seat randomly. But after that, the rest of th... Topics: Math, Dynamic Programming, Brainteaser, Probability and Statistics
- 867. New 21 Game - Medium - Probability And StatisticsAlice plays the following game, loosely based on the card game "21". Alice starts with 0 points and draws numbers while she has less than k points. Du... Topics: Math, Dynamic Programming, Sliding Window, Probability and Statistics
- 1577. Probability of a Two Boxes Having The Same Number of Distinct Balls - Hard - Probability And StatisticsGiven 2n balls of k distinct colors. You will be given an integer array balls of size k where balls[i] is the number of balls of color i. All the ball... Topics: Array, Math, Dynamic Programming, Backtracking, Combinatorics, Probability and Statistics
- 903. Implement Rand10() Using Rand7() - Medium - Probability And StatisticsGiven the API rand7() that generates a uniform random integer in the range [1, 7], write a function rand10() that generates a uniform random integer i... Topics: Math, Rejection Sampling, Randomized, Probability and Statistics
Related LeetCode Topics
- Array LeetCode Problems
- Backtracking LeetCode Problems
- Biconnected Component LeetCode Problems
- Binary Indexed Tree LeetCode Problems
- Binary Search LeetCode Problems
- Binary Search Tree LeetCode Problems
- Binary Tree LeetCode Problems
- Bit Manipulation LeetCode Problems
- Bitmask LeetCode Problems
- Brainteaser LeetCode Problems
- Breadth-First Search LeetCode Problems
- Bucket Sort LeetCode Problems
- Combinatorics LeetCode Problems
- Concurrency LeetCode Problems
- Counting LeetCode Problems
- Counting Sort LeetCode Problems
- Data Stream LeetCode Problems
- Database LeetCode Problems
- Depth-First Search LeetCode Problems
- Design LeetCode Problems