Motivated computer science student with a drive to accept and
solve challenges.
Intro
Hi! welcome to my site. As a programmer, I enjoy working with people
and look forward to new projects and creative ideas. I am
hardworking, determined and inspired by advancement of women in
STEM.
Here are some of the languages that I am comfortable with
Python
Java
C++
SQL
English
Hindi
Gujarati
Projects
×
Warehouse Inventory Program
Inventory program targeted for retail owners. It performs
multiple tasks including managing customers, warehouses,
products within warehouse, invoices, and employees. The
program was created using Java, Java Swing, and SQL
database.
×
Tic-Tac-Toe
Single player game with a computer. Created smart and
random tic-tac-toe gameplay using MiniMax Algorithm.
×
Maze Solver
Utilized the key concepts of artificial intelligence to
find the best path for the provided maze. Used data
structures including the algorithms, A-star, BFS, and DFS
to run a maze solver with the lowest cost path and best
time complexity.
×
Burger Program
This program uses datastructures to mimic fast food
ordering system. It allows the user to type in the order,
shows the waiting orders, and displays the order being
served. The program is implemented using Python.
×
Elevator Stimulation
The stimulation allows the user to manipulate number of
elevators and floors using user's choice seed value and
mode. The stimulator behaves accordingly with the type of
passengers and the mode it is in. The project was formed
using object oriented programming while utilizing
different design patterns.
Education
California State University Long Beach
B.S. Computer Science
Minor in Cyber Security Applications
Class 2018-2022
GPA 3.86
Elements
Text
This is bold and this is strong. This is
italic and this is emphasized. This is
superscript text and this is subscript text.
This is underlined and this is code:
for (;;) { ... }. Finally,
this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis
sagittis eget tempus euismod. Vestibulum ante ipsum primis in
faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat
ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in
faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';