FutureGadgetLaboratory-FGL / Logic_Builder

This repository will contain many different types of logical programming questions of different difficulty levels. Anyone can start or continue their practice of coding from this repository.
37 stars 137 forks source link

Update INDEX.md #568

Closed Happy-arora closed 2 years ago

Happy-arora commented 2 years ago

Given a string s, return the length of the longest palindromic substring in s. Example : Input: s = "babad" Output: "bab" or "aba"