Skip to content
View AquisBlue's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report AquisBlue

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

  1. Divide-a-string-into-n-blocks-of-equal-size-in-Java Divide-a-string-into-n-blocks-of-equal-size-in-Java Public

    Aim is to check if a string can be divided equally or not and if it can be, then display the equally-sized blocks

    Java

  2. Student-Course-problem-using-Java-Collections Student-Course-problem-using-Java-Collections Public

    Aim is to use the concepts of java collections to perform add, delete and link records in hashmaps

    Java

  3. -Java-Program-to-replace-lower-case-characters-with-upper-case-and-vice-versa -Java-Program-to-replace-lower-case-characters-with-upper-case-and-vice-versa Public

    Aim is to replace all the lower-case characters in the string to upper-case and upper-case characters to lower-case.

    Java

  4. Remove-find-duplicates-in-a-string Remove-find-duplicates-in-a-string Public

    Java program to remove or find duplicates in a string

    Java

  5. Java-progaram-to-find-the-equilibrium-index-of-an-array- Java-progaram-to-find-the-equilibrium-index-of-an-array- Public

    Equilibrium index of an array is an index such that Sum of elements at lower indexes = Sum of elements at higher indexes.

    Java 1

  6. Java-program-to-merge-two-arrays- Java-program-to-merge-two-arrays- Public

    Concatenate the two arrays into one and then sorting the entire array.

    Java