Pinned Repositories
BezoutCoefficients
Performs Euclid's GCD Algorithm and finds Bezout coefficients using tabular method
BranchPredictor
Branch Predictor project for CS320 class @ Binghamton University
Erdos-Renyi_Graphs
A Java program that generates Erdos-Renyi graphs using adjacency matrices to store data about edges. Computes the probability of a graph surpassing a threshold for longest path possible.
Kompressor
My own implementation of a file compression program.
LALIB
Linear Algebra mini-library for matrix operations in C++
LightweightTaskScheduler
The Light-weight Task Scheduler is a flexible standalone program that allows launching tasks at a specific time and date.
Peru_COVID19_OpenData
Informacion accesible y de libre uso sobre la situacion del coronavirus en Peru.
SortingAlgorithmsAnalysis
Group project for CS240 Data Structures and Algorithms class at Binghamton University.
Tetriz
My own implementation of the game Tetris.
XrayDiffraction-DataReduction
Performs data reduction on a x-ray diffraction experiment data set. Implemented for the Cornell High Energy Synchrotron Source
krmnino's Repositories
krmnino/Peru_COVID19_OpenData
Informacion accesible y de libre uso sobre la situacion del coronavirus en Peru.
krmnino/SortingAlgorithmsAnalysis
Group project for CS240 Data Structures and Algorithms class at Binghamton University.
krmnino/Erdos-Renyi_Graphs
A Java program that generates Erdos-Renyi graphs using adjacency matrices to store data about edges. Computes the probability of a graph surpassing a threshold for longest path possible.
krmnino/BezoutCoefficients
Performs Euclid's GCD Algorithm and finds Bezout coefficients using tabular method
krmnino/BranchPredictor
Branch Predictor project for CS320 class @ Binghamton University
krmnino/Kompressor
My own implementation of a file compression program.
krmnino/LALIB
Linear Algebra mini-library for matrix operations in C++
krmnino/LightweightTaskScheduler
The Light-weight Task Scheduler is a flexible standalone program that allows launching tasks at a specific time and date.
krmnino/Tetriz
My own implementation of the game Tetris.
krmnino/XrayDiffraction-DataReduction
Performs data reduction on a x-ray diffraction experiment data set. Implemented for the Cornell High Energy Synchrotron Source
krmnino/CacheSimulator
Project 2 of CS320 @ Binghamton University
krmnino/CellAutomata
A Java program simulating the interaction between two organisms: predator and prey
krmnino/ChemicalEquationBalancer
A Python program that balances both sides of a chemical equation.
krmnino/COVID19_DataTool
Command-based visualization tool for coronavirus statistics in the U.S. and Peru.
krmnino/CSV-JSON_Converter
A simple CSV-JSON converter.
krmnino/DelimiterCheck
Takes a string containing delimiters ( ) { } [ ] < > and checks if they are balanced.
krmnino/ECD124
Codebase of the Watson Capstone Project: ECD124 Microcontroller SW for New Solid State Transformer
krmnino/FileSystemCrawler
Traverses file system starting from a root directory
krmnino/FloatIntegerConverter
Float-Integer converter for serial communication between devices.
krmnino/krmnino.github.io
Github Pages Repository
krmnino/MemoryGame
A simple memory game of cards implemented in Java
krmnino/PalindromeCheck
Simple program that returns true or false if a given word is palindrome or not
krmnino/PostfixCalculator
Java program that implements a stack to compute a expression using post-fix notation
krmnino/PruferCode
Implementation of the Prüfer Code for trees. MATH314 @ Binghamton University
krmnino/RoundRobinScheduler
Round Robin Process Scheduler Simulator in Python
krmnino/RoverSystem
Pre-2021 Software Repository for the Binghamton University Rover Team
krmnino/RowReductionEchelonForm
A small Python program that performs row reduction on a mxn matrix
krmnino/TextData_To_2DVector
Parses data from a text file given a delimiter and stores the data in a 2D vector
krmnino/TextPlaceholders
Perform text replacement using placeholders on a text file.
krmnino/WordRepetitionCounter
Keeps track number of repetitions of words in a list of files.