https://github.com/pacheco95/lista-encadeada-generica
Implementação, em C, de uma lista encadeada genérica.
https://github.com/pacheco95/lista-encadeada-generica
Last synced: 4 months ago
JSON representation
Implementação, em C, de uma lista encadeada genérica.
- Host: GitHub
- URL: https://github.com/pacheco95/lista-encadeada-generica
- Owner: Pacheco95
- License: gpl-2.0
- Created: 2015-05-20T14:21:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T18:49:32.000Z (over 9 years ago)
- Last Synced: 2023-03-02T00:25:35.099Z (over 2 years ago)
- Language: C
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lista-Encadeada-Generica
###### Autor: Michael Douglas Pacheco
###### Contato: [email protected]
###### Data: 20/05/2015
###### Versão: 2.0
Projeto de implementação, em C, de uma lista encadeada genérica.
Implementação em andamento.