From 0d72a107fd22dd32e95af8be34b0ab49ce0cd55b Mon Sep 17 00:00:00 2001 From: "Srilekha.Talluri" <30970454+Srilekha26@users.noreply.github.com> Date: Fri, 15 Oct 2021 23:06:23 +0530 Subject: [PATCH] Python solution tried compiling an easy python solution in O(n) for this problem. Have a look and if you like it, Subscribe https://youtu.be/IX6nQi7aHMo --- challenges/en_route_salute/en_route_salute.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/challenges/en_route_salute/en_route_salute.md b/challenges/en_route_salute/en_route_salute.md index f138830..b011fe7 100644 --- a/challenges/en_route_salute/en_route_salute.md +++ b/challenges/en_route_salute/en_route_salute.md @@ -116,3 +116,7 @@ Some tips: * Stop when your multiplier is 0, don't bother checking the rest of the string. Bit hard to explain but I hope the solution got its way across, again sorry for losing the specification, if you have it feel free to edit this .md and include it. + +tried compiling an easy python solution in O(n) for this problem. +Have a look and if you like it, Subscribe +https://youtu.be/IX6nQi7aHMo