This repo contains all problem sets and solutions for the algorithms and data structures course made by Alvin Zablan. Solutions and test suites are written in Go.
- Linked list values
- Sum list
- Find value
- Get node value
- Reverse list
- Zipper lists
- Merge lists
- Is univalue
- Longest streak
- Remove node
- Insert node
- Create linked list
- Add lists