Ask HN: What term/concept should I learn next? (creating software, need help)
After 2 hours, I read about 10 topics and after 2 days I can't remember most of it.
I would like to create my own software with a list of groups and a list of concepts/topics in those groups where I would randomly get a topic/concept and a list of links to read.
For example:
Algorithms
- sequence search
- graph search
Compiler theory
- top-down parsing
- distributed processing
So, once a day I would open my software, choose a list of groups and get a random topic.
I need HN to start with a list of groups and topics that are interesting so I can publish this application and maybe we can all learn new things.
Also, there could be a topic linked to the randomly chosen topic which will say "If you don't understand merge sort, try with bubble sort." with a link to bubble sort.
What do you think?
6 comments
[ 2.9 ms ] story [ 24.2 ms ] threadThere's not much regarding explanations there, but as a list of connected concepts (most pages have "see also"), it's really good.
The idea is interesting. I would be tempted to try it if the price wasn't high.
This would be great only if they are grouped by topic.
What price? It would be free and open source.
For the record the link was to http://rosalind.info/problems/tree-view/ which is a good way to learn both graph algorithms and bioinformatics in one go.