• Stars
    star
    1
  • Language
    C#
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Gets all possible coin toss combinations for any number of coins > 0

More Repositories

1

formality-classification-using-machine-learning

Investigation into the use of supervised machine learning to predict formality classifications of written communication
Python
2
star
2

jeffw12345.github.io

Web-based game. You vs the computer. Dodge your computer opponent while collecting points. Best viewed on laptop or desktop.
JavaScript
2
star
3

Gilded-Rose-Refactoring-Kata

My attempt at the Gilded Rose Refactoring Kata (https://github.com/emilybache/GildedRose-Refactoring-Kata)
Java
2
star
4

tech-events-with-weather

Provides a list of tech events in the next five days, along with the weather forecast
JavaScript
2
star
5

Stamp-Duty-Calculator

Scottish Stamp Duty Calculator
Java
1
star
6

min-deletion-cost-to-avoid-repeating-letters

Finds the minimum deletion cost to remove repeating letters
Python
1
star
7

minimum-average-slice

Finds the lowest average slice value in an array of integers
C#
1
star
8

football-results-web-scraper

Football results web scraper
C#
1
star
9

chess-dialler

How many combinations of numbers are possible when a chess piece moves around a phone dialler?
C#
1
star
10

minimum-coins-needed

Calculating the minimum number of coins of various denominations needed to reach a particular monetary value.
C#
1
star
11

Advent_Of_Code_2022

Java
1
star
12

knapsack-problem

Knapsack problem
Python
1
star
13

find-max-share-profit

Imports a series of share prices, and finds what the optimal buy and sell dates would have been.
C#
1
star
14

remove-line-containing-null

If a line in a table represented as a string contains 'NULL', it is removed
Python
1
star
15

alternating-coins

Finds the minimum number of coin flips needed to create a series of alternating coins
Java
1
star
16

perfect-substrings

Lists the perfect substrings within a string
C#
1
star
17

pyramids

Creates a pyramid of ascending numbers
Java
1
star
18

ReversingAnInteger

Two different approaches for reversing an integer - for example, transforming 1234 to 4321.
Java
1
star
19

power-of-two-checker

Prints 'POWER' if a number in a series of integers is a power of two, and prints the number otherwise.
Java
1
star
20

Calendar-MVC

12 month calendar using ASP.NET MVC
JavaScript
1
star
21

self-describing-numbers

Checks if a number is self-describing (see README for explanation)
C#
1
star
22

Hydrothermal-Venture-From-Advent-Of-Code-Challenge

See https://adventofcode.com/2021/day/5
Python
1
star
23

EnglishDraughts

English draughts game
Java
1
star
24

number-of-disc-intersections

Solution to https://app.codility.com/programmers/lessons/6-sorting/number_of_disc_intersections/
C#
1
star
25

Abstract-Factory-Pattern-Demo

Glue classes are given a name and price, and the user can print them to a console or to a spreadsheet
Java
1
star
26

dice-flips

Calculate the number of dice flips needed to make two sets of dice have the same sum
Python
1
star
27

burger-bar-order-tracking-with-decorator-pattern

Using the decorator pattern to add condiments to a burger, and amend the pricing accordingly.
Java
1
star
28

vending-machine

Vending machine
C#
1
star
29

cyclic-rotation

Moving each element in an array K indexes to the right. When the end of the array is reached, the next movement is to index 0.
C#
1
star
30

smallest-int-not-in-array

Finds the smallest positive integer not to occur in an array of integers (array is <= 100,000 elements in length).
C#
1
star