Skip to content

CODE & ALGO

Real-World Examples

  • Latest Posts
  • Interview Questions
  • System Design
  • Concepts
  • Contact
  • About

Tag: coding interview

Interview Questions

Reverse Vowels of a String

Problem Statement LeetCode#345 Given a string s, reverse only all the vowels in the string and return it. The vowels are ‘a’, ‘e’, ‘i’, ‘o’, and ‘u’, and they can appear in both lower and upper cases, more than once. Example 1: Input: s = “hello” Output: “holle” Example 2: Input: s = “leetcode” Output: “leotcede” Constraints: Golang Code Reverse Vowels […]

prakashsinghabody@gmail.com 1 year ago21/08/2024

Recent Posts

  • Kubernetes basic concepts in 5 mins
  • TikTok System Design Interview: Deep Dive Guide [2025]
  • Spotify System Design interview
  • What is difference between Authentication & Authorisation ?
  • Change Data Capture (CDC)

Tags

8 common pattern in software coding interview Arista interview question Binary Tree BFS Binary Tree DFS coding interview Computer science concepts Dependency injection principle design spotify golang Google Interview Questions Hash Table Interface segregation principal Kadane's algorithm leetcode leetcode#155 Liskov substitution principle Min Stack Modified Binary Search Open close principle Prefix sum Scalable design Single responsibility principle Sliding window Solid principles Spotify System Design interview string Subset Top K Elements Topological Sort Two Pointers
Copyright 2023. All rights reserved.
Theme By: Smarter Themes