THIRUMURUGAN

Results 5 issues of THIRUMURUGAN

---increased modularity by splitting up the code into three functions based on logic. ---increased the scalability of code as now it could work on numbers with any digits including decimals...

A graph is bipartite if the nodes can be partitioned into two independent sets A and B such that every edge in the graph connects a node in Set A...

development
Priority:Medium
hacktoberfest

### Detailed description I would like to request the implementation of a Graph Colouring Algorithm as a feature in this repository. Graph colouring is a way of assigning labels (often...

enhancement

**->ISSUE REFERENCE:** https://github.com/ZigRazor/CXXGraph/issues/464#issue-2491732813 **->DESCRIPTION:** Implemented a header file to check if the graph is biPartite or biColourable. The algorithm has its own cycle detection algorithm which counts the number of...

enhancement

chessGameEngine is lesser concept oriented yet contains many challenges at design level. Here are the following things that must be done by a chess game application : ->Board state management...