squest / zentraining1

repo for training codes
5 stars 2 forks source link

List of Euler and the recommended methods #3

Open squest opened 9 years ago

squest commented 9 years ago

These are the recommended euler problems that would be useful for developing the skills required for data analysis (No "math" required):

Basic skills : 1, 2, 3, 4, 5, 6, 8, 9, 12, 14, 16, 19, 20, 21, 25, 48,
Sieve-ing : 7, 10, 23,
Matrices processing : 11, 13,
Combinatorics : 15, 24, 38, 48, 49
Dynamic programming/Memoization : 18, 31, 67, 76,
Data filtering iterations : 32, 33, 35, 36, 37
String manipulations : 17, 22, 42,
Searching algorithms : 44, 45,

These are the problems so far, will add some more in the near future

squest commented 9 years ago

@dhiamonkey