Sollicitatievraag bij 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.

Antwoord op sollicitatievraag

Anoniem

10 jul 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.