An open API service indexing awesome lists of open source software.

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

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