lcbm / cs-graph-theory

:wheel_of_dharma: my graduation's graph theory class activities.

Home Page:https://www.cesar.school

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☸️ Graph Theory Course Repo

License Chat

🚀 Getting Started

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>

👩‍💻 Workspaces

/go

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!

/pyspark

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.

🤝 Contributing

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!

📝 License

Copyright © 2020-present, CS Graph Theory Contributors. This project is ISC licensed.

About

:wheel_of_dharma: my graduation's graph theory class activities.

https://www.cesar.school

License:ISC License


Languages

Language:Jupyter Notebook 93.2%Language:Go 6.2%Language:Dockerfile 0.6%