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...
- Host: GitHub
- URL: https://github.com/ibfleming/the-fundamentals
- Owner: ibfleming
- License: mit
- Created: 2024-03-29T21:29:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T20:26:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T21:19:26.932Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, c-plus-plus, data-structures
- Language: C++
- Homepage: https://github.com/ibfleming/the-fundamentals
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.