41 lines
1000 B
Markdown
41 lines
1000 B
Markdown
|
|
# 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)<br>
|
||
|
|
[Make a README](https://www.makeareadme.com/)<br>
|
||
|
|
[Choose a LICENSE](https://choosealicense.com/)<br>
|
||
|
|
[Engineer Man - Singly Linked Lists and Doubly Linked lists implementation in C](https://www.youtube.com/watch?v=RCHGco2NvMk)<br>
|
||
|
|
[Jacob Sorber](https://www.youtube.com/watch?v=VOpjAHCee7c)<br>
|
||
|
|
|
||
|
|
|
||
|
|
## License
|
||
|
|
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.
|