FXGraphAlgorithmSimulator VS parallel-dfs-dag

Compare FXGraphAlgorithmSimulator vs parallel-dfs-dag and see what are their differences.

parallel-dfs-dag

A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs) (by morpheusthewhite)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
FXGraphAlgorithmSimulator parallel-dfs-dag
1 3
52 44
- -
1.8 3.9
about 3 years ago about 3 years ago
Java C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FXGraphAlgorithmSimulator

Posts with mentions or reviews of FXGraphAlgorithmSimulator. We have used some of these posts to build our list of alternatives and similar projects.
  • How to modify graph visualiser code
    1 project | /r/learnjava | 2 Oct 2021
    Hi guys! I'm a beginner at java, and I was wondering if it was possible to modify the code here https://github.com/sowmen/FXGraphAlgorithmSimulator so that it automatically works for weighted undirected graphs.

parallel-dfs-dag

Posts with mentions or reviews of parallel-dfs-dag. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-26.

What are some alternatives?

When comparing FXGraphAlgorithmSimulator and parallel-dfs-dag you can also consider the following projects:

tqrespec - TQRespec - The respec tool for Titan Quest game

graphs-cpp - Weighted and unweighted graphs and digraphs with C++

dev-tools - Widely used software developer tools in a single application

BFS1 - a custom tuned bread first searcher

jetbrains-academy-hypermetro - Have you ever been worried about getting lost in the subway? Do you need to find a faster route to your destination? Write an application that will help you better navigate the complicated metro system.

Vc - SIMD Vector Classes for C++

Erdos - Modular and modern graph-theory algorithms framework in Java

ConcurrentDeque - Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17

graph-pathfinding-algorithms - Implementation and tests for graph pathfinding algorithms.

xnetwork - simple graph library with slotmaps

molecular-music-generator - Application that generates musical compositions from algorithmically generated patterns, based on work by Duncan Lockerby.

post-order-heap - C++ implementation of post-order heap, as described by Harvery & Zatloukal. Adapted for heaps of any degree.