My Hacktoberfest Repos
ππ» Hi everyone, and Happy Hacktoberfest!
This is my repos ready for the Hacktoberfest:
C++
Header-Only C++ library for Graph Representation and Algorithms with a simple interface.
CXXGraph
Table of Contents
- CXXGraph
Introduction
CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library".
Algorithm Explanation
Dijkstra
Graph Dijkstras Shortest Path Algorithm(Dijkstra's Shortest Path) Dijkstra's Algorithm is used to find the shortest path from a source node to all other reachable nodes in the graph. The algorithm initially assumes all theβ¦
A C++ Library to which implements the structures and algorithms for finite automata, pushdown automata, and Turing machines.
ZigRazor / CXXAutomata
A C++ library for simulating automata and Turing machines
CXXAutomata
A C++ library for simulating automata and Turing machines
Python
A Python implementation of simply configurable State Machines.
ZigRazor / PyStateMachine
Python State Machine
PyStateMachine
Introduction
PyStateMachine is a Framework that support state machines in Python
Requirements
- Python3
How to Run
Work in Progess
Example
Work in Progess
Test Suite
Work in Progress
How to contribute
Read the CONTRIBUTING GUIDE
Contact
E-Mail : zigrazor@gmail.com
Support
To support me just add Star the project or follow me
To get updated watch the project
Project Info
Used Languages
Happy Coding! π»
Top comments (0)