Problemset
18 / 689 problems
Filters
| # | Name | Tags | Difficulty | Solved by | |
|---|---|---|---|---|---|
| ✓ | gb_ch02_q022 | Missing integers Green Book · Ch 2 · Brain Teasers | x0 | ||
| ✓ | 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 | ||
| ✓ | rb_ch01_q057 | 99 distinct integers missing one Red Book (Heard on the Street) · Ch 1 · Purely Quantitative & Logic Questions | x0 |