Skip to content

CODE & ALGO

Real-World Examples

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

Tag: Hash Table

Interview Questions

Longest Substring Without Repeating Characters

Leetcode#3 Longest Substring Without Repeating Characters Problem Statement Given a string s, find the length of the longest  substring  without repeating characters. Example 1: Input: s = “abcabcbb” Output: 3 Explanation: The answer is “abc”, with the length of 3. Example 2: Input: s = “bbbbb” Output: 1 Explanation: The answer is “b”, with the length of […]

prakashsinghabody@gmail.com 11 months ago26/11/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