A repository containing various data structures and algorithms implemented in Golang https://blog.nuculabs.dev
Find a file
2024-11-27 23:20:19 +02:00
.idea initial commit 2024-09-15 13:06:40 +03:00
hash_set refactor for readability: MyHash -> HashKey; Hasher -> Hashable 2024-11-09 14:33:40 +02:00
stack implement a generic stack 2024-11-27 23:20:19 +02:00
.gitignore Update .gitignore 2024-09-15 15:04:37 +03:00
go.mod implement a generic stack 2024-11-27 23:20:19 +02:00
go.work implement a generic stack 2024-11-27 23:20:19 +02:00
go.work.sum Commit go.mod, go.sum, go.work, and go.work.sum 2024-09-15 15:03:40 +03:00
readme.md implement a generic stack 2024-11-27 23:20:19 +02:00

Data Structures and Algorithms

This repository is my self study guide for data structures and algorithms. I implement them from scratch in Go and then write unit test for them.

What better way to learn a language and new concepts exists other than practicing them.

Data Structures

Other

I also maintain a DSA repo for Java & Kotlin, which you can find here