What is your wildest programming language idea? This could be fun (silly) ideas or really cool and useful ones.
Go!
Also on le twatter: https://twit...
Boolean Parenthesization problem using memoisation
Problem statement- ( https://www.geeksforgeeks.org/boolean-parenthesization-problem-dp-37/ )
I am unable to solve the problem using Map in java can An...
# hello!
I'm fairly new at this and was wondering, how do I make programs like this interactive? also, is there a way to cut down on a code (like with...
Setting node.parent.left or node.parent.right doesn't remove the node from the tree
Hey all,
I'm working on an assignment that's due tomorrow, but I've been stuck on this one bug in particular.
I have a BST `Node` class which holds r...
Every time I try to open the embeded program in my website, the program won't load, it worked the first time i tried but since that happened it wont l...
Hey guys, so in the project I'm working on, I'm having trouble with lines 588-606; They aren't running properly...
@jakman You are the best Java coder...
### Questions and Comments for you to answer:
Hey Guys, I am a beginner to Java and I think I've already had a full week of experience with it. Is the...
Hello repl.
Below as you can see is MyCMD. I am planning on adding a LOGIN and FILE STORAGE system to MyCMD. But I want to be able to store that info...
Just begging with Java, experimenting with user input via keyboard, but the code isn't getting past compiling, any idea why?
![idk](https://storage.go...
what method do I use to get a single char to complete the statement.
Is there one?, in C it was _getchar, if I recall.
I just want to type in 'w' or similar and get the code to process that statement and do the next t...
So I tried to import a Jsoup project I wrote into repl but I'm not sure how external libraries and repl work. I found the jsoup class folder from http...
I am trying to figure out how to line the values under the header Pounds. I found really interesting code online for creating proper tables, but I jus...
Hey I am finding difficulty in detecting the error for this . Can anyone plz tell me how to fix the error . I just want to print the key in alphabetic...