Skip to content
View j-b11's full-sized avatar

Block or report j-b11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. OptimalRouteFinder OptimalRouteFinder Public

    Finding the shortest or the fastest path on the map based on places which you have chosen, solving Traveling Salesman Problem. Using: Google Maps for Android, Google Places service, Google Distance…

    Java 11 6

  2. HuffmanEncoding HuffmanEncoding Public

    Huffman encoding/decoding with building and displaying a Huffman tree. GUI created with Javafx based on the fxml file.

    Java

  3. TransmissionErrorDetectionSimulator TransmissionErrorDetectionSimulator Public

    Java FX application that makes simulation of detecting transmission errors. Implements algorithms such as Hamming code, Cyclic Redundancy Check (CRC32Bit, CRC16Bit, SDLC, SDLC Reverse) and parity b…

    Java