Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 898 Bytes

README.md

File metadata and controls

37 lines (34 loc) · 898 Bytes

Sample Apps

Java CI with Maven Codacy Badge

Overview

Implementation of various applications

  • Run-length encoding
  • Infix / Postfix converter
  • Check for balanced parentheses
  • Triangular number
  • Factorial
  • Anagram
  • Tower of Hanoi
  • Letter frequency
  • Base64 encode
  • Word count
  • Random name generator
  • Palindrome checker
  • Leap year
  • Pig Latin
  • Temperature converter
  • Times table
  • Prime number
  • Catalan number
  • Reverse integer
  • Roman to decimal converter
  • Soundex
  • ROT13

Test

Run JUnit tests

./mvnw test

License

This project is released under the MIT License