https://github.com/mertturkmenoglu/bacon-number
Algorithm Analysis Semester Project - Bacon Number
https://github.com/mertturkmenoglu/bacon-number
Last synced: 6 months ago
JSON representation
Algorithm Analysis Semester Project - Bacon Number
- Host: GitHub
- URL: https://github.com/mertturkmenoglu/bacon-number
- Owner: mertturkmenoglu
- Created: 2020-01-08T16:05:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:11:58.000Z (over 5 years ago)
- Last Synced: 2025-02-09T20:25:22.851Z (8 months ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kevin Bacon Number Finder
***
# Description
* This repository contains my **Algorithm Analysis** semester project.
# Build
#### Tools Required
* CMake
* GCC
* A text file which contains movie/actor relationships.
#### Compile
* Use **cmake** tool to compile.
* Or you can use **gcc** command line tool to compile.
* Example: `gcc -o main main.c`
# Contributing
* Fork and clone the repository.
* Make your contribution.
* Push and open a pull request.
* All ideas and helps are welcome. For more, please contact with me.
# Authors
* Mert Türkmenoğlu