python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# Sliding Window Algorithm
So i have to sent a message from a Sender to a Destination(Shown in main class) by specifing how many letters i wanna sent (the size variable).When the laters left are less than letters i wanna sent,i...
Bogdan Andrei
Votes: 0
Answers: 1
sliding onClick doesn't translate first time
Can you help me for this code... I want to translate sliders but on first click (for exemple if I click on sliding to right = -600px) it doesn't slide...
const [slidingAvis, setSlidingAvis] = useState...
younes
Votes: 0
Answers: 1
We would be given with stream of data i.e a,b,c,.. and we need to remove first occurring consecutive duplicate substring
Remove repeating n tokens iteration.
1,
2,
3,
4,
iteration 1:
repeating 1 seq example
a,a,a,a,b,a,a,a,a,a, ==> a,b,a
^,^, ^
iteration 2:
repeating 2 seq example
a,a,a,a,b,a,b,a,b,a, ==> a...
Komal Pal
Votes: 0
Answers: 0