Skip to content

mjknight50/DailyCodingChallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Coding Problems

My attempts at some of the daily coding problems in Typescript

Daily Coding Problems

To run all tests: npm t

Problems

  • #1 Given a list of numbers and a number k, return whether any two numbers from the list add up to k.
  • #2 Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with places after the decimal.
  • #3 Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single line of two space-separated long integers.

About

Some work on the daily coding challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published