Problem I am working on a problem that simply calculates and prints the credit card balance. I hope this code […]
Category: Programming Chalenge
Reddit mirror encryption challenge
Problem While reviewing Encryption using a mirror field, I decided to write my own solution from scratch. The challenge, from […]
Solution to Chef and Squares challenge, timing out in Java but not in C++
Problem I was solving a problem on codechef (online judge and contest organizer). I was writing my code in Java […]
Optimizing a Java solution to Project Euler Problem 23
Problem I’ve tried to make something optimized for the Project Euler problem 23, named “Non-abundant sums”. I’ve fine-tuned my solution […]
Finding the most common character in a string
Problem I have started to try and work out the TopCoder problems. The “StringDup” problem asks us to: Create a […]
Temperature conversion table
Problem This is another solution for this challenge. Problem statement: In this challenge, write a program that takes in three […]
Hacker Rank Climbing The Leaderboard
Problem This has been asked a couple of times but here is my implementation in C++. I have 11/12 solutions […]
Hangman game in beginning Java
Problem Hangman game coded in Java (at a beginner’s level) where Hangman.java can be run with one or more arguments. […]
HackerRank “Flowers” challenge
Problem I’m fairly new to C and wanted a general review of this code. It’s a solution to this problem. […]
Project Euler #4 – Largest Palindrome Project – Python
Problem I solved the HackerRank version of the Largest palindrome problem (similar to Project Euler 4) in Python: Find the […]