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)
why is it showing time limit exceeded?
Given an array of positive integers nums and a positive integer target, return the minimal length of a contiguous subarray [numsl, numsl+1, ..., numsr-1, numsr] of which the sum is greater than or equ...
Prakhar Agrawal
Votes: 0
Answers: 0
Creating a minimum heap of a mapping between an object and a value
The questions is in Java.
I have some sort of an Object, lets call it MyObj. Additionally, I have a way to score each instance of this object. However, the scoring depends also on another integer valu...

user16099288
Votes: 0
Answers: 1
Fastest way to get minimum Jaccard-Coefficient in networkx
I have a graph in networkx and need to get the edge with the minimum Jaccard-Similarity.
I am searching for the most efficient way to do that, because I have to do it multiple times.
I tried to create...
JustanotherAlien
Votes: 0
Answers: 0
Matlab matrix minimum value
I have a a matrix Number which contains
0.2728 0.2304 0.2008 0.1900 0.2008 0.2304 0.2728
0.2304 0.1786 0.1391 0.1233 0.1391 0.1786 0.2304
0.2008 0.1391 0.0843...
ob269
Votes: 0
Answers: 1