Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 6.99 KB

File metadata and controls

56 lines (53 loc) · 6.99 KB

Algorithms - Implementation

This repository keeps a list of the problems in Algorithms - Implementation. The threshold I'm currently using is 15, 30 and 45 minutes for each easy, medium and hard problem, respectively.

Submissions (42 / 48)

Problem Solution Difficulty Date Time #Sub Comment
Mini-Max Sum mini-max-sum.cpp Easy 1/22/2017 1'53" 1
Designer PDF Viewer designer-pdf-viewer.cpp Easy 1/22/2017 2'20" 1
Apple and Orange apple-and-orange.cpp Easy 1/22/2017 2'58" 1
Kangaroo kangaroo.cpp Easy 1/22/2017 2'58" 2
Between Two Sets between-two-sets.cpp Easy 1/22/2017 11'03" 5
Divisible Sum Pairs divisible-sum-pairs.cpp Easy 1/22/2017 1'51" 1
Bon Appétit bon-appetit.cpp Easy 1/22/2017 3'31" 1
Sock Merchant sock-merchant.cpp Easy 1/22/2017 1'51" 1
Utopian Tree utopian-tree.cpp Easy 1/22/2017 5'45" 1
Angry Professor angry-professor.cpp Easy 1/22/2017 2'04" 1
Beautiful Days at the Movies beautiful-days-at-the-movies.cpp Easy 1/22/2017 2'43" 1
Viral Advertising strange-advertising.cpp Easy 1/29/2017 4'10" 1
Save the Prisoner! save-the-prisoner.cpp Easy 1/30/2017 4'18" 1
Jumping on the Clouds: Revisited jumping-on-the-clouds-revisited.cpp Easy 2/2/2017 6'27" 1
Find Digits find-digits.cpp Easy 2/2/2017 1'48" 1
Extra Long Factorials extra-long-factorials.cpp Medium 2/2/2017 4'01" 1
Append and Delete append-and-delete.cpp Easy 2/5/2017 5'57" 2
Sherlock and Squares sherlock-and-squares.cpp Easy 2/5/2017 2'25" 1
Library Fine library-fine.cpp Easy 2/5/2017 3'44" 2
Cut the sticks cut-the-sticks.cpp Easy 2/5/2017 2'55" 1
Non-Divisible Subset non-divisible-subset.cpp Medium 2/5/2017 4'32" 1
Repeated String repeated-string.cpp Easy 2/5/2017 3'01" 1
Jumping on the Clouds jumping-on-the-clouds.cpp Easy 2/5/2017 4'41" 1
Equalize the Array equality-in-a-array.cpp Easy 2/5/2017 2'17" 1
ACM ICPC Team acm-icpc-team.cpp Easy 2/5/2017 4'05" 1
Taum and B'day taum-and-bday.cpp Easy 2/5/2017 3'57" 1
Encryption encryption.cpp Medium 2/5/2017 11'30" 1
Bigger is Greater bigger-is-greater.cpp Medium 2/5/2017 13'49" 1
Modified Kaprekar Numbers kaprekar-numbers.cpp Easy 2/5/2017 5'09" 1
Beautiful Triplets beautiful-triplets.cpp Easy 2/5/2017 3'58" 2
Manasa and Stones manasa-and-stones.cpp Easy 2/6/2017 4'18" 3
Minimum Distances minimum-distances.cpp Easy 2/6/2017 2'45" 1
The Time in Words the-time-in-words.cpp Medium 2/6/2017 9'32" 2
Cavity Map cavity-map.cpp Easy 2/6/2017 3'08" 1
Chocolate Feast chocolate-feast.cpp Easy 2/6/2017 5'04" 1
Service Lane service-lane.cpp Easy 2/6/2017 4'20" 1
Lisa's Workbook lisa-workbook.cpp Easy 2/6/2017 7'01" 1
The Grid Search the-grid-search.cpp Medium 2/6/2017 5'20" 1
Flatland Space Stations flatland-space-stations.cpp Easy 2/6/2017 4'14" 1
Fair Rations fair-rations.cpp Easy 2/6/2017 4'07" 1
Happy Ladybugs happy-ladybugs.cpp Easy 2/6/2017 7'25" 2
Strange Counter strange-code.cpp Easy 2/6/2017 2'24" 1
Almost Sorted almost-sorted.cpp Medium
Absolute Permutation absolute-permutation.cpp Medium
The Bomberman Game bomber-man.cpp Medium
Ema's Supercomputer two-pluses.cpp Medium
Larry's Array larrys-array.cpp Medium
Matrix Layer Rotation matrix-rotation-algo.cpp Hard