Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 916 Bytes

File metadata and controls

13 lines (11 loc) · 916 Bytes

DailyCodingProblem

Completed challenges from the Daily Coding Problem email newsletter.

Challenge descriptions are located at the top of code file.

Problem Difficulty Solution
788: Number Palindromes Easy Python
1018: Provided a time (hh:mm), calculate the angle between hour hand and minute hand Easy C#
1024: Given a string, convert to binary encoding and return with its bits reversed. Easy C# - Python
1317: Given a string and a parameter k, manipulate the string by taking one of the first k letters and moving it to the end. Easy C#
1818: Given a set of points (x, y) on a 2D cartesian plane, find the two closest points. Easy C#
1835: Compute the running median of a sequence of numbers. Easy C#