Search:

Type: Posts; User: yotabytes

Search: Search took 0.41 seconds.

  1. Re: Our client-server miniprogram is not communicating right, blocking readLine does not block?

    We have solved the problem.
    Our delimiter "-|" was a regular expression and interpreted as - OR empty string, then parsing an empty string into a number gave an exception.
    Meanwhile I also learned...
  2. Our client-server miniprogram is not communicating right, blocking readLine does not block?

    Greetings!

    Me and my brother are working on a small java project to learn network programming and get some experience working with networking code. We decided to make a relatively simple...
  3. Replies
    0
    Views
    2,212

    K-way merge sort problem

    If you'd sort an array of data using a k-way merge sorting algorithm, you would divide your array in k pieces. Then recursively call the method on every piece, where if the piece can still be divided...
Results 1 to 3 of 3