Logo

A self-motivated learner with enthusiasm for Computer Science and adaptability to challenges, seeking knowledge and experience in professional environments

Phone number: (832) 703-7997

Email

LinkedIn

GitHub

Java Wordle & Sudoku

Project description: Created as programming assignments for the Computer Science I class at Southwestern University. Codes are private on request.

Wordle:

Applied data types, loops, and conditionals into making a Wordle clone in Java, leaned the intro to coding ethics and elementary problem-solving skills.

Sudoku:

Applied principles of Object-Oriented Programming in Java into designing a Sudoku class with utilization of data structures and algorithms to find all of the features in the grid, such as elements in one box, row, or column, missing elements, valid elements. In addition, using Recursion, I implemented a solve method to solve the given grid, which is read from a file, passing in as a command-line argument.

Skills: Java, OOP, Recursion