SELECT A COLOR

DATA STRUCTURES

Infix-to-postfix Converter

Re-implementation of some of the Java Collections classes: LinkedList, Stack and Queue. Using the created collection creating an infix-to-postfix converter and a postfix notation parser. Language: Java

PlayStation friend database

BST structure, with each node representing a PlayStation friend. Each friend node contains information about that player, including their username, level and date of birth, along with attached data structures for their games (single linked-list) and trophies (ArrayList). Language: Java

1. Setting up the basic class structure
2. Implementing the basic structures needed by User to hold multiple Trophy and Game objects.
3. Creating BST-based friend database