Pinned Repositories
Apple-Music-API-CLI
CLI developed in Javascript to utilize Apple Music API to search songs from the command line/terminal
ArrayTypeList
AutomataTheoryNotes
Introduction To Automata Theory (CS3186) notes using Jupyter Notebooks, Python code examples, HTML and LaTex
BMI-Calculator
Simple BMI Calculator app done in dart/flutter
BookExchange
CS3337
CS4540
Intro to Cybersecurity
CS4661
DropTalk
Messaging App
Handwriting-Recognition-Using-ML
SpotifyMLGroupProject
Spotify top 100 songs machine learning machine learning group project
jaquanjones's Repositories
jaquanjones/AutomataTheoryNotes
Introduction To Automata Theory (CS3186) notes using Jupyter Notebooks, Python code examples, HTML and LaTex
jaquanjones/Apple-Music-API-CLI
CLI developed in Javascript to utilize Apple Music API to search songs from the command line/terminal
jaquanjones/ArrayTypeList
jaquanjones/BMI-Calculator
Simple BMI Calculator app done in dart/flutter
jaquanjones/BookExchange
CS3337
jaquanjones/CS4540
Intro to Cybersecurity
jaquanjones/CS4661
jaquanjones/DropTalk
Messaging App
jaquanjones/Handwriting-Recognition-Using-ML
jaquanjones/SpotifyMLGroupProject
Spotify top 100 songs machine learning machine learning group project
jaquanjones/DropTalkPub
Simple messaging app in flutter with animated gradient home screen background and basic firebase
jaquanjones/go-booking-app
booking app implemented in Go
jaquanjones/golang-server
jaquanjones/GraphADT
GraphADT with Breadth-First and Depth-First Traversals
jaquanjones/grpc-go
jaquanjones/Heap-Sort
Simple heap sort class implemented in C++
jaquanjones/hidden-gems-backend
Simple music sharing website, backend implemented with Django and Graphql
jaquanjones/hidden-gems-front-end
Basic music sharing website front-end implemented with React & Javascript
jaquanjones/jaquanjones.github.io
interactive portfolio
jaquanjones/Java-Forum
Web forum implemented with Java EE & JDBC
jaquanjones/Java-References
jaquanjones/QuickSort
Write a program to sort an array of 100,000 random elements using quicksort as follows: Sort the arrays using pivot as the middle element of the array Sort the arrays using pivot as the median of the first, last, and middle elements of the array Sort the arrays using pivot as the middle element of the array. However,, when the size of any sub-list reduces to less than 20, sort the sub-list using insertion sort. Sort the array using pivot as the median of the first, last and middle elements of the array. When the size of any sub-list reduces to less than 20, sort the sub-list using insertion sort. Calculate and display the CPU time for each of the preceding four steps.
jaquanjones/simple-interleaving
Recursion practice demonstrating simple interleaving of user input in Python
jaquanjones/simpleBinaryTree
implementing a simple binary tree capable of storing numbers, counting the number of leaves and computes the height of a binary tree.
jaquanjones/StackUsingLList
Stack with Linked List C++
jaquanjones/TicTacToe-C
C++ TicTacToe Program
jaquanjones/TicTacToe-Python
TicTacToe program in Python
jaquanjones/timestable_api
Timestable Test API