Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by AnthonyMazzie
A curated list of projects in awesome lists by AnthonyMazzie .
https://github.com/anthonymazzie/typescript_scribe
A TypeScript utility to infer JavaScript/TypeScript object structures and dynamically generate TypeScript types from runtime values.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/bellmanford
Given a directed, weighted graph containing positive and negative edge weights, a source node and destination node, this Java application utilizes the Bellman Ford algorithm to return the shortest path and distance from source to destination.
algorithm bellman-ford computer-science graph
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/battleship
A modern implementation of the classic Battleship game using Next.js, React, and TypeScript
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/tapit_game
Tap the random letter before the time runs out!
game java learning learning-by-doing typing typing-game
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/prims
Given an undirected weighted graph, this Java application utilizes the Prim's algorithm to return a minimum spanning tree.
computer-science graph minimum-spanning-tree prims-algorithm
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/breadthfirstsearch
Given a directed, unweighted graph, a source node and destination node, this Java application utilizes Breadth-First Search to return the number of shortest paths from source to destination.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/depthfirstsearch
Given a directed, unweighted graph and a source node, this Java application utilizes Depth-First Search to return a path that reaches all nodes.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/parking_garage
This application models a parking garage.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/snake
Contains 2 implementations of the classic Snake game.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/infixtopostfix
Java program that converts infix expressions to postfix expressions
infix-notation infix-to-postfix java learning mathematics
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/backpacker_model
The backpacker application models a young person backpacking across Europe. They can send postcards home to their parents for more money.
java learning learning-by-doing model
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/nimblebank
Minimal C++ Implementation of a traditional bank
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/anagramkata
This JavaScript application serves as a practical reference for developers looking for a clear, well-structured, and straightforward solution for Leetcode #438, or to gain an understanding of a variation of the Anagram Kata.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/archivedreconstruction
This Java program reconstructs/decodes a compressed message using recursive preorder traversal and a binary tree.
Last synced: 27 Oct 2024
https://github.com/anthonymazzie/bowlingkata
JavaScript Bowling Kata implementation for scoring a standard game, featuring an object-oriented design and comprehensive tests.
Last synced: 27 Oct 2024