Greya
Greya
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
assuming j is i+1?
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
if i have an array {1,2,3,4,5} and i is at number 2. then j would be number 3 no?
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
not just the number infront of i
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
is all the numbers past i?
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
so j
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
wait what
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
yet it still works
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
so i and j should never be the same number
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
but i said j = i+1
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
because if i is at 1. then j would be at 1 again
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
if i said j = i+3 then that would make sense
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
im just confused on how its correct
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
the other solutions are like this to
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
3 and 1 are not the same so why does it return true?
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
lets assume i is at number 3 in the first test case. then j (which is i+1) would be at 1
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
but my second loop tests for i+1. so j= i +1 right
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
1 is listed twice so it returns true
28 replies
CC#
Created by Greya on 9/28/2024 in #help
Confused on why my simple leetcode solution works
lets use the first data test case
28 replies
CC#
Created by Greya on 9/16/2024 in #help
How to make a sliding panel animation on Avalonia>?
thats just their names
82 replies
CC#
Created by Greya on 9/16/2024 in #help
How to make a sliding panel animation on Avalonia>?
their both avalonia windows
82 replies