This is just a collection of algorithms/problems which I think might help other Go programmers while studying.
Not meant for production.
Topic | Comments |
---|---|
Union Find | A simple implementation of union find. |
Problem Name | Link |
---|---|
N Queens | LeetCode 51 |
Word Break | LeetCode 139 |
Partition Equal Subset Sum | LeetCode 416 |
Partition to K equal sum subsets | LeetCode 698 |