Recent Posts:

C++ Anagrams

2 minute read

The code has been modified slightly and now uploaded to the site.

Two Sum

less than 1 minute read

This program was created to take in an array of numbers and returns the position of the numbers that add up to the target.

Truncate Sentence

1 minute read

This program was created to trim the sentence and return the first few words in order to simplify the statement/question.

To Lower Case

less than 1 minute read

This program was created to convert every letter of a word to lowercase.

Palindrome Number

less than 1 minute read

This program was created to check if a number is a palindrome.

Container with Most Water

1 minute read

This program was created to find two lines (similar to a bar graph) that form a container with the most water.

numSort.java

less than 1 minute read

This program was created to simply sort an array of numbers in ascending order.

divideFive.java

less than 1 minute read

This program was created to simply check if a number is divisible by 5.

countTrue.java

less than 1 minute read

This program was created to count the number of how many true boolean values there are.