I'm doing C++ and Computer Networking courses and having a hard enough time but have to write a short java program to test a batch file we had to create.
What I want to do for now is just make a server that listens to connections
through a port, and accepts it's connections from the client. In other words, I need to creat a primitive messaging service to test on my computer via DOS.
I don't know much about java...if...
User Profile
Collapse
-
simple java sender/listener program
-
Bubble sort for anagrams/words
How do I correct the program below to search all the anagrams in a given file.
First, for each word, build another word (its key) with all its letters sorted. For instance, build "dorw" for "word", or "eelttr" for "letter".
Build an array of all the keys, and sort it using a bubble sort. I have to write a modified version of bubble sort that maintains also the array of the primary words....
No activity results to display
Show More