code-challenges

module
v0.0.0-...-3e9d989 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2022 License: GPL-3.0

README ΒΆ

code-challenges

Code Challenges collection from multiple Webpages

Directories ΒΆ

Path Synopsis
tutorialedge.net
03-sort-by-price
In this challenge, you are going to be attempting to sort a list of Flights based on their price from highest to lowest.
In this challenge, you are going to be attempting to sort a list of Flights based on their price from highest to lowest.
04-checking-for-duplicates
In this challenge, we are going to be looking at how you can effectively filter out the duplicate entries from a slice in Go.
In this challenge, we are going to be looking at how you can effectively filter out the duplicate entries from a slice in Go.
06-implementing-a-queue
πŸ‘‹ Welcome Gophers! In this challenge, we are going to be implementing some of the basic functionality of the Queue data structure in Go.
πŸ‘‹ Welcome Gophers! In this challenge, we are going to be implementing some of the basic functionality of the Queue data structure in Go.
07-min-max-errors
πŸ‘‹ Welcome Gophers! In this challenge, we’ll be testing your ability to handle edge cases and work with the errors package.
πŸ‘‹ Welcome Gophers! In this challenge, we’ll be testing your ability to handle edge cases and work with the errors package.
08-check-permutations
πŸ‘‹ Welcome Gophers! In this Go challenge, you are going to be implementing a function that takes in two string values and checks to see if they are permutations of one another.
πŸ‘‹ Welcome Gophers! In this Go challenge, you are going to be implementing a function that takes in two string values and checks to see if they are permutations of one another.
10-word-frequencies-solution-2
πŸ‘‹ Welcome Gophers! In this challenge, you will be tasked with efficiently counting the word frequencies of a large body of text in Go!
πŸ‘‹ Welcome Gophers! In this challenge, you will be tasked with efficiently counting the word frequencies of a large body of text in Go!
11-sets-and-subsets-solution-02
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with trying to implement a function that checks to see if a set is a sub-set of another set.
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with trying to implement a function that checks to see if a set is a sub-set of another set.
12-calculate-armstrong-number
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with implementing a function that checks to see whether a number is an armstrong number.
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with implementing a function that checks to see whether a number is an armstrong number.
13-smallest-diference-ints
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with finding the smallest difference between two slices of int values.
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with finding the smallest difference between two slices of int values.
14-leap-year
πŸ‘‹ Welcome Gophers, in this challenge, you are tasked with implementing a function that returns whether or not a year is in fact a leap year.
πŸ‘‹ Welcome Gophers, in this challenge, you are tasked with implementing a function that returns whether or not a year is in fact a leap year.
15-repeating-letters
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with implementing a function DoubleChars which will take in a string and then return another string which has every letter in the word doubled.
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with implementing a function DoubleChars which will take in a string and then return another string which has every letter in the word doubled.
17-decode-the-secret
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with decoding the secret message.
πŸ‘‹ Welcome Gophers! In this challenge, you are tasked with decoding the secret message.
19-diff-squares-solution-1
In this challenge, you are going to implement the DiffSquares function so that it returns the difference between the first number squared minus the second number squared.
In this challenge, you are going to implement the DiffSquares function so that it returns the difference between the first number squared minus the second number squared.
19-diff-squares-solution-2
In this challenge, you are going to implement the DiffSquares function so that it returns the difference between the first number squared minus the second number squared.
In this challenge, you are going to implement the DiffSquares function so that it returns the difference between the first number squared minus the second number squared.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL