Cracking the coding interview #5 | One Edit AwayProblem Statement: One Away: There are three types of edits that can be performed on stringsApr 21, 2022Apr 21, 2022
Cracking the coding interview #4 | Palindrome PermutationProblem Statement: Palindrome Permutation: Given a string, write a function to check if it is a permutation of a palindrome. A palindrome…Jul 4, 2021Jul 4, 2021
Cracking the coding interview #3 |URLifyProblem Statement: URLify: Write a method to replace all spaces in a string with ‘%20’. You may assume that the string has sufficient space…Jul 4, 2021Jul 4, 2021
Cracking the coding interview #2 | Check PermutationProblem Statement: Check Permutation: Given two strings, write a method to decide if one is a permutation of the other.Jun 29, 2021Jun 29, 2021
Cracking the coding interview #1 | Is UniqueProblem Statement: Is-Unique: Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional…Jun 27, 2021Jun 27, 2021
Browser detection using JavascriptDetecting Browser name and its version from the userAgent strings can be a tenacious task for any web developer. We all know that the…Aug 8, 20202Aug 8, 20202