https://github.com/devtony101/ts-linked-list
Basic implementation of a linked list using typescript
https://github.com/devtony101/ts-linked-list
Last synced: 4 days ago
JSON representation
Basic implementation of a linked list using typescript
- Host: GitHub
- URL: https://github.com/devtony101/ts-linked-list
- Owner: DevTony101
- Created: 2023-06-21T02:31:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T04:08:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T10:34:54.756Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked List Implementation
Basic implementation of a linked list using typescript!
This code is the result of a series of classes imparted to teach the fundamentals of data structures using typescript.