aam659
Web and mobile MEAN full-stack developer with background in math and music. Experience with Angular 16, NgRx, Node, Express, MongoDB, SQL, Java, C/C++, etc.
Altec, Inc.Birmingham, AL
Pinned Repositories
aam659.github.io
A budget tracking app designed using Angular 8.0 for front-end and Firebase for back-end.
AVL-GST-Comparison
An implementation of a green search tree and AVL tree utilizing the linked-list data structures given in another repository, as well as a binary search tree, as well as several other data structures and abstract data types. Makefile used to build.
Calculator
An infix to post-fix calculator application, based on dynamic and circular dynamic arrays, a stack, queue, binary search tree, and several other data structures and abstract data types. Makefile used to build.
Dynamic-Arrays
A dynamic array and circular dynamic array, together with a stack and queue based on these, all of which are used as a basis for CS projects. Uses makefile to build.
Heapsort-Implementation
An implementation of the heapsort algorithm utilizing the linked list data structures mentioned in another repository, as well as a binary search tree, and several other data structures and abstract data types. Makefile used to build.
PersonalSite
Personal website
SpiceApp
A mobile app designed to provide members with a wide variety of possible dining venues through the utilization of several algorithms based on user preferences.
TheHamBarAndGrille
TipCalculator
Simple tip calculator web app built with vanilla JavaScript.
cs301-phase3
aam659's Repositories
aam659/TheHamBarAndGrille
aam659/aam659.github.io
A budget tracking app designed using Angular 8.0 for front-end and Firebase for back-end.
aam659/AVL-GST-Comparison
An implementation of a green search tree and AVL tree utilizing the linked-list data structures given in another repository, as well as a binary search tree, as well as several other data structures and abstract data types. Makefile used to build.
aam659/Calculator
An infix to post-fix calculator application, based on dynamic and circular dynamic arrays, a stack, queue, binary search tree, and several other data structures and abstract data types. Makefile used to build.
aam659/Dynamic-Arrays
A dynamic array and circular dynamic array, together with a stack and queue based on these, all of which are used as a basis for CS projects. Uses makefile to build.
aam659/Heapsort-Implementation
An implementation of the heapsort algorithm utilizing the linked list data structures mentioned in another repository, as well as a binary search tree, and several other data structures and abstract data types. Makefile used to build.
aam659/PersonalSite
Personal website
aam659/SpiceApp
A mobile app designed to provide members with a wide variety of possible dining venues through the utilization of several algorithms based on user preferences.
aam659/TipCalculator
Simple tip calculator web app built with vanilla JavaScript.
aam659/Linked-Lists
Singly and doubly-linked list data structures, as well as a stack and queue based upon these. Makefile used to build.
aam659/Prims-Algorithm
An implementation of Prim's Algorithm using a Binomial Heap structure for a min-priority queue.
aam659/starter-web
Simple starting point website project based upon Initializr
aam659/TemperatureConverter
A simple application to convert degrees Celsius to Fahrenheit (and vice versa)