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

https://github.com/gozeloglu/footballer-db

Fall 2018-2019
https://github.com/gozeloglu/footballer-db

cpp11 data-structures doubly-linked-list linked-list

Last synced: over 1 year ago
JSON representation

Fall 2018-2019

Awesome Lists containing this project

README

          

# Footballer-DB

- This project has been implented in `C++` language in Data Structures lecture.

- I coded C++ first time in this project. I used **object-oriented programming** concepts in my algorithm.

- I implemented **linked list**.

---

## Run

`$ make`

`$ ./a.out input.txt operations.txt output.txt`

- Program creates `output` file after execution.

## Requirements

- `g++` compiler

:exclamation: This project has been coded with `C++11` version.