This repository contains Golang based examples of many popular algorithms and data structures.
A data structure is a specialized format for organizing, processing, retrieving and storing data.
The word Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”.
Source Big O Cheat Sheet
- Refactor both data structures and algorithms to adapt testing.
- Add test cases for data structures and algorithms.
- Make standalone packages for individual data structure.