Problemset
23 / 689 problems
Filters
| # | Name | Tags | Difficulty | Solved by | |
|---|---|---|---|---|---|
| ✓ | gb_ch07_q001 | Number swap (without temp variable) Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q002 | Unique elements in a sorted array Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q003 | Horner's algorithm Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q004 | Moving average Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q005 | Sorting algorithms (3 with complexity) Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q006 | Random permutation — shuffle 52 cards Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q007 | Random permutation — sequential character pick Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q008 | Find min and max in 3n/2 comparisons Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q009 | First nonzero element in array Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q010 | Search in sorted matrix Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q011 | Fibonacci numbers — efficient computation Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q012 | Maximum contiguous subarray (Kadane's algorithm) Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q013 | Power of 2 Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q014 | Multiplication by 7 Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q015 | Probability simulation with a fair coin Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q016 | Poisonous wine Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q017 | Monte Carlo for European call Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q018 | Generate normal random variables from uniform Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q019 | Variance reduction techniques Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q020 | Monte Carlo for delta and gamma Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q021 | Monte Carlo estimate of pi Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q022 | Finite difference methods Green Book · Ch 7 · Algorithms and Numerical Methods | x0 | ||
| ✓ | gb_ch07_q023 | Stability of explicit finite difference Green Book · Ch 7 · Algorithms and Numerical Methods | x0 |