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
- Host: GitHub
- URL: https://github.com/gozeloglu/footballer-db
- Owner: gozeloglu
- Created: 2019-02-07T18:26:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T18:30:30.000Z (over 7 years ago)
- Last Synced: 2025-01-04T20:16:40.281Z (over 1 year ago)
- Topics: cpp11, data-structures, doubly-linked-list, linked-list
- Language: C++
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.