Skip to content
CODE & ALGO

Master Coding & Algorithms with Real-World Examples

  • Interview Questions
  • System Design
  • Concepts
  • Latest Posts
  • Contact
  • About
  • Privacy Policy
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe
Posted inInterview Questions

Longest Substring Without Repeating Characters

Leetcode#3 Longest Substring Without Repeating CharactersProblem StatementGolang SolutionOutput Longest Substring Without Repeating Characters Problem Statement Given a string s, find the length of the longest  substring  without repeating characters. Example 1: Input:…
Read More
22/11/2024Tags: Hash Table, Sliding window, string
Posted inInterview Questions

Reverse Vowels of a String

Problem StatementGolang Code Reverse Vowels of a StringHow It WorksExampleTime ComplexitySpace Complexity Problem Statement LeetCode#345 Given a string s, reverse only all the vowels in the string and return it. The…
Read More
21/08/2024Tags: coding interview, golang, string, Two Pointers

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)

Recent Comments

No comments to show.

Archives

  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024

Categories

  • Interview Questions
  • Interview Questions
  • Latest Posts
  • System Design
  • Concepts
  • Privacy Policy
  • Contact
  • About
Copyright 2025 — CODE & ALGO. All rights reserved.
Scroll to Top