This repository houses a collection of fundamental programming algorithms implemented in Go. It serves as a practical resource for understanding and referencing common algorithmic solutions.
The collection currently focuses on:
- Sorting Algorithms: Implementations of various techniques to arrange data in a specific order.
- Searching Algorithms: Implementations of methods for finding specific elements within data structures.
This project is licensed under the MIT License - see the LICENSE file for details.