https://github.com/lucas54neves/instacoder
Simulation of a social network in a graph developed as the final project of the second module of the Let's Code Data Science course
https://github.com/lucas54neves/instacoder
graph graph-search lets-code python social-network sorting-algorithms
Last synced: about 1 year ago
JSON representation
Simulation of a social network in a graph developed as the final project of the second module of the Let's Code Data Science course
- Host: GitHub
- URL: https://github.com/lucas54neves/instacoder
- Owner: lucas54neves
- License: mit
- Created: 2021-09-24T22:27:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T21:33:57.000Z (over 4 years ago)
- Last Synced: 2025-01-13T02:11:43.616Z (over 1 year ago)
- Topics: graph, graph-search, lets-code, python, social-network, sorting-algorithms
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstaCoder
## Commands
### Run project
At the root of the project, run the following command:
```
python3 src/main.py
```
### Run tests
At the root of the project, run the following command:
```
python3 src/tests.py
```