From cc79df656f4194d7a610e3040d6c1de22c049937 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 5 Nov 2021 12:52:08 +0000 Subject: [PATCH] naming section in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6896617..f959449 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ In each solution I always aim for the lowest possible time complexity first; however, there may be multiple solutions for some problems to try to minimise space complexity instead. + +## Naming +Each folder is the name of the problem from its URL, +so the problem can be accessed at: +``` +https://leetcode.com/problems// +```