Skip to content

Miscellany code/artifacts that don't fit in a dedicated repo

Notifications You must be signed in to change notification settings

saidmasoud/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miscellany

Miscellaneous code/artifacts that don't warrant a dedicated repo

Coding Problems

  • K Closest Points (Source): Given a set of plots on a Cartesian plane, calculate the k (where k is the number of plots to calculate) closest points to the origin.

  • Longest Consecutive Characters (Source): Given a string, find the longest subsequence consisting of a single character. Example: longest("ABAACDDDBBA") should return {'D': 3}.

About

Miscellany code/artifacts that don't fit in a dedicated repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages