Question d’entretien chez First Student

Programming/Algorithms: Question: Write a function to find the longest palindromic substring in a given string. Answer: Use dynamic programming or expand around center technique. Database: Question: Write a SQL query to retrieve departments with more than five employees.

Réponse à la question d'entretien

Utilisateur anonyme

10 juill. 2024

Programming/Algorithms: Question: Write a function to find the longest palindromic substring in a given string. Answer: Use dynamic programming or expand around center technique. Database: Question: Write a SQL query to retrieve departments with more than five employees.