
US Citizen. An internship or research opportunity that will allow me to utilize my problem-solving skills and attention to detail to further develop my abilities in the field of computer science.
English dictionary using Red-Black Tree - College Project(2022)
This project reads a text file with a list of words and is loaded into a Red-Black Tree data structure to support efficient insertions, deletions and search operations. It also prints the size of my dictionary, inserts a given word if it doesn't exist in the dictionary or Look up/delete words already in the dictionary.
Language: Java using Eclipse
Simple Chess Application - Personal Project(2021)
It implements all the basic rules of Chess game. Players can be selected from a list of existing players, or a new player can be created. User statistics are updated as and when required. The application responds to each selection by indicating all the possible moves. It enforces restriction in case the King is under check. It is a timed game and a player loses his right to move once he runs out of time.
Language: Java using Eclipse