ignacio-chiazzo / Algorithms-Leetcode-Javascript

Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
MIT License
608 stars 88 forks source link

add: longest common prefix #52

Closed ongzx closed 2 years ago

ongzx commented 2 years ago

This MR adds a leetcode easy question, longest common prefix (https://leetcode.com/problems/longest-common-prefix/) to the repo