AquisBlue

AquisBlue

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

AquisBlue's repositories

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

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

Language:JavaLicense:EPL-2.0Stargazers:0Issues:0Issues:0

Converting-Binary-Tree-to-Double-Linked-List

Binary Tree to Double Linked List using Collections in Java

Language:JavaStargazers:0Issues:1Issues:0

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

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

Language:JavaLicense:EPL-2.0Stargazers:0Issues:1Issues:0

Given-a-matrix-return-true-if-no-two-adjacent-elements-are-1-in-all-ways-like-up-down-left-right-

Given a matrix return true if no two adjacent elements are 1 in all ways like up, down, left, right in Java

Stargazers:0Issues:0Issues:0

Java-progaram-to-find-the-equilibrium-index-of-an-array-

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

Language:JavaStargazers:0Issues:1Issues:0

Java-program-to-merge-two-arrays-

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

Language:JavaStargazers:0Issues:1Issues:0

Maximum-sum-such-that-no-two-elements-are-adjacent

Given an array of positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7).Answer the question in most efficient way.

Language:JavaStargazers:0Issues:0Issues:0

Remove-find-duplicates-in-a-string

Java program to remove or find duplicates in a string

Language:JavaLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Student-Course-problem-using-Java-Collections

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

Language:JavaLicense:EPL-2.0Stargazers:0Issues:1Issues:0