Skip to content

Exploration of bipartite and k-partite graphs properties from graph theory while using efficient algorithms to accomplish problems on top of these kind of graphs

Notifications You must be signed in to change notification settings

juanhenaoparra/multipartite-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bipartite and Tripartite Project

To install the required dependencies we created a Makefile to make this process easier, you need to run it in linux, or if you are using windows follow this tutorial. Follow the steps:

  1. To execute the installation of the dependencies, for the frontend and backend execute the following command: make

  2. This command are going to create a virtualenvironment for the project and also install the node dependencies in their corresponding folders.

  3. To run the backend server you can execute in a terminal: make run-backend

  4. To run the frontend you can execute in a different terminal: make run-frontend

If you want to delete all the dependencies of the project just run: make clean

About

Exploration of bipartite and k-partite graphs properties from graph theory while using efficient algorithms to accomplish problems on top of these kind of graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published