Skip to content

chaijie2018/graph4compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph4compiler

Introduction

A graph algorithm library for compiler development.

Features

  • directed and undirected graphs
  • custom weights for nodes and edges
  • depth-first search (DFS)
  • breadth-first search (BFS)
  • topological algorithm
  • LCA algorithm
  • disjoint-set algorithm
  • lengauer-tarjan algorithm
  • export/import graphs to/from DOT format for visualization with Graphviz

Reference

Contributing

Issues and pull requests are welcome. Please make sure to run all tests before submitting.

Contact

If you have questions, feel free to open an issue in the repository. For other inquiries, contact me via email: [chaijie@mail.ustc.edu.cn].

About

A graph algorithm library for compiler development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published