mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2026-03-14 06:05:46 +01:00
Algorithm questions #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@MaksimAbramchuk commented on GitHub (Dec 2, 2015):
@Superbest sure, I'm going to do a huge rework of my repo
@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.
@MaksimAbramchuk commented on GitHub (Dec 6, 2015):
@Superbest added, merged.
@EvgenyKarkan added, merged.
Thanks for your contribution!