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

https://github.com/samyam81/generic

Generic programming is a programming paradigm that highlights crafting algorithms and data structures in a manner enabling them to function across various data types seamlessly, sans necessitating modifications. This is typically realized through the utilization of templates or parameterized types.
https://github.com/samyam81/generic

cpp csharp generic go java readme stack

Last synced: about 1 year ago
JSON representation

Generic programming is a programming paradigm that highlights crafting algorithms and data structures in a manner enabling them to function across various data types seamlessly, sans necessitating modifications. This is typically realized through the utilization of templates or parameterized types.

Awesome Lists containing this project

README

          

# Generic Programming

Generic programming is a programming paradigm that emphasizes writing algorithms and data structures in a way that they can operate on different data types without requiring modification, typically achieved through the use of templates or parameterized types.

## Installation
1. Clone the repository:
```bash
git clone https://github.com/samyam81/Generic.git
```
2. Run the code that you want to run.

## Author
This project was created by [Samyam](https://github.com/samyam81).

## Pick YOUR Poison.