Solving one programming question everyday in ruby.
I am solving one programming question everyday. This is more of a hobby project. If you have an interview coming up, please feel to browse through. You can also contribute to the repo by adding new questions.
If you feel any of the questions can be answered in a better way, send a pull request. I am always looking to learn new stuff.
- Remove duplicate characters from a string - 22/12/2014
- [Set of 2 numbers whose sum is equal to k] 2 - 23/12/2014
- Find majority element in an array - 24/12/2014
- Compare version numbers - 25/12/2014
- Reverse words of a string inplace - 26/12/2014
- Merge sorted arrays - 27/12/2014