HN user

zigrazor

46 karma

I'm a software engineer.

Posts28
Comments18
View on HN
github.com 1y ago

Show HN: CXXStateTree – A modern C++ library for hierarchical state machines

zigrazor
48pts36
medium.com 1y ago

Mastering Dijkstra's Algorithm in C++ with CXXGraph

zigrazor
3pts1
medium.com 1y ago

CXXGraph: A Lightweight, Header-Only Graph Library for Modern C++

zigrazor
3pts3
zenodo.org 4y ago

Advanced Graph Algorithms in C++

zigrazor
3pts1
github.com 4y ago

C++ Graph Library with Advanced Algorithm and Research Addition

zigrazor
2pts1
github.com 4y ago

C++ Advanced Graph Algorithms

zigrazor
6pts1
github.com 4y ago

C++ Graph Libray for ML and Robotics Application

zigrazor
4pts0
github.com 4y ago

Show HN: Advanced Graph Algorithms Library

zigrazor
3pts0
github.com 4y ago

Header-Only C++ Graph Library

zigrazor
3pts0
github.com 4y ago

Show HN: Collaboration for Open Source Project on Graph Algorithms

zigrazor
3pts0
github.com 4y ago

Graph Algorithms Library (A Good Alternative to Boost Graph Library)

zigrazor
1pts0
github.com 4y ago

Graph Structures, Algorithm and Partitioning

zigrazor
2pts0
github.com 4y ago

State Machine for Python

zigrazor
1pts0
github.com 4y ago

Advanced Graph Algorithms

zigrazor
3pts2
github.com 4y ago

Advanced Graph Algorithms in C++

zigrazor
3pts0
lib.haxe.org 4y ago

Release of CXXGraph Library v0.1.6

zigrazor
2pts0
news.ycombinator.com 4y ago

Ask HN: Someone knows how to implement these Graph algorithms?

zigrazor
3pts2
cplusplus.com 4y ago

Show HN: Collaboration for Open Source Project on Graph Algorithms

zigrazor
7pts0
www.openhub.net 4y ago

Advanced Graph Algorithms in C++

zigrazor
1pts0
sourceforge.net 4y ago

Advanced Graph Algorithms in C++

zigrazor
3pts0
github.com 4y ago

Graph Theory in C++

zigrazor
3pts0
dev.to 4y ago

CXXGraph Library

zigrazor
2pts0
bestofcpp.com 4y ago

Graph Theory in C++

zigrazor
2pts0
github.com 4y ago

Common Graph Algorithms in C++

zigrazor
2pts0
github.com 4y ago

Advanced Graph Algorithms in C++

zigrazor
6pts0
github.com 5y ago

CXXGraph Release v0.0.9

zigrazor
2pts0
github.com 5y ago

Common Graph Algorithms in C++

zigrazor
3pts0
github.com 5y ago

CXXGraph Header-Only Library

zigrazor
2pts1
[dead] 8 months ago

Network infrastructure analysis is critical for maintaining robust and secure systems. Whether you're managing a corporate network, analyzing internet topology, or identifying bottlenecks in distributed systems, graph theory provides powerful tools for understanding complex relationships. In this article, we'll explore how CXXGraph—a modern, header-only C++ graph library—can help identify critical vulnerabilities in network infrastructure.

[dead] 9 months ago

State machines are everywhere in software development. From game AI to embedded systems, from network protocols to UI flows, managing state transitions cleanly and efficiently is a challenge every developer faces. Yet most C++ developers either roll their own ad-hoc solutions or wrestle with heavyweight frameworks that feel stuck in the past.

Enter CXXStateTree — a modern, header-only C++20 library that brings elegance and performance to hierarchical state machines.

Graphs are a powerful tool used in computer science to model relationships between entities. Whether you’re building a navigation app, simulating networks, or designing AI systems, understanding how to work with graphs efficiently is a key skill — and at the heart of many of these systems lies Dijkstra’s Algorithm, a cornerstone for solving the shortest path problem.

Hi, my opinion is that the CXXGraph library is more easy to use ( also Header-Only ), with a good standardization and interface. It can be extended in an easy way and its code is readable. Obviously the Boost-graph-library is more mature but I think CXXGraph library could be a great alternative

[dead] 5 years ago

Someone can help with this issue? Thank you so much in advance

[dead] 5 years ago

If you need more informations, please contact me at zigrazor@gmail.com

This is my personal work. I try to make a simple interface in c++ to use the most common, and also the more rarely used algorithms on Graph. The goal is a performing code with a simple interface to create, edit and manipulate graph data. I am looking for someone who can help me in this open-source project.

The project is an open-source project stored in Github Public Repository at link https://github.com/ZigRazor/CXXGraph