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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ This is my way of saying - change your interview style. There are lots of smart
42
42
|[count and say](https://leetcode.com/problems/count-and-say/)|[click](https://github.com/sagivo/algorithms/blob/master/src/count_and_say.rb)|
43
43
|[Telephone number to words](http://www.mobilefish.com/services/phonenumber_words/phonenumber_words.php)|[click](https://github.com/sagivo/algorithms/blob/master/src/phone.rb)|
|[Find the smallest biggest number that has the same digits](http://stackoverflow.com/questions/9368205/given-a-number-find-the-next-higher-number-which-has-the-exact-same-set-of-digi)|[click](https://github.com/sagivo/algorithms/blob/master/src/bigger_num_with_same_digits.rb)|
46
47
|[Find the minimum insertions needed to make a word palindrome](http://www.geeksforgeeks.org/dynamic-programming-set-28-minimum-insertions-to-form-a-palindrome/)|[click](https://github.com/sagivo/algorithms/blob/master/src/min_insertions_for_palindrome.rb)|
0 commit comments