https://github.com/daleksla/sgl
Salih's Generic Library (SGL) contains generic containers, procedures to manage their contents, & algorithms.
https://github.com/daleksla/sgl
algorithms c containers data-structures
Last synced: 3 months ago
JSON representation
Salih's Generic Library (SGL) contains generic containers, procedures to manage their contents, & algorithms.
- Host: GitHub
- URL: https://github.com/daleksla/sgl
- Owner: daleksla
- License: other
- Created: 2021-06-27T15:18:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T02:35:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T16:22:25.156Z (5 months ago)
- Topics: algorithms, c, containers, data-structures
- Language: C
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SGL
Salih's Generic Library (SGL) contains generic containers, procedures to manage their contents, & algorithms.
This library has been primarily developed for the C programming language, however it has been written for CXX compatibility.***
NOTE: this library contains generic functionality (ie. traffics in void pointers, features require manual type-casts).
(see https://github.com/daleksla/STL for my C++ library with OOP, type-safe containers of what's implemented here with more intuitive interfaces).(c) Salih Mahmoud Sayed Ahmed, 2021. All rights reserved. See LICENSE for terms on code usage
[](https://github.com/daleksla/SGL/actions/workflows/clang.yml) [](https://github.com/daleksla/SGL/actions/workflows/gcc.yml) [](https://github.com/daleksla/SGL/actions/workflows/testing.yml)