Skip to content

fardinabir/gophercises-challanges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gophercises-Challanges

This repository contains my solutions to the exercises from the Gophercises site. Gophercises is a collection of coding challenges to helps to improve Go (Golang) programming skills.

Directory Structure

Each exercise has its own directory, named according to the exercise title along with a separate readme describing the problem statement. For example:

.
├── README.md
├── exercise1
│   ├── main.go
│   └── README.md
├── exercise2
│   ├── main.go
│   └── README.md
└── ...

Running the Solutions

To run the solution for a specific exercise, navigate to the exercise's directory and execute the Go program. For example:

cd exercise1
go run main.go

Exercises

  1. Exercise 1: Quiz Game
  2. Exercise 2: URL Shortener
  3. Exercise 3: Choose Your Own Adventure
  4. ...

Requirements

  • Go 1.16+ installed on your machine
  • Gophercises account for access to the exercises

Contributing

If you have improvements or alternative solutions, feel free to fork the repository, make your changes, and open a pull request.

About

A collection for the solutions of gophercises challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published