Latest Articles
Discover our latest posts and insights from the Kode$word journey

Bookmark
Max Consecutive Ones III – Sliding Window with Limited Flips
Learn how to maximize consecutive 1's in a binary array by flipping at most K zeros using an optimized sliding window approach.
Krishna Shrivastava
Feb 5, 2026
SlidingWindowBinaryArrayLeetCodeMedium
Read More

Bookmark
Longest Substring with K Unique Characters – Efficient Sliding Window Solution
Master the sliding window technique using HashMap to find the longest substring with exactly K distinct characters.
Krishna Shrivastava
Feb 5, 2026
SlidingWindowHashMapStringsGFG
Read More

Bookmark
Count Subarrays of Size K with Average ≥ Threshold — Sliding Window Solution (LeetCode 1343)
Efficiently counting qualifying subarrays using an O(n) sliding window approach
Krishna Shrivastava
Jan 30, 2026
LeetCodeSliding WindowMedium
Read More

Bookmark
Maximum Average Subarray I — Efficient Solution Using Sliding Window (LeetCode 643)
How to optimize subarray average calculation from brute force to an O(n) sliding window approach
Krishna Shrivastava
Jan 30, 2026
LeetCodeSliding WindowEasy
Read More

Bookmark
Mastering the Linux Infrastructure: A Comprehensive Guide to Raw Deployment
From Local Development to Global Environments
Krishna Shrivastava
Jan 26, 2026
LinuxWebDevelopmentDevOpsDeploymentServerManagementSystemAdministration
Read More

Bookmark
Building an AI Art Detective: From Kaggle Data to Deployed Vision Transformer (ViT)
How I used a 2.5GB Kaggle dataset, PyTorch, and a Vision Transformer to build a live detector for AI-generated imagery.
Krishna Shrivastava
Jan 21, 2026
MachineLearningComputerVisionNextJSPythonAIVisionTransformer
Read More

Bookmark
Left and Right Sum Differences
LeetCode 2574 Easy
Krishna Shrivastava
Jan 17, 2026
LeetCodePrefixSuffix
Read More

Bookmark
Range Sum Query - Immutable
LeetCode Question 303
Krishna Shrivastava
Jan 16, 2026
LeetCodeEasyPrefix Sum
Read More

Bookmark
Equilibrium Point
GeeksForGeeks question based on prefix sum.
Krishna Shrivastava
Jan 16, 2026
GeeksforGeeksPrefix SumEasy
Read More
Page 5 of 7 • 63 articles total