On this page, you will find my resume: View My Resume
My graduation date is set for May 2025 for my masters degree in Computer Science, with an area of interest in Knowledge Discovery and Data Mining and an emphasis on Big Data.
Write a Python program
(main.py) analyzes various sorting algorithms,
including Insertion Sort, Merge Sort, and Quick Sort. It compares Binary Search
with Sequential Search in terms of speed and effectiveness. It determines the
order of growth for a give recurrence using the Master Theorem. Calculates large
power efficiently with Binary Exponentiation. It calculates large powers efficiently
using Binary Exponentiation (both left-to-right and right-to-left methods). It
also uses Horspool's Algorithm for word and integer searches.
My graduation date was May 2023, when I graduated with a Bachelor's degree in Computer Science.
Convert the database that you have created into a CSV File for Data Science Study.
Write a Python (ModalityStudent.py)
and R (modalityStudent.R) program that reads a CSV file and answers
the following questions.
Write a Java program for the class of a Stack and Queue using the implementation of linked lists that handles integers. Also a binary search tree class that handles integers. There will be an interface class for each class that implements the following methods: add, remove, isEmpty, size, sum, average, minimum, maximum, linearSearch, sumOfSquares, count odd or even numbers, and count the number of times the element appears in the list.
Write a Java program (EmployeePayroll.java)
that reads a file of employees (employees.txt) and creates another file with
their ID, full name, department, and weekly salary.