Common coding interview questions 🧑💻
1. Reverse a String: Write a function to reverse a string.
2. Find the Missing Number: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.
3. Palindrome: Check if a given string is a palindrome…