Skip to content
View JomkhA's full-sized avatar

Block or report JomkhA

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. checksum.c checksum.c Public

    A C version of the checksum.java program, using buffers

    C 46

  2. ascii2bin ascii2bin Public

    A program that converts ascii digits to binary numbers

    C 43

  3. tummxd tummxd Public

    discord theme

  4. SudokuSolver SudokuSolver Public

    A program that automatically solves a sudoku puzzle, given a test schema

    Java

  5. AVL-Trees AVL-Trees Public

    A program that allows user to create, insert and delete branches from main AVL tree

    Java

  6. QuickSort QuickSort Public

    A program that applies a “quick sort” algorithm to an integer array using pivots and partitions

    Java