From de7d56a5896b9fcef6e993571c2b38cd6269bea4 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sat, 31 Dec 2022 12:14:39 +0500 Subject: [PATCH] Add a disclaimer --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cfeee33..b17aae8 100644 --- a/readme.md +++ b/readme.md @@ -4,14 +4,17 @@ Solutions of leetcode problems in Ruby. - [My profile](https://leetcode.com/ordinary-dev/) -## How to run solutions +I don't claim to be the best programmer. +These solutions may not be the most optimal, but these are my solutions. + +## How to run ```bash cd problems/random-problem ruby test.rb ``` -## Solution structure +## Structure - `main.rb` - the solution itself - `test.rb` - tests