Welcome to the Coding Interview Questions in Go repository! :)
This repository contains a collection of common coding interview questions and their solutions written in the Go programming language. Whether you're preparing for technical interviews or just want to sharpen your problem-solving skills, this repository can be a valuable resource.
To get started, clone this repository to your local machine:
git clone https://github.com/g-nog/coding_exercises.git
Each question is organized in its own file, (I will try to add the problem statement :P), and a solution written in Go.
Contributions are welcome! If you have additional questions or want to improve existing solutions, please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b my-feature
. - Make your changes and commit them:
git commit -m "Add new question"
. - Push to the branch:
git push origin my-feature
. - Submit a pull request.
Please make sure your code follows best practices, is well-documented, and includes relevant test cases.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as you see fit.