Skip to content

eddygarcas/coding_interview_fifty_days

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Coding Interview Exercises

This repository is a collection of Go (Golang) programming exercises commonly encountered in technical interviews. Each exercise is organized in its own folder and focuses on a classic algorithmic or data structure problem, providing hands-on practice for candidates preparing for coding interviews.

Structure

  • Each subfolder (e.g., 2 - container_most_water, 5 - move_zeros, etc.) contains a self-contained Go solution to a specific interview problem.
  • Solutions include clear documentation and comments to help you understand the approach and logic.

Topics Covered

Some of the key algorithmic topics and problems included:

  • Two pointers and array manipulation (e.g., Container With Most Water, Move Zeros)
  • Hash map and frequency counting (e.g., Contains Duplicates, 4Sum II)
  • Searching and sorting (e.g., Binary Search, First and Last Position)
  • Bitwise operations (e.g., Single Number)
  • Math and combinatorics (e.g., Count Primes, Missing Number)
  • Sliding window techniques (e.g., Longest Substring Without Repeating Characters)

How to Use

  1. Browse to any problem folder.
  2. Open the main.go file to read the problem description, code, and documentation.
  3. Run the code using:
    go run main.go
    from within the problem's folder.

Who is this for?

  • Candidates preparing for Go technical interviews.
  • Anyone looking to improve their problem-solving skills in Go.
  • Interviewers seeking ready-made exercises for interviews.

Contributing

Feel free to add more exercises, improve documentation, or suggest optimizations!


Happy coding and good luck with your interviews!

About

Coding interview exercices in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages