Pinned Repositories
Algorithms-and-Data-Structures
Simple implementation project to help sharpen my algorithm and data structure skills.
Find-Words
Program that implements an AVL Tree in order to store real word permutations of any given string.
Fitbit-Minute-Data
Obtaining intraday data from Fitbit for personal usage.
Infix-To-Postfix-Calculator
implementation of infix to postfix conversion and evaluation algorithms. GUI included.
Omni-Notes
Open source note-taking application for Android
Pensive
My personal blogging and content curation platform. Journal app for visual-driven reflective writing. Pinterest meets Medium meets Evernote.
Text-Analytics-Demo
Basic text analytics demo using Gutenberg Project data.
Top-Tracks
Your spotify top tracks + recommendations
Twitter-Sentiment-Analysis
Naive Bayes Classifier implemented using Python-NLTK and Tweepy API.
What-Book-Should-I-Read
Curated book recommendations web app based on past reading.
mtzmonica's Repositories
mtzmonica/Twitter-Sentiment-Analysis
Naive Bayes Classifier implemented using Python-NLTK and Tweepy API.
mtzmonica/Fitbit-Minute-Data
Obtaining intraday data from Fitbit for personal usage.
mtzmonica/Algorithms-and-Data-Structures
Simple implementation project to help sharpen my algorithm and data structure skills.
mtzmonica/Find-Words
Program that implements an AVL Tree in order to store real word permutations of any given string.
mtzmonica/Infix-To-Postfix-Calculator
implementation of infix to postfix conversion and evaluation algorithms. GUI included.
mtzmonica/Omni-Notes
Open source note-taking application for Android
mtzmonica/Pensive
My personal blogging and content curation platform. Journal app for visual-driven reflective writing. Pinterest meets Medium meets Evernote.
mtzmonica/Text-Analytics-Demo
Basic text analytics demo using Gutenberg Project data.
mtzmonica/Top-Tracks
Your spotify top tracks + recommendations
mtzmonica/What-Book-Should-I-Read
Curated book recommendations web app based on past reading.
mtzmonica/Pong-Game
Pong Game using Processing.
mtzmonica/Snake-Game
Beyoncé themed version of the classic Snake Game.
mtzmonica/Sorting-Benchmark
Test of selection sort, mergesort, and quicksort. (includes report)
mtzmonica/Tic-Tac-Toe
TicTacToe implementation that keeps a record of all the moves made by both computer and the human players.