Semiconductors are central to modern technology. They are used in computer chips, solar cells, sensors, LEDs and ...
selene-db is a multi-crate Rust workspace that ships a graph core with a deliberate extension boundary. The query language is strict ISO GQL: no Cypher, no SQL, no SPARQL grammar in the engine.
A Python solution to the Undirected Chinese Postman Problem (Route Inspection) using Dijkstra's, Minimum Weight Perfect Matching, and Hierholzer's algorithm.