First of all, you will need to clone this repository:
$ git clone https://github.com/lcbm/cs-graph-theory.git
Now, choose one of the workspaces listed below, to start working in. Within each one, you'll find their own documentation - with requirements, usage instructions and everything else that you'll need, to start working.
$ cd <path/to/cs-graph-theory/workspace>
This folder contains all of the course's exercises that were implemented in Golang. Also, exercises with the same scope will be under the same subfolder (e.g. all graph
exercises will be under /go/graph
and all tree
exercises will be under tree
). Feeling curious? Click here to find out why!
This folder contains all of the course's exercises that were implemented using Apache PySpark. In addition to Apache Pyspark, GraphFrames was also used during these exercises.
We are always looking for contributors of all skill levels! If you're looking to ease your way into the project, try out a good first issue.
If you are interested in helping contribute to the project, please take a look at our Contributing Guide. Also, feel free to drop in our community chat and say hi. 👋
Also, thank you to all the people who already contributed to the project!
Copyright © 2020-present, CS Graph Theory Contributors. This project is ISC licensed.