Skip to content
June 20, 2025
  • Leetcode 3: Finding Longest Substring without Repeating Characters
  • Turing Test Today
  • Leetcode 2: Add Two numbers
  • LeetCode 1: Understanding and Solving Two Sum

Everything on artificial intelligence, coding, product development and everything in between

Newsletter
Random News

Menu

  • Home
  • News
  • Artificial Intelligence
    • Vector Databases
    • Machine Learning
    • Deep Learning
  • Coding
    • Leetcode
    • Chat GPT APIs
  • Research
  • Pioneers
  • Privacy
  • About Me
  • Home
  • News
  • Artificial Intelligence
    • Vector Databases
    • Machine Learning
    • Deep Learning
  • Coding
    • Leetcode
    • Chat GPT APIs
  • Research
  • Pioneers
  • Privacy
  • About Me
Latest
  • Leetcode 2: Add Two numbers

    12 months ago12 months ago
  • LeetCode 1: Understanding and Solving Two Sum

    12 months ago11 months ago
  • Leetcode 14: Longest Common Prefix on given list of strings

    1 year ago11 months ago
  • Unleash the Power of Vector Database in AI Development

    1 year ago11 months ago
  • Home
  • 2024
  • July

July 2024

  • News

Leetcode 3: Finding Longest Substring without Repeating Characters

ubcadmin12 months ago11 months ago06 mins

Problem Description Given a string s, find the length of the longest substring without repeating characters. Example 1: Example 2: Example 3: Constraints: Approaches Approach 1: Brute Force Algorithm: Time Complexity: (O(n^3))Space Complexity: (O(min(n, m))) where (m) is the character set size. Python Code: Approach 2: Sliding Window Algorithm: Time Complexity: (O(n))Space Complexity: (O(min(n, m)))…

Read More
  • Artificial Intelligence
    • Deep Learning
    • Machine Learning
    • Vector Databases
  • Coding
    • Chat GPT APIs
    • Leetcode
  • News
  • Pioneers
  • Research
  • Resources
  • July 2024
  • June 2024
  • May 2024
  • March 2024

Alan Turing artificial intelligence BERT Embeddings BoW CBIR Chinese Room coding coding interview common prefix cosine similarity document clustering document similarity embeddings Faiss github feedback loop image recognition jaccard similarity LDA leetcode LSA model training mongodb natural language processing NLP NLU Oracle database plagiarism python 3 Ranking real time recommendation generation redshift Retrieval Semantic Matching Semantic Representation semantic search similarity search strings processing SVM text classification TF-IDF Time Series topic modeling Turing test vector database Word Mover's Distance

Archives

  • July 2024
  • June 2024
  • May 2024
  • March 2024

Categories

  • Leetcode
  • News
  • Research
  • Vector Databases
(c) UnbreakableCloud.com, 2025.