Pinned Repositories
CartPole-v0
Classic reinforcement learning problem solved with Q-Learning
CProgramming
DampedOscillations
Small MATLAB project to output mathematical models of different types of spring oscillations. (Differential Equations class)
directMappedCache
ECS 154a project to implement a direct-mapped caching scheme.
EssentialAlgorithms
Collection of algorithms essential to software engineering & computer science. Implemented by Ala-Me-Da.
EssentialDataStructures
Repo of essential data structures implemented by Owner
MNISTClassiferPCA
Principle Component Analysis (PCA) and Centroid Methods for classifying MNIST handwritten digits.
PopularMovies
Android app displaying today's popular movies and highest rated movies in a sleek grid format. Contains the ability to favorite movies as well.
SandwichApp
Android App displaying information about sandwiches
steganographyGUI
MATLAB GUI to perform steganography on a RBG image. (Uni class project)
Ala-Me-Da's Repositories
Ala-Me-Da/steganographyGUI
MATLAB GUI to perform steganography on a RBG image. (Uni class project)
Ala-Me-Da/CartPole-v0
Classic reinforcement learning problem solved with Q-Learning
Ala-Me-Da/CProgramming
Ala-Me-Da/DampedOscillations
Small MATLAB project to output mathematical models of different types of spring oscillations. (Differential Equations class)
Ala-Me-Da/directMappedCache
ECS 154a project to implement a direct-mapped caching scheme.
Ala-Me-Da/EssentialAlgorithms
Collection of algorithms essential to software engineering & computer science. Implemented by Ala-Me-Da.
Ala-Me-Da/EssentialDataStructures
Repo of essential data structures implemented by Owner
Ala-Me-Da/MNISTClassiferPCA
Principle Component Analysis (PCA) and Centroid Methods for classifying MNIST handwritten digits.
Ala-Me-Da/PopularMovies
Android app displaying today's popular movies and highest rated movies in a sleek grid format. Contains the ability to favorite movies as well.
Ala-Me-Da/SandwichApp
Android App displaying information about sandwiches
Ala-Me-Da/gimmie-sticker
Trade a Pull Request for a Sticker
Ala-Me-Da/javaTranslator
Java project to convert programs written the fictional E language to the semantically equivalent C programs.
Ala-Me-Da/Pathfinding-Visualizer-Tutorial
Tutorial for my original Pathfinding Visualizer project.
Ala-Me-Da/SpiralMatrix
Solution to Spiral Matrix II problem on LeetCode with write-up
Ala-Me-Da/timeTest
C++ program measuring the amount of CPU time taken by a selected data structure. (Measures Skip Lists, Linked Lists, Stack/Queue arrays & lists, Heaps, Trees, etc)
Ala-Me-Da/TrigFunctionsCalculator
Just a programming exercise that calculates real number inputs for f(x)=sin(x).