go-challenges Image go-challenges

Sunset in the mountains

Challenge 01 - Type Assertions in Go

In this Challenge, you are going to learn the basics of type assertions in Go and how you can use type assertions to retrieve the dynamic values of from interfaces

Difficulty: Beginner

Language
Sunset in the mountains

Challenge 02 - Satisfying Interfaces in Go

In this Challenge, you are going to be working with interfaces and how to satisfy interfaces!

Difficulty: Beginner

Language
Sunset in the mountains

Challenge 03 - Sorting Flights by Price

In this Challenge, you are going to be figuring out how you can sort slices in Go

Difficulty: Beginner

Data Structures
Sunset in the mountains

Challenge 04 - Checking for Duplicates

In this challenge, we are going to implement a function that allows us to check and see if there are duplicates within a list in Go

Difficulty: Intermediate

Data Structures
Sunset in the mountains

Challenge 05 - Implementing a Stack in Go

In this challenge, you will be implementing some of the core functionality of the Stack data structure in Go!

Difficulty: Advanced

Data Structures
Sunset in the mountains

Challenge 06 - Implementing a Queue in Go

In this challenge, you will be implementing some of the core functionality of the Queue data structure in Go!

Difficulty: Advanced

Data Structures
Sunset in the mountains

Challenge 07 - Minimums, Maximums and Errors

In this Challenge, you are going to find the cheapest and most expensive flights from a list in Go

Difficulty: Intermediate

Data Structures
Sunset in the mountains

Challenge 08 - Check Permutations

In this challenge, you are going to be building a function that takes in two string values and checks to see if they are permutations of each other!

Difficulty: Intermediate

Data Structures
Sunset in the mountains

Challenge 09 - 🔗 Singly Linked Lists

In this challenge, you will be implementing the basic functionality of a singly linked list in Go!

Difficulty: Advanced

Data Structures
Next Page >>
Showing Page 1 of 3