Algorithm questions
Superbest opened this issue · 3 comments
I see that there is a "Design patterns" section, but no "Algorithm" section. It seems that questions such as "propose an algorithm to solve task X, implement it in pseudocode/language of your choice" are quite common.
Here is one example that I recently came across: https://www.shiftedup.com/2015/05/07/five-programming-problems-every-software-engineer-should-be-able-to-solve-in-less-than-1-hour
I actually wrote Python solutions to Santiago's questions, I wouldn't mind adding them to my github when I have time. But this sort of question is possibly the single most common class I've heard about. Is it worth adding it as a section in this repo?
@Superbest sure, I'm going to do a huge rework of my repo
- Add description for each the link.
- Add programming languages, algorithms, patterns, etc. sections
- Add a lot more stuff like, C#, .NET, different popular frameworks and etc.
Hello @maximabramchuck, take a look at my repo with Objective-C algorithms https://github.com/EvgenyKarkan/EKAlgorithms
I hope you will find It useful for iOS stuff.
@Superbest added, merged.
@EvgenyKarkan added, merged.
Thanks for your contribution!