You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ Algorithms playground for common questions solved in ruby syntax.
5
5
In case you want to prepare yourself for a job interview - try to solve it yourself first, then have a look here.
6
6
7
7
# Why?
8
-
I interviewed with [Google](https://github.com/sagivo/algorithms/blob/master/src/google-interview-tips.md), [Facebook](https://github.com/sagivo/algorithms/blob/master/src/facebook-interview-tips.md), [LinkedIn](https://github.com/sagivo/algorithms/blob/master/src/linkedin-interview.md), Twitter and others. I also interviewed others myself.
9
-
Sometimes it looks like they all ask you the same "out of the box" questions that don't really check knowledge but memorization of the same tricks.
10
-
This is my way of saying - change your interview style. There are lots of smart people out there, this is not the best way to find them.
8
+
I interviewed with [Google](https://github.com/sagivo/algorithms/blob/master/src/google-interview-tips.md), [Facebook](https://github.com/sagivo/algorithms/blob/master/src/facebook-interview-tips.md), [LinkedIn](https://github.com/sagivo/algorithms/blob/master/src/linkedin-interview.md), Twitter and others. I also interviewed others myself.
9
+
Sometimes it looks like they all ask you the same "out of the box" questions that don't really check knowledge but memorization of the same tricks.
10
+
This is my way of saying - change your interview style. There are lots of smart people out there, this is not the best way to find them.
11
11
12
12
# Problems
13
13
@@ -53,7 +53,8 @@ This is my way of saying - change your interview style. There are lots of smart
53
53
|[Eucliden and Extended Eucliden algorithm](http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm)|[click](https://github.com/sagivo/algorithms/blob/master/src/gcd.rb)|
54
54
| Suggest index of a number in an array |[click](https://github.com/sagivo/algorithms/blob/master/src/sugget_index_in_array.rb)|
0 commit comments