Algorithm questions #5

Closed
opened 2025-12-30 01:29:30 +01:00 by adam · 3 comments
Owner

Originally created by @Superbest on GitHub (Dec 2, 2015).

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?

Originally created by @Superbest on GitHub (Dec 2, 2015). 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?
adam closed this issue 2025-12-30 01:29:30 +01:00
Author
Owner

@MaksimAbramchuk commented on GitHub (Dec 2, 2015):

@Superbest sure, I'm going to do a huge rework of my repo

  1. Add description for each the link.
  2. Add programming languages, algorithms, patterns, etc. sections
  3. Add a lot more stuff like, C#, .NET, different popular frameworks and etc.
@MaksimAbramchuk commented on GitHub (Dec 2, 2015): @Superbest sure, I'm going to do a huge rework of my repo 1) Add description for each the link. 2) Add programming languages, algorithms, patterns, etc. sections 3) Add a lot more stuff like, C#, .NET, different popular frameworks and etc.
Author
Owner

@EvgenyKarkan commented on GitHub (Dec 6, 2015):

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.

@EvgenyKarkan commented on GitHub (Dec 6, 2015): 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.
Author
Owner

@MaksimAbramchuk commented on GitHub (Dec 6, 2015):

@Superbest added, merged.
@EvgenyKarkan added, merged.
Thanks for your contribution!

@MaksimAbramchuk commented on GitHub (Dec 6, 2015): @Superbest added, merged. @EvgenyKarkan added, merged. Thanks for your contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/awesome-interview-questions#5