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

https://github.com/ibfleming/the-fundamentals

This repository contains various implementations of programming concepts, principles, and techniques...
https://github.com/ibfleming/the-fundamentals

algorithms algorithms-and-data-structures c-plus-plus data-structures

Last synced: 12 months ago
JSON representation

This repository contains various implementations of programming concepts, principles, and techniques...

Awesome Lists containing this project

README

          

# The Fundamentals by Ian Fleming

This repository contains various implementations of programming concepts, principles, and techniques.
I created this repository to keep my knowledge of such things fresh and understood for real-life applications.
I envision most programs written in C/C++ but other languages may be utilized.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

This project assumes you have a native gcc/g++ compiler installed and working in your native environment.

1. Clone the repostiory

``git clone https://github.com/ibfleming/the-fundamentals.git``

## Usage

1. Compile the desired program

``g++ source/``

2. Execute/run the 'a.out' output file

``./a.out``

## License

This project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.