I'm interested in the ones that gives most pleasure when you solve it. Please give a concrete examples.
|
|
|||||||||||
|
closed as not programming related by ChrisW, Shog9, Sam Hasler, Mehrdad Afshari Feb 6 at 17:26 |
|
|
It would have to be machine learning. Those functions take some work to get right and can be highly useful for learning to do things that traditionally are things left for humans. Like a function that can find peaks in a spectrum. A non learning function would find some but not all, or way more then there actually are. With a machine learning function one can say this is not a peak or this is a peak and it will tune its parameters to better fit what is and is not a peak. |
||||
|
|
|
It's not a single puzzle, but I've really been enjoying my time spent on the ones from Project Euler. So far easily my favorite has been problem 15, as I ended up spending several hours deriving the formula to solve it and had some cool realizations and learned quite a bit in the process (I wont give anything away here;)). Starting in the top left corner of a 2×2 grid, there are 6 routes (without backtracking) to the bottom right corner (See link for picture). How many routes are there through a 20×20 grid? |
|||
|
|
|
I enjoy the problems here. There's always a new algorithm to be learned (or re-learned). |
||
|
|
|
|
I love to hunt bugs. It's a bit like being Sherlock Holmes: You collect clues, follow hints, interview the suspects and finally nail it down. Almost nothing else in my job gives me the same kind of satisfaction when finding and fixing a bug. |
||
|
|
|
Anything that actually forces me to learn something new. Also, I don't really enjoy traditional puzzle, I like solving puzzling situations in real life code. Something that would make you sweat for couple of hours or even days before that "Ah-ha!" moment. |
||
|
|
|
|
1 off situations. |
||
|
|
|
|
Recursive functions. I think there is more thought per line of code than anything else that I do (regularly). |
||
|
|
