orbankaroly
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/30/2024 in #java-help
Hey guys,
ohh cool, thanks a lot!
15 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/30/2024 in #java-help
Hey guys,
but the code is a mess as much as my posts 😄
15 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/30/2024 in #java-help
Hey guys,
my workaround was putting the original array's number in a stack, and then going through the stack to get the values out
15 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/30/2024 in #java-help
Hey guys,
i just wanted to iterate through the map and check the values as integers, so i can set the highest to a max variable
15 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/30/2024 in #java-help
Hey guys,
tried with the .get() method, but if i understand it correctly it works only if i know the key itself
15 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/19/2024 in #java-help
Hey guys,
thanks a lot; thought there is something like sort.listname, or something similar that is shorter 🙂
7 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/17/2024 in #java-help
Two Sum Problem on leetcode
and that caused valid answers from my own sets...
12 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/17/2024 in #java-help
Two Sum Problem on leetcode
forgot i can get negative numbers the way i did it
12 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/17/2024 in #java-help
Two Sum Problem on leetcode
just realised the problem was me being stupid tho 😄
12 replies
JCHJava Community | Help. Code. Learn.
•Created by orbankaroly on 11/17/2024 in #java-help
Two Sum Problem on leetcode
you get a set of numbers and a target number, you should figure it out which two numbers of the set have the sum of the target
12 replies