https://github.com/0bvim/linked_lists
This repository was created to study about linked lists before finish bonus of libft project, to understand better about.
https://github.com/0bvim/linked_lists
Last synced: about 1 year ago
JSON representation
This repository was created to study about linked lists before finish bonus of libft project, to understand better about.
- Host: GitHub
- URL: https://github.com/0bvim/linked_lists
- Owner: 0bvim
- License: mit
- Created: 2023-08-12T23:56:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T04:19:13.000Z (over 2 years ago)
- Last Synced: 2025-02-13T16:42:31.947Z (over 1 year ago)
- Language: C
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linked_lists
This repository was created to study about linked lists before finish bonus of libft project, to understand better about.
PS: I'll build this readme later, but have some important informations that you need to know before read these codes.
1. For a while, all my trainning is based in this playlist: [CodeVault](https://www.youtube.com/playlist?list=PLfqABt5AS4FmXeWuuNDS3XGENJO1VYGxl)
2. I'll not use better practices of coding. (I mean that when I comment some code, I do it in bad places, like inside of a function or something like that.)
3. Test code to improve your skills.
4. Watch YouTube Videos of links to have fully knowlegde.