Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.32 KB

File metadata and controls

36 lines (24 loc) · 1.32 KB

LeetCode Solutions in Ruby

LeetCode Solutions in Ruby

This repo is the Ruby counterpart of the leetcode-js. Each problem's solution is organized by difficulty. Resources

Feel free to ask if you need any more help!

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/arjunkdot/leetcode-rb.git

Usage

You can execute the Ruby solutions as follows:

ruby easy/01-sum-of-unique-elements/solution.rb

License

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.