python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Beam Performance Between Python Vs Java Running on GCP Dataflow
We have Beam data pipeline running on GCP dataflow written using both Python and Java. In the beginning, we had some simple and straightforward python beam jobs that works very well. So most recently ...

Jie Zhang
Votes: 0
Answers: 1
Count Nice Subarrays - Understanding sliding window technique and not prefix sum
I am new to Two Pointer patters and in particular the Sliding Window technique. I encountered this problem on leetcode - Count Nice Subarrays. I have seen many solutions that change the array to 0's a...
Spindoctor
Votes: 0
Answers: 1
Kusto for sliding window
I am new to Kusto Query language. Requirement is to alert when the continuous 15 minute value of machine status is 1.
I have two columns with column1:(timestamp in every second) and column2:machine st...
Pinky
Votes: 0
Answers: 2
Why is a sliding window algorithm considered O(n) and not O(n^2)?
On leetcode 424. Longest Repeating Character Replacement -
(https://leetcode.com/problems/longest-repeating-character-replacement)
You are given a string s and an integer k. You can choose any
charac...
NimaKapoor
Votes: 0
Answers: 1