Videos
CodingBat - Java - Warmup-2 - "stringYak" algorithm - Stack Overflow
I need help with codingbat questions..
Are exercises on codingbat a realistic representation of what you would see in job interviews, or just good practice?
Codingbat authoring java problems with 2D array test cases - Stack Overflow
I am learning Java and I am at the very beginning of my programming journey. I am using CodingBat for practicing and I am having a very hard time while solving the easiest tasks. I feel already burnout trying to solve questions and I almost can't do anything without using google. It has been just a few days since I started so I don't know if it's normal or not. What do you think? Is it normal? How do I know if I am suitable for this or not?
Edit: Thank you so much, you've been very helpful :))
Hi, so i've been trying to learn java for 2 months now, and im going good with the concepts and multiple choice questions from several recrouses, but i'm still strugging to solve questions from codingbat, and find myself spending too much time trying to come up with a solution. I was wondering if there is any additional resource I can use to master my skills and time efficentally solve questions, such as the ones presented in codingbat.
Hi all I'm attending a university taught boot camp in the fall, but I'm taking the summer to self learn and educate myself as much as possible. I've started with python and after becoming comfortable with the basics I learned about codingbat. I'm able to do a lot of the exercises on there (but not all), and I was just curious as to how accurate a representation the questions on there are compared to what you would see in a real world interview?
It seems that you have one extra parameter which is not expected. What does 6 represent exactly in your case if 31 is the key?
Besides, as you can see in your error the parsing of 2D array is somehow incorrect, [{....], [....}] which does not make sense.
I have had this problem before. For some reason I can't manage to put two dimensional arrays for my case either, but you can try turning the argument into a string. It works through the website, but it may require extra steps for the student to convert the string into the 2d array altogether.
Instead of this:
{ {4,7,23,43,19,78,31,11,29,36}, {4,7,23,43,19,78,31,11,29,36 } }, 31, 6
Try this :
"{ {4,7,23,43,19,78,31,11,29,36}, {4,7,23,43,19,78,31,11,29,36 } }", 31, 6
If there are any better alternatives ill let you know.
In my AP Comp Sci class, we have been learning java using the online tool codingbat. While it is a good tool, I find it hard to learn from until you grasp the overarching concepts of each section. With this in mind, what are some other tools (preferably ones that are interactive) that can help me learn better? Thanks a lot