Having fun coding and solving problems from different sources
- Roman to Integer: Description
- Source code: RomanToInteger.java
- A0 Paper: Description
- Source code: A0Paper.java
- BinaryTree: Binary tree implementation
- Source code: BinaryTree.java
- LinkedList: Simple Linked list implementation
- Source code: LinkedList.java
- Stack: Basic stack implementation
- Source code: Stack.java
- Cards: Shuffle a deck of cards.
- Source code: Deck.java
- Polish Reverse Notation: Solving Polish Reverse Notation problem
- Source code: PolishReverseNotationCalculator.java
- Tower of Hanoi: Solving Tower of Hanoi problem
- Source code: Hanoi.java
- BubbleSort: Bubble sort algorithm implementation
- Source code: BubbleSort.java
- InsertionSort: Insertion sort algorithm implementation
- Source code: InsertionSort.java