AyaMaya
AyaMaya
CC#
Created by AyaMaya on 12/6/2024 in #help
✅ what is this error and how to fix it
its supposed to be input[y-1][x] = "X";
6 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
user input, completes given function
switch works perfectly, thanks
9 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
user input, completes given function
it would be saving memory for a string[] of the puzzle input, and then call a function, and output the result
9 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
user input, completes given function
what about the 25 if statements alternative
9 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
alright, thanks for the insight. we can close this ❤️
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
would intList.Sort() work as intended, id prefer the lists to be in anyway
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
after sorting?
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
but how will i be able to store the ints in the string lists
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
is that the most efficient way ://
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
list? or each string in the cmp list
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
cmp and check is the same thing at this part of the code
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
ah how can i parse into ints first
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
cmp.Clear(); Console.WriteLine(s); check = s.Split(' ').ToList(); foreach(string z in cmp) { Console.WriteLine(z); }
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
@Angius
38 replies
CC#
Created by AyaMaya on 12/2/2024 in #help
✅ List.Sort()?
No description
38 replies
CC#
Created by AyaMaya on 8/22/2024 in #help
✅ Regex MatchCollection not collecting
i got it to work
7 replies
CC#
Created by AyaMaya on 8/22/2024 in #help
✅ Regex MatchCollection not collecting
7 replies
CC#
Created by AyaMaya on 8/22/2024 in #help
✅ Regex MatchCollection not collecting
+it is using system.RegularExpressions
7 replies
CC#
Created by AyaMaya on 5/9/2024 in #help
Decrease all of arrays by 1, optimization because of Time limit Exeeded
I understand the code works, the && is used to optimise a little bit? idk man i redid the code i thought that entire part is useless
6 replies
CC#
Created by AyaMaya on 11/22/2022 in #help
❔ Random List of strings
do you need to import something with using xx
15 replies