Pinned Repositories
dijkstra-prim-visualization
Dijkstra's & Prim's Algorithms Visualizer is a client-side web application that allows users to create and customize graphs as well as run Dijkstra's and Prim's algorithms on those graphs. Users can control speed of execution, number of nodes, and weihgt range for a given graph, and if the user wishes he can save the graph locally on his computer.
flight-tracker
CGPA-calculator
A student’s cumulative grade point average (CGPA) can be determined using the C++ program CGPA Calculator
In-And-Out
ASP.NET MVC Expense Tracker Web App
Razor-Pizzeria
ASP.NET Core Razor Pages Web App connected to a local SQL server database
scandinweb-test
Scandiweb Junior Developer Test Task
sorting-quickly
I implemented several sorting algorithms in C++, then I examined and compared their performance to create a hybrid sorting algorithm with the best efficiency
sorting-visualizer
Sorting Visualizer React Web App
storing-in-trees
I implemented a BS Tree and an AVL Tree in C++, then I examined and compared their efficiency to identify for which tasks eacht tree suits better
unity-game
University project
mitrich2004's Repositories
mitrich2004/CGPA-calculator
A student’s cumulative grade point average (CGPA) can be determined using the C++ program CGPA Calculator
mitrich2004/In-And-Out
ASP.NET MVC Expense Tracker Web App
mitrich2004/Razor-Pizzeria
ASP.NET Core Razor Pages Web App connected to a local SQL server database
mitrich2004/scandinweb-test
Scandiweb Junior Developer Test Task
mitrich2004/sorting-quickly
I implemented several sorting algorithms in C++, then I examined and compared their performance to create a hybrid sorting algorithm with the best efficiency
mitrich2004/sorting-visualizer
Sorting Visualizer React Web App
mitrich2004/storing-in-trees
I implemented a BS Tree and an AVL Tree in C++, then I examined and compared their efficiency to identify for which tasks eacht tree suits better
mitrich2004/Todo-List
Todo List ASP.NET Web App deployed to Azure
mitrich2004/unity-game
University project
mitrich2004/.Net-Projects
My .Net Projects
mitrich2004/ASP.NET-Projects
My ASP.NET project from the Microsoft Learn course
mitrich2004/C-Sharp-Projects
My C# projects from the Microsoft .NET course
mitrich2004/Calculator
Calculator for Scientific Operations in C++
mitrich2004/db-projects
Windows Forms Projects
mitrich2004/dojo-blog
React App with a JSON server
mitrich2004/Guessing-Game
The guessing project in C++ is a game designed to test the player’s luck
mitrich2004/OpenGL-Projects
C++ OpenGL University projects
mitrich2004/Rock-Paper-Scissor
In this game, the user is asked to make choices based on both computer and user choices and the results are displayed showing both computer and user choices.