mirror of
https://github.com/blindlobstar/go-interview-problems
synced 2025-05-03 15:15:14 +00:00
23 lines
898 B
Markdown
23 lines
898 B
Markdown
# Go Interview Problems
|
|
|
|
Welcome to the go-interview-problems repository! This repository is a collection of programming problems designed to help you practice
|
|
for technical interviews. These problems focus on real-world scenarios, including challenges that are commonly encountered in interviews at top tech companies.
|
|
|
|
## Problems
|
|
|
|
Here is a list of the problems available in the repository. Problems are organized by their respective tags:
|
|
|
|
### Concurrency
|
|
|
|
* [First Successful Key Lookup](01-first-successful-key-lookup/)
|
|
|
|
|
|
## Contributing
|
|
|
|
We welcome contributions from anyone looking to add more problems, improve solutions, or provide better documentation. Please refer to
|
|
the [Contributing Guide](CONTRIBUTING.md) for detailed instructions on how to contribute to the repository.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|