# link
## Description
Linked List Implementation written in C.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
- [x] Linked List
-[x] Insertion
-[x] Deletion
-[x] Search
- [x] Stack
- [x] Push
- [x] Pop
- [x] Queue
- [x] Enqueue
- [x] Dequeue
- [ ] Priority Queue
- [ ] Better Testing
## Usage
## Credits / Resources
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)
[Make a README](https://www.makeareadme.com/)
[Choose a LICENSE](https://choosealicense.com/)
[Engineer Man - Singly Linked Lists and Doubly Linked lists implementation in C](https://www.youtube.com/watch?v=RCHGco2NvMk)
[Jacob Sorber](https://www.youtube.com/watch?v=VOpjAHCee7c)
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.