https://github.com/pedro-ricardo/linkedlist
Simple Fortran Implementation of heterogeneous linked list
https://github.com/pedro-ricardo/linkedlist
heretogeneous linkedlist list modern-fortran
Last synced: 4 months ago
JSON representation
Simple Fortran Implementation of heterogeneous linked list
- Host: GitHub
- URL: https://github.com/pedro-ricardo/linkedlist
- Owner: pedro-ricardo
- License: gpl-3.0
- Created: 2019-03-09T12:35:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T20:07:03.000Z (about 5 years ago)
- Last Synced: 2025-06-13T07:48:44.193Z (about 1 year ago)
- Topics: heretogeneous, linkedlist, list, modern-fortran
- Language: Fortran
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinkedList
Simple Fortran Implementation of heterogeneous linked list
* Single file module
* Free from memmory leaks
## Tested With:
| Library | Version |
| -------- | -------- |
| GCC | 9.3.1 |
| Valgrind | 3.15.0 |