Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.69 KB

File metadata and controls

31 lines (23 loc) · 1.69 KB

GraphsColoring

Stable Dev Build Status Coverage Aqua QA

Introduction

Graph coloring is a technique used to avoid conflicts between elements in a graph. The goal is to assign colors to the elements such that no two neighboring elements have the same color. Currently, the following aspects are implemented (✓) and planned (⌛):

Documentation