smv1999 / CompetitiveProgrammingQuestionBank

This repository contains all the popular Competitive Programming and DSA questions with solutions for your Coding Interview Preparation.

Home Page:https://smv1999.github.io/CompetitiveProgrammingQuestionBank/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python solution for longet common Prefix - DSA 450

dsrao711 opened this issue · comments

💥 Proposal

(A clear and concise description of what the proposal is.)

Link to the problem : https://leetcode.com/problems/longest-common-prefix/
TC : O(mn)

Have you read the Contributing Guidelines on Pull Requests?

Yes

(Write your answer here.)

Hello @dsrao711,
Thank you for opening an issue. 🥳
To get assigned to this particular issue please use /assign
Check this guide before contributing.

/assign

This issue has been assigned to @dsrao711!
It will become unassigned if it isn't closed within 17 days. A maintainer can also add the pinned label to prevent it from being unassigned.

Please review @smv1999