An open API service indexing awesome lists of open source software.

https://github.com/davetcode/coxeterautomaton

A hand written (all data structures included), finite state automaton which will detect reduced words in a coxeter group. In addition to the C source code which is attached there is also a latex document which describes the mathematics behind the project. This was a final year mathematics project for a masters.
https://github.com/davetcode/coxeterautomaton

Last synced: 5 months ago
JSON representation

A hand written (all data structures included), finite state automaton which will detect reduced words in a coxeter group. In addition to the C source code which is attached there is also a latex document which describes the mathematics behind the project. This was a final year mathematics project for a masters.

Awesome Lists containing this project

README

          

CoxeterAutomaton
================

A hand written (all data structures included), finite state automaton which will detect reduced words in a coxeter group. In addition to the C source code which is attached there is also a latex document which describes the mathematics behind the project. This was a final year mathematics project for a masters.