├── .gitignore ├── CONTRIBUTING.md ├── Easy Challenges ├── Challenge 0001 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution.java │ │ ├── Solution1.java │ │ ├── Solution2.java │ │ ├── solution.c │ │ ├── solution.cpp │ │ ├── solution.d │ │ ├── solution.js │ │ ├── solution.lisp │ │ ├── solution.m │ │ ├── solution.py │ │ ├── solution.rb │ │ ├── solution.rs │ │ ├── solution.tcl │ │ ├── solution1.c │ │ ├── solution1.cpp │ │ ├── solution2.py │ │ ├── solution3.c │ │ └── solution3.py ├── Challenge 0002 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution.java │ │ ├── Solution2.java │ │ ├── solution.c │ │ ├── solution.cpp │ │ ├── solution.js │ │ ├── solution.m │ │ ├── solution.py │ │ ├── solution.tcl │ │ ├── solution1.c │ │ ├── solution2.cpp │ │ └── solution2.py ├── Challenge 0003 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.cpp │ │ ├── solution.java │ │ ├── solution.js │ │ ├── solution.m │ │ ├── solution.py │ │ ├── solution1.c │ │ ├── solution2.c │ │ └── solution2.py ├── Challenge 0004 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution.java │ │ ├── Solution3.java │ │ ├── solution.c │ │ ├── solution.cpp │ │ ├── solution.js │ │ ├── solution.m │ │ ├── solution.py │ │ ├── solution1.py │ │ └── solution2.java ├── Challenge 0005 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── access.txt │ │ ├── solution.cpp │ │ ├── solution.js │ │ ├── solution.m │ │ ├── solution.py │ │ ├── solution2.py │ │ └── solution3.py ├── Challenge 0006 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0007 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.js │ │ └── solution.py ├── Challenge 0008 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution.java │ │ ├── solution.cpp │ │ ├── solution.js │ │ ├── solution.py │ │ └── solution2.py ├── Challenge 0009 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.java │ │ ├── solution.js │ │ ├── solution.py │ │ └── solution2.py ├── Challenge 0010 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.java │ │ ├── solution.js │ │ └── solution.py ├── Challenge 0011 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.java │ │ └── solution.js ├── Challenge 0012 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ └── solution.js ├── Challenge 0013 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0014 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ └── solution.js ├── Challenge 0015 Easy │ └── challenge_text.md ├── Challenge 0016 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution1.java │ │ ├── solution.c │ │ ├── solution.java │ │ ├── solution.js │ │ └── solution.py ├── Challenge 0017 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution1.java │ │ ├── solution.cpp │ │ ├── solution.java │ │ ├── solution.js │ │ ├── solution.py │ │ └── solution2.py ├── Challenge 0018 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── multi_key_dict.py │ │ ├── solution.js │ │ ├── solution.py │ │ ├── solution2.py │ │ └── solution3.py ├── Challenge 0019 Easy │ └── challenge_text.md ├── Challenge 0020 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.cpp │ │ ├── solution.java │ │ └── solution.js ├── Challenge 0021 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0022 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.js │ │ └── uthash.h ├── Challenge 0023 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ └── solution.js ├── Challenge 0025 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0026 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.java │ │ └── solution.js ├── Challenge 0027 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution.java │ │ ├── solution.js │ │ └── solution.py ├── Challenge 0028 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0029 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0030 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.js │ │ └── solution.py ├── Challenge 0031 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0032 Easy │ └── challenge_text.md ├── Challenge 0033 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0034 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0035 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.js │ │ └── solution.pl ├── Challenge 0036 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── Solution.java │ │ ├── solution.c │ │ └── solution.js ├── Challenge 0037 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.exs │ │ └── solution.rb ├── Challenge 0038 Easy │ └── challenge_text.md ├── Challenge 0039 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.R │ │ ├── solution.c │ │ ├── solution.exs │ │ ├── solution.js │ │ ├── solution.py │ │ ├── solution.rb │ │ └── solution.rs ├── Challenge 0040 Easy │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.exs │ │ ├── solution.js │ │ └── solution.pl ├── Challenge 0041 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0042 Easy │ └── challenge_text.md ├── Challenge 0044 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0045 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0046 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0047 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0048 Easy │ ├── challenge_text.md │ └── solution │ │ └── solution.c ├── Challenge 0049 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0050 Easy │ └── challenge_text.md ├── Challenge 0051 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0052 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.R ├── Challenge 0053 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0054 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0055 Easy │ └── challenge_text.md ├── Challenge 0056 Easy │ ├── Challenge 0056 Easy │ │ └── challenge_text.md │ └── challenge_text.md ├── Challenge 0057 Easy │ └── challenge_text.md ├── Challenge 0058 Easy │ └── solutions │ │ └── solution.rs ├── Challenge 0059 Easy │ └── challenge_text.md ├── Challenge 0060 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0061 Easy │ └── challenge_text.md ├── Challenge 0062 Easy │ └── challenge_text.md ├── Challenge 0063 Easy │ ├── challenge_text.md │ └── solution │ │ └── solution.c ├── Challenge 0064 Easy │ └── challenge_text.md ├── Challenge 0065 Easy │ └── challenge_text.md ├── Challenge 0066 Easy │ └── challenge_text.md ├── Challenge 0067 Easy │ └── challenge_text.md ├── Challenge 0068 Easy │ └── challenge_text.md ├── Challenge 0069 Easy │ ├── challenge_text.md │ └── solutions │ │ └── solution.java ├── Challenge 0070 Easy │ └── challenge_text.md ├── Challenge 0071 Easy │ └── challenge_text.md ├── Challenge 0072 Easy │ └── challenge_text.md ├── Challenge 0074 Easy │ └── challenge_text.md ├── Challenge 0075 Easy - Function Transformation │ └── challenge_text.md ├── Challenge 0077 Easy - (Enumerating Morse code sequences) │ └── challenge_text.md ├── Challenge 0078 Easy - Keyboard Locale Simulator │ └── challenge_text.md ├── Challenge 0079 Easy - Counting in steps │ └── solutions │ │ └── solution.c ├── Challenge 0080 Easy - Anagrams │ └── challenge_text.md ├── Challenge 0081 Easy - Numerical Calculus I │ └── challenge_text.md ├── Challenge 0083 Easy - Long scale and short scale │ └── challenge_text.md ├── Challenge 0084 Easy - Searching Text Adventure │ └── challenge_text.md ├── Challenge 0086 Easy - Run-length encoding │ ├── challenge_text.md │ └── solutions │ │ └── solution.d ├── Challenge 0088 Easy - Vigenère cipher │ └── challenge_text.md ├── Challenge 0089 Easy - Simple statistical functions │ └── challenge_text.md ├── Challenge 0090 Easy - Walkaround Rasterizer │ └── challenge_text.md ├── Challenge 0092 Easy - Digital number display │ └── challenge_text.md ├── Challenge 0093 Easy - Two-Way Morse Code Translator │ └── challenge_text.md ├── Challenge 0095 Easy - Reversing text in file │ └── challenge_text.md ├── Challenge 0096 Easy - Controller Chains │ └── challenge_text.md ├── Challenge 0099 Easy - Words with letters in alphabetical order │ └── challenge_text.md ├── Challenge 0100 Easy - Sleep Cycle Estimator │ └── challenge_text.md ├── Challenge 0104 Easy - Powerplant Simulation │ └── challenge_text.md ├── Challenge 0106 Easy - Random Talker, Part 1 │ └── challenge_text.md ├── Challenge 0107 Easy - All possible decodings │ └── challenge_text.md ├── Challenge 0108 Easy - Scientific Notation Translator │ └── challenge_text.md ├── Challenge 0109 Easy - Digits Check │ └── challenge_text.md ├── Challenge 0110 Easy - Keyboard Shift │ └── challenge_text.md ├── Challenge 0111 Easy - Star delete │ └── challenge_text.md ├── Challenge 0112 Easy - Get that URL! │ └── challenge_text.md ├── Challenge 0113 Easy - String-type checking │ └── challenge_text.md ├── Challenge 0114 Easy - Word ladder steps │ └── challenge_text.md ├── Challenge 0115 Easy - Guess-that-number game! │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0116 Easy - Permutation of a string │ └── challenge_text.md ├── Challenge 0117 Easy - Hexdump to ASCII │ └── challenge_text.md ├── Challenge 0118 Easy - Date Localization │ └── challenge_text.md ├── Challenge 0119 Easy - Change Calculator │ └── challenge_text.md ├── Challenge 0120 Easy - Log throughput counter │ └── challenge_text.md ├── Challenge 0121 Easy - Bytelandian Exchange 1 │ └── challenge_text.md ├── Challenge 0122 Easy - Sum Them Digits │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0122 Easy - Words With Ordered Vowels │ └── challenge_text.md ├── Challenge 0123 Easy - New-Line Troubles │ └── challenge_text.md ├── Challenge 0123 Easy - Sum Them Digits │ └── challenge_text.md ├── Challenge 0124 Easy - Edge Sorting │ └── challenge_text.md ├── Challenge 0124 Easy - New-Line Troubles │ └── challenge_text.md ├── Challenge 0125 Easy - Word Analytics │ └── challenge_text.md ├── Challenge 0126 Easy - Real-World Merge Sort │ └── challenge_text.md ├── Challenge 0127 Easy - McCarthy 91 Function │ └── challenge_text.md ├── Challenge 0128 Easy - Sum-the-Digits, Part II │ └── challenge_text.md ├── Challenge 0130 Easy - Roll the Dies │ └── challenge_text.md ├── Challenge 0131 Easy - Who tests the tests │ └── challenge_text.md ├── Challenge 0132 Easy - Greatest Common Divisor │ └── challenge_text.md ├── Challenge 0133 Easy - Foot-Traffic Analysis │ └── challenge_text.md ├── Challenge 0134 Easy - N-Divisible Digits │ └── challenge_text.md ├── Challenge 0135 Easy - Arithmetic Equations │ └── challenge_text.md ├── Challenge 0136 Easy - Student Management │ └── challenge_text.md ├── Challenge 0137 Easy - String Transposition │ └── challenge_text.md ├── Challenge 0138 Easy - Repulsion-Force │ └── challenge_text.md ├── Challenge 0139 Easy - Pangrams │ └── challenge_text.md ├── Challenge 0140 Easy - Variable Notation │ └── challenge_text.md ├── Challenge 0141 Easy - Checksums │ └── challenge_text.md ├── Challenge 0141 Easy - Monty Hall Simulation │ └── challenge_text.md ├── Challenge 0142 Easy - Falling Sand │ └── challenge_text.md ├── Challenge 0143 Easy - Braille │ └── challenge_text.md ├── Challenge 0144 Easy - Nuts & Bolts │ └── challenge_text.md ├── Challenge 0145 Easy - Tree Generation │ └── challenge_text.md ├── Challenge 0146 Easy - Polygon Perimeter │ └── challenge_text.md ├── Challenge 0147 Easy - Sport Points │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0148 Easy - Combination Lock │ └── challenge_text.md ├── Challenge 0149 Easy - Disemvoweler │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0153 Easy - Pascal's Pyramid │ └── challenge_text.md ├── Challenge 0154 Easy - March Madness Brackets │ └── challenge_text.md ├── Challenge 0156 Easy - Simple Decoder │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0157 Easy - The Winning Move X-Games edition │ └── challenge_text.md ├── Challenge 0158 Easy - The Torn Number │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0159 Easy - Rock Paper Scissors Lizard Spock - Part 1 The Basic Game │ └── challenge_text.md ├── Challenge 0160 Easy - Trigonometric Triangle Trouble, pt. 1 │ └── challenge_text.md ├── Challenge 0161 Easy - Blackjack! │ └── challenge_text.md ├── Challenge 0162 Easy - Novel Compression, pt. 1 - Unpacking the Data │ └── challenge_text.md ├── Challenge 0163 Easy - Probability Distribution of a 6 Sided Di │ └── challenge_text.md ├── Challenge 0164 Easy - Assemble this Scheme into Python │ └── challenge_text.md ├── Challenge 0165 Easy - ASCII Game of Life │ └── challenge_text.md ├── Challenge 0166 Easy - ASCII Fractal Curves │ └── challenge_text.md ├── Challenge 0166b Easy - Planetary Gravity Calculator │ └── challenge_text.md ├── Challenge 0167 Easy - HTML markup generator │ └── challenge_text.md ├── Challenge 0168 Easy - Final Grades - Test Data │ └── challenge_text.md ├── Challenge 0168 Easy - String Index │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0169 Easy - 90 Degree 2D Array Rotate │ └── challenge_text.md ├── Challenge 0170 Easy - Blackjack Checker │ └── challenge_text.md ├── Challenge 0171 Easy - Hex to 8x8 Bitmap │ └── challenge_text.md ├── Challenge 0173 Easy - Unit Calculator │ └── challenge_text.md ├── Challenge 0174 Easy - Thue-Morse Sequences │ └── challenge_text.md ├── Challenge 0175 Easy - Bogo! │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0176 Easy - Pivot Table │ └── challenge_text.md ├── Challenge 0176 Easy - Spreadsheet Developer pt. 1 - Cell Selection │ └── challenge_text.md ├── Challenge 0177 Easy - Quicksort │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0178 Easy - Transformers - Matrices in Disguise, pt. 1 │ └── challenge_text.md ├── Challenge 0179 Easy - You make me happy when clouds are gray...scale │ └── challenge_text.md ├── Challenge 0180 Easy - Look'n'Say │ └── challenge_text.md ├── Challenge 0181 Easy - Basic Equations │ └── challenge_text.md ├── Challenge 0182 Easy - The Column Conundrum │ └── challenge_text.md ├── Challenge 0183 Easy - Semantic Version Sort │ └── challenge_text.md ├── Challenge 0184 Easy - Smart Stack List │ └── challenge_text.md ├── Challenge 0185 Easy - Generated twitter handles │ └── challenge_text.md ├── Challenge 0186 Easy - Admin Schmadmin │ └── challenge_text.md ├── Challenge 0187 Easy - A Flagon of Flags │ └── challenge_text.md ├── Challenge 0188 Easy - yyyy-mm-dd │ └── challenge_text.md ├── Challenge 0189 Easy - Hangman! │ └── challenge_text.md ├── Challenge 0190 Easy - Webscraping sentiments │ └── challenge_text.md ├── Challenge 0191 Easy - Word Counting │ └── challenge_text.md ├── Challenge 0192 Easy - Carry Adding │ └── challenge_text.md ├── Challenge 0193 Easy - A Cube, Ball, Cylinder, Cone walk into a warehouse │ └── challenge_text.md ├── Challenge 0193 Easy - Acronym Expander │ └── challenge_text.md ├── Challenge 0194 Easy - Destringification │ └── challenge_text.md ├── Challenge 0195 Easy - Symbolic Link Resolution │ └── challenge_text.md ├── Challenge 0197 Easy - ISBN Validator │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0198 Easy - Words with Enemies │ └── challenge_text.md ├── Challenge 0200 Easy - Flood-Fill │ └── challenge_text.md ├── Challenge 0203 Easy - The Start of Something Big │ └── challenge_text.md ├── Challenge 0204 Easy - Remembering your lines │ └── challenge_text.md ├── Challenge 0205 Easy - Friendly Date Ranges │ └── challenge_text.md ├── Challenge 0206 Easy - Recurrence Relations, part 1 │ └── challenge_text.md ├── Challenge 0207 Easy - Bioinformatics 1 - DNA Replication │ └── challenge_text.md ├── Challenge 0208 Easy - Culling Numbers │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ └── solution.js ├── Challenge 0210 Easy - intHarmony.com │ └── challenge_text.md ├── Challenge 0211 Easy - The Name Game │ └── challenge_text.md ├── Challenge 0212 Easy - Rövarspråket │ └── challenge_text.md ├── Challenge 0213 Easy - Cellular Automata - Rule 90 │ └── challenge_text.md ├── Challenge 0213 Easy - Pronouncing Hex │ └── challenge_text.md ├── Challenge 0214 Easy - Calculating the standard deviation │ └── challenge_text.md ├── Challenge 0215 Easy - Sad Cycles │ └── challenge_text.md ├── Challenge 0217 Easy - Lumberjack Pile Problem │ └── challenge_text.md ├── Challenge 0218 Easy - Making numbers palindromic │ └── challenge_text.md ├── Challenge 0219 Easy - To-do list (Part 1) │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0220 Easy - Mangling sentences │ └── challenge_text.md ├── Challenge 0221 Easy - Word snake │ └── challenge_text.md ├── Challenge 0222 Easy - Balancing Words │ └── challenge_text.md ├── Challenge 0223 Easy - Garland words │ └── challenge_text.md ├── Challenge 0224 Easy - Shuffling a List │ └── challenge_text.md ├── Challenge 0226 Easy - Adding fractions │ ├── Challenge 0227 Easy - Square Spirals │ │ └── challenge_text.md │ └── challenge_text.md ├── Challenge 0227 Easy - Square Spirals │ └── challenge_text.md ├── Challenge 0228 Easy - Letters in Alphabetical Order │ └── challenge_text.md ├── Challenge 0229 Easy - The Dottie Number │ └── challenge_text.md ├── Challenge 0230 Easy - JSON treasure hunt │ └── challenge_text.md ├── Challenge 0232 Easy - Palindromes │ └── challenge_text.md ├── Challenge 0233 Easy - The house that ASCII built │ └── challenge_text.md ├── Challenge 0234 Easy - Vampire Numbers │ └── challenge_text.md ├── Challenge 0235 Easy - Ruth-Aaron Pairs │ └── challenge_text.md ├── Challenge 0236 Easy - Random Bag System │ └── challenge_text.md ├── Challenge 0237 Easy - Broken Keyboard │ └── challenge_text.md ├── Challenge 0238 Easy - Consonants and Vowels │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0239 Easy - A Game of Threes │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.py │ │ └── solution.rs ├── Challenge 0240 Easy - Typoglycemia │ └── challenge_text.md ├── Challenge 0241 Easy - Unicode Chess │ └── challenge_text.md ├── Challenge 0242 Easy - Funny plant │ └── challenge_text.md ├── Challenge 0243 Easy - Abundant and Deficient Numbers │ └── challenge_text.md ├── Challenge 0244 Easy - - Array language (part 3) - J Forks │ └── challenge_text.md ├── Challenge 0245 Easy - Date Dilemma │ └── challenge_text.md ├── Challenge 0246 Easy - X-mass lights │ └── challenge_text.md ├── Challenge 0247 Easy - Secret Santa │ └── challenge_text.md ├── Challenge 0248 Easy - Draw Me Like One Of Your Bitmaps │ └── challenge_text.md ├── Challenge 0249 Easy - Playing the Stock Market │ └── challenge_text.md ├── Challenge 0251 Easy - Create Nonogram description │ └── challenge_text.md ├── Challenge 0252 Easy - Sailors and monkeys and coconuts, oh my! │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0253 Easy - Unconditional Loan Income │ └── challenge_text.md ├── Challenge 0254 Easy - Atbash Cipher │ ├── challenge_text.md │ └── solutions │ │ └── solution.js ├── Challenge 0255 Easy - Playing with light switches │ ├── challenge_text.md │ └── solutions │ │ ├── solution.R │ │ └── solution.js ├── Challenge 0256 Easy - Oblique and De-Oblique │ └── challenge_text.md ├── Challenge 0257 Easy - In what year were most presidents alive │ ├── challenge_text.md │ └── solutions │ │ ├── president_data.txt │ │ └── solution.go ├── Challenge 0258 Easy - IRC - Making a Connection │ └── challenge_text.md ├── Challenge 0259 Easy - Clarence the Slow Typist │ └── challenge_text.md ├── Challenge 0260 Easy - Garage Door Opener │ └── challenge_text.md ├── Challenge 0261 Easy - verifying 3x3 magic squares │ ├── challenge_text.md │ └── solutions │ │ ├── solution.py │ │ └── solution.rb ├── Challenge 0262 Easy - MaybeNumeric │ └── challenge_text.md ├── Challenge 0263 Easy - Calculating Shannon Entropy of a String │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0264 Easy - Sort my code │ └── challenge_text.md ├── Challenge 0265 Easy - Permutations and combinations part 1 │ └── challenge_text.md ├── Challenge 0265 Easy - Permutations and combinations part 2 │ └── challenge_text.md ├── Challenge 0266 Easy - Basic Graph Statistics Node Degrees │ └── challenge_text.md ├── Challenge 0267 Easy - All the places your dog didn't win │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0268 Easy - Network and Cards Part 1, The network │ └── challenge_text.md ├── Challenge 0269 Easy - BASIC Formatting │ └── challenge_text.md ├── Challenge 0271 Easy - Critical Hit │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0272 Easy - What's in the bag │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0273 Easy - Getting a degree │ └── challenge_text.md ├── Challenge 0275 Easy - Splurthian Chemistry 101 │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0276 Easy - Recktangles │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0277 Easy - Simplifying fractions │ └── challenge_text.md ├── Challenge 0278 Easy - Weave insert Part 1 │ └── challenge_text.md ├── Challenge 0279 Easy - Uuencoding │ └── challenge_text.md ├── Challenge 0280 Easy - 0 to 100, Real Quick │ └── challenge_text.md ├── Challenge 0281 Easy - Something about bases │ └── challenge_text.md ├── Challenge 0282 Easy - Unusual Bases │ └── challenge_text.md ├── Challenge 0283 Easy - Anagram Detector │ └── challenge_text.md ├── Challenge 0284 Easy - Wandering Fingers │ └── challenge_text.md ├── Challenge 0285 Easy - Cross PlatformLanguage Data Encoding part 1 │ └── challenge_text.md ├── Challenge 0286 Easy - Reverse Factorial │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0287 Easy - Kaprekar's Routine │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0288 Easy - Detecting Alliteration │ └── challenge_text.md ├── Challenge 0289 Easy - It's super effective! │ └── challenge_text.md ├── Challenge 0290 Easy - Kaprekar Numbers │ └── challenge_text.md ├── Challenge 0291 Easy - Goldilocks' Bear Necessities │ └── challenge_text.md ├── Challenge 0292 Easy - Increasing range parsing │ └── challenge_text.md ├── Challenge 0293 Easy - Defusing the bomb │ └── challenge_text.md ├── Challenge 0294 Easy - Rack management 1 │ └── challenge_text.md ├── Challenge 0295 Easy - Letter by letter │ └── challenge_text.md ├── Challenge 0296 Easy - The Twelve Days of... │ └── challenge_text.md ├── Challenge 0298 Easy - Too many Parentheses │ └── challenge_text.md ├── Challenge 0300 Easy - Let's make some noise part 2 │ └── challenge_text.md ├── Challenge 0300 Easy - Let's make some noise │ └── challenge_text.md ├── Challenge 0301 Easy - Looking for patterns │ └── challenge_text.md ├── Challenge 0302 Easy - Spelling with Chemistry │ └── challenge_text.md ├── Challenge 0303 Easy - Ricochet │ └── challenge_text.md ├── Challenge 0304 Easy - Little Accountant │ └── challenge_text.md ├── Challenge 0305 Easy - Permutation base │ └── challenge_text.md ├── Challenge 0306 Easy - Pandigital Roman Numbers │ └── challenge_text.md ├── Challenge 0307 Easy - base 255 part1 │ └── challenge_text.md ├── Challenge 0308 Easy - Let it burn │ └── challenge_text.md ├── Challenge 0310 Easy - Kids Lotto │ └── challenge_text.md ├── Challenge 0311 Easy - Jolly Jumper │ └── challenge_text.md ├── Challenge 0312 Easy - L33tspeak Translator │ └── challenge_text.md ├── Challenge 0313 Easy - Subset sum │ └── challenge_text.md ├── Challenge 0314 Easy - Concatenated Integers │ └── challenge_text.md ├── Challenge 0315 Easy - XOR Multiplication │ └── challenge_text.md ├── Challenge 0316 Easy - Knight's Metric │ └── challenge_text.md ├── Challenge 0317 Easy - Collatz Tag System │ └── challenge_text.md ├── Challenge 0318 Easy - Countdown Game Show │ └── challenge_text.md ├── Challenge 0319 Easy - Condensing Sentences │ └── challenge_text.md ├── Challenge 0320 Easy - Spiral Ascension │ └── challenge_text.md ├── Challenge 0321 Easy - Talking Clock │ └── challenge_text.md ├── Challenge 0322 Easy - All Pairs Test Generator │ └── challenge_text.md ├── Challenge 0323 Easy - 3SUM │ └── challenge_text.md ├── Challenge 0324 Easy - manual square root procedure (intermediate) │ └── challenge_text.md ├── Challenge 0325 Easy - Color maze │ └── challenge_text.md ├── Challenge 0326 Easy - Nearest Prime Numbers │ └── challenge_text.md ├── Challenge 0328 Easy - Latin Squares │ └── challenge_text.md ├── Challenge 0329 Easy - Nearest Lucky Numbers │ └── challenge_text.md ├── Challenge 0330 Easy - Surround the circles │ └── challenge_text.md ├── Challenge 0331 Easy - The Adding Calculator │ └── challenge_text.md ├── Challenge 0333 Easy - Packet Assembler │ └── challenge_text.md ├── Challenge 0335 Easy - Consecutive Distance Rating │ └── challenge_text.md ├── Challenge 0336 Easy - Cannibal numbers │ └── challenge_text.md ├── [Discussion] Challenge tags [Easy] [Intermediate] [Hard] │ └── challenge_text.md └── [Easy] Longest Two-Character Sub-String │ ├── challenge_text.md │ └── solutions │ └── solution.rb ├── Extra-Bonus Challenges ├── Challenge #174 [Extra] Functional Thinking │ └── challenge_text.md ├── Challenge #186 [Special] Code or Treat - Halloween 2014 │ └── challenge_text.md ├── Challenge #195 [All] 2015 Prep Work │ └── challenge_text.md ├── Challenge #207 [Bonus] Erdos Number Calculator │ └── challenge_text.md ├── Challenge #208 [Bonus] The Infinite Stallman Theorem │ └── challenge_text.md ├── Weekly #26 - Mini Challenges │ └── challenge_text.md ├── Weekly #27 - Mini Challenges │ └── challenge_text.md ├── [Extra] Poetic Justice │ └── challenge_text.md ├── [Monthly Challenge #22 - September, 2017] Procedural Bacteria Fungus Virus • rproceduralgeneration │ └── challenge_text.md ├── [PSA] [Monthly Challenge #11 - October, 2016] - Procedural Ghosts and Jack-o-Lanterns! • rproceduralgeneration │ └── challenge_text.md ├── [Request] The Ultimate Wordlist │ └── challenge_text.md ├── [Weekly #25] Escape the trolls │ └── challenge_text.md └── [Weekly] #1 -- Handling Console Input │ └── challenge_text.md ├── Hard Challenges ├── Challenge 0001 Hard │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.pl │ │ ├── solution.py │ │ └── solution.rb ├── Challenge 0002 Hard │ └── challenge_text.md ├── Challenge 0003 Hard │ ├── challenge_text.md │ ├── solution │ │ └── solution.py │ └── solutions │ │ ├── solution.pl │ │ └── wordlist.txt ├── Challenge 0004 Hard │ └── challenge_text.md ├── Challenge 0005 Hard │ └── challenge_text.md ├── Challenge 0006 Hard │ └── challenge_text.md ├── Challenge 0009 Hard │ └── challenge_text.md ├── Challenge 0010 Hard │ └── challenge_text.md ├── Challenge 0011 Hard │ └── challenge_text.md ├── Challenge 0012 Hard │ └── challenge_text.md ├── Challenge 0013 Hard │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0014 Hard │ └── challenge_text.md ├── Challenge 0015 Hard │ └── challenge_text.md ├── Challenge 0017 Hard │ └── challenge_text.md ├── Challenge 0018 Hard │ └── challenge_text.md ├── Challenge 0019 Hard │ └── challenge_text.md ├── Challenge 0020 Hard │ └── challenge_text.md ├── Challenge 0021 Hard │ └── challenge_text.md ├── Challenge 0023 Hard │ └── challenge_text.md ├── Challenge 0025 Hard │ └── challenge_text.md ├── Challenge 0028 Hard │ └── challenge_text.md ├── Challenge 0030 Hard │ └── challenge_text.md ├── Challenge 0031 Hard │ └── challenge_text.md ├── Challenge 0032 Hard │ └── challenge_text.md ├── Challenge 0033 Hard │ └── challenge_text.md ├── Challenge 0034 Hard │ └── challenge_text.md ├── Challenge 0035 Hard │ └── challenge_text.md ├── Challenge 0036 Hard │ └── challenge_text.md ├── Challenge 0037 Hard │ └── challenge_text.md ├── Challenge 0038 Hard │ └── challenge_text.md ├── Challenge 0040 Hard │ └── challenge_text.md ├── Challenge 0041 Hard │ └── challenge_text.md ├── Challenge 0042 Hard │ ├── challenge_text.md │ └── solutions │ │ └── solution.cpp ├── Challenge 0043 Hard │ └── challenge_text.md ├── Challenge 0044 Hard │ └── challenge_text.md ├── Challenge 0046 Hard │ └── challenge_text.md ├── Challenge 0047 Hard │ ├── challenge_text.md │ └── solutions │ │ └── solution.cpp ├── Challenge 0048 Hard │ └── challenge_text.md ├── Challenge 0049 Hard │ └── challenge_text.md ├── Challenge 0050 Hard │ └── challenge_text.md ├── Challenge 0051 Hard │ └── challenge_text.md ├── Challenge 0052 Hard │ └── challenge_text.md ├── Challenge 0053 Hard │ └── challenge_text.md ├── Challenge 0055 Hard │ └── challenge_text.md ├── Challenge 0056 Hard │ └── challenge_text.md ├── Challenge 0057 Hard │ └── challenge_text.md ├── Challenge 0058 Hard │ └── challenge_text.md ├── Challenge 0059 Hard │ └── challenge_text.md ├── Challenge 0061 Hard │ └── challenge_text.md ├── Challenge 0064 Hard │ └── challenge_text.md ├── Challenge 0065 Hard │ └── challenge_text.md ├── Challenge 0066 Hard │ └── challenge_text.md ├── Challenge 0067 Hard │ └── challenge_text.md ├── Challenge 0068 Hard │ └── challenge_text.md ├── Challenge 0069 Hard │ └── challenge_text.md ├── Challenge 0071 Hard │ └── challenge_text.md ├── Challenge 0072 Hard │ └── challenge_text.md ├── Challenge 0074 Hard │ └── challenge_text.md ├── Challenge 0075 Hard - (C Preprocessor) │ └── challenge_text.md ├── Challenge 0077 Hard - (Boggle solver) │ └── challenge_text.md ├── Challenge 0078 Hard - (Maximum Forest Fire Fighting) │ └── challenge_text.md ├── Challenge 0080 Hard - (Multi-word anagrams) │ └── challenge_text.md ├── Challenge 0081 Hard - (Matrix Exponential) │ └── challenge_text.md ├── Challenge 0083 Hard - (Digits of the square-root of 2) │ └── challenge_text.md ├── Challenge 0084 Hard - (City-Block TSP) │ └── challenge_text.md ├── Challenge 0086 Hard - (2-SAT) │ └── challenge_text.md ├── Challenge 0088 Hard - (ASCII art) │ └── challenge_text.md ├── Challenge 0089 Hard - (Coloring the United States of America) │ └── challenge_text.md ├── Challenge 0090 Hard - (Alien P=NP reductions) │ └── challenge_text.md ├── Challenge 0092 Hard - (Bags and balls) │ └── challenge_text.md ├── Challenge 0093 Hard - (15-puzzle) │ └── challenge_text.md ├── Challenge 0095 Hard - (Overlapping rectangles) │ └── challenge_text.md ├── Challenge 0096 Hard - (Water Droplets) │ └── challenge_text.md ├── Challenge 0099 Hard - (Animated unemployment map of the United States) │ └── challenge_text.md ├── Challenge 0100 Hard - (Min-Max of N-Dimensional Quadratic) │ └── challenge_text.md ├── Challenge 0101 Hard - (Boolean Minimization) │ └── challenge_text.md ├── Challenge 0104 Hard - (Stack Attack) │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0106 Hard - (Mongolian Grill) │ └── challenge_text.md ├── Challenge 0107 Hard - (English Word Identifier) │ └── challenge_text.md ├── Challenge 0109 Hard - (Steiner Inellipse) │ └── challenge_text.md ├── Challenge 0109 Hard - Death Mountains │ └── challenge_text.md ├── Challenge 0110 Hard - You can't handle the truth! │ └── challenge_text.md ├── Challenge 0111 Hard - The Josephus Problem │ └── challenge_text.md ├── Challenge 0112 Hard - What a Brainfuck │ └── challenge_text.md ├── Challenge 0113 Hard - Memory Allocation Insanity! │ └── challenge_text.md ├── Challenge 0114 Hard - Longest word ladder │ └── challenge_text.md ├── Challenge 0115 Hard - Pack-o-Tron 5000 │ └── challenge_text.md ├── Challenge 0116 Hard - Maximum Random Walk │ └── challenge_text.md ├── Challenge 0117 Hard - Verify Your Language! │ └── challenge_text.md ├── Challenge 0118 Hard - Alphabetizing cipher │ └── challenge_text.md ├── Challenge 0119 Hard - Polygon diagonals │ └── challenge_text.md ├── Challenge 0120 Hard - Bytelandian Exchange 3 │ └── challenge_text.md ├── Challenge 0120 Hard - Derpson Family Party │ └── challenge_text.md ├── Challenge 0121 Hard - Medal Management │ └── challenge_text.md ├── Challenge 0122 Hard - Subset Sum Insanity │ └── challenge_text.md ├── Challenge 0123 Hard - Robot Jousting │ └── challenge_text.md ├── Challenge 0123 Hard - Snake-Fill │ └── challenge_text.md ├── Challenge 0124 Hard - Power-Processor Management │ └── challenge_text.md ├── Challenge 0125 Hard - Robo Room Service │ └── challenge_text.md ├── Challenge 0126 Hard - Not-So-Normal Triangle Search │ └── challenge_text.md ├── Challenge 0127 Hard - Language Detection │ └── challenge_text.md ├── Challenge 0128 Hard - Mon Petit Fourier │ └── challenge_text.md ├── Challenge 0129 Hard - Baking Pi │ └── challenge_text.md ├── Challenge 0130 Hard - Coloring France's Departments │ └── challenge_text.md ├── Challenge 0151 Hard - Re-emvoweler 2 │ └── challenge_text.md ├── Challenge 0152 Hard - Minimum Spanning Tree │ └── challenge_text.md ├── Challenge 0153 Hard - Interpreting interpreters │ └── challenge_text.md ├── Challenge 0154 Hard - Wumpus Cave Game │ └── challenge_text.md ├── Challenge 0157 Hard - ASCII Bird │ └── challenge_text.md ├── Challenge 0158 Hard - Intersecting Rectangles │ └── challenge_text.md ├── Challenge 0159 Hard - Rock Paper Scissors Lizard Spock - Part 3 Battle Bots │ └── challenge_text.md ├── Challenge 0160 Hard - Trigonometric Triangle Trouble, pt. 2 │ └── challenge_text.md ├── Challenge 0161 Hard - Phone Network │ └── challenge_text.md ├── Challenge 0162 Hard - Novel Compression, pt. 3 - Putting it all together │ └── challenge_text.md ├── Challenge 0163 Hard - Intersecting Lines in 2-D space │ └── challenge_text.md ├── Challenge 0164 Hard - What the Funge is this! │ └── challenge_text.md ├── Challenge 0165 Hard - Simulated Ecology - The Forest │ └── challenge_text.md ├── Challenge 0166b Hard - A Day in the Life of a Network Router │ └── challenge_text.md ├── Challenge 0167 Hard - Park Ranger │ └── challenge_text.md ├── Challenge 0169 Hard - Convex Polygon Area │ └── challenge_text.md ├── Challenge 0170 Hard - Swiss Tournament with a Danish Twist │ └── challenge_text.md ├── Challenge 0171 Hard - Intergalatic Bitstream │ └── challenge_text.md ├── Challenge 0173 Hard - Road Trip Game │ └── challenge_text.md ├── Challenge 0174 Hard - Convex Hull Problem │ └── challenge_text.md ├── Challenge 0175 Hard - Hall of Mirror[] │ └── challenge_text.md ├── Challenge 0176 Hard - Spreadsheet Developer pt. 2 - Mathematical Operations │ └── challenge_text.md ├── Challenge 0177 Hard - SCRIPT it Language │ └── challenge_text.md ├── Challenge 0178 Hard - Regular Expression Fractals │ └── challenge_text.md ├── Challenge 0179 Hard - Traveller Game Part 2 (Torchlight) │ └── challenge_text.md ├── Challenge 0180 Hard - Sorting Visualisation │ └── challenge_text.md ├── Challenge 0181 Hard - Deconstructing Audio │ └── challenge_text.md ├── Challenge 0182 Hard - Unique Digits │ └── challenge_text.md ├── Challenge 0183 Hard - Dimensionality Reduction │ └── challenge_text.md ├── Challenge 0184 Hard - Classification Algorithms and intro to Machine Learning │ └── challenge_text.md ├── Challenge 0187 Hard - Lumberjack Floating Log Problem │ └── challenge_text.md ├── Challenge 0188 Hard - Arrows and Arrows, part 1 │ └── challenge_text.md ├── Challenge 0189 Hard - Write a Quine │ └── challenge_text.md ├── Challenge 0191 Hard - Tricky Stick Stacking │ └── challenge_text.md ├── Challenge 0192 Hard - Project - Web mining │ └── challenge_text.md ├── Challenge 0196 Hard - Precedence Parsing │ └── challenge_text.md ├── Challenge 0197 Hard - Crazy Professor │ └── challenge_text.md ├── Challenge 0198 Hard - Words with Enemies -- The Game! │ └── challenge_text.md ├── Challenge 0200 Hard - Box in a Box │ └── challenge_text.md ├── Challenge 0201 Hard - Mission Improbable │ └── challenge_text.md ├── Challenge 0203 Hard - Minecraft - There and Back │ └── challenge_text.md ├── Challenge 0204 Hard - Addition chains │ └── challenge_text.md ├── Challenge 0205 Hard - DNA and Protein Sequence Alignment │ └── challenge_text.md ├── Challenge 0206 Hard - Recurrence Relations, part 2 │ └── challenge_text.md ├── Challenge 0207 Hard - Bioinformatics 3 - Predicting Protein Secondary Structures │ └── challenge_text.md ├── Challenge 0208 Hard - The Universal Machine │ └── challenge_text.md ├── Challenge 0209 Hard - Unpacking a Sentence in a Box │ └── challenge_text.md ├── Challenge 0210 Hard - Loopy Robots │ └── challenge_text.md ├── Challenge 0211 Hard - Hungry puppies │ └── challenge_text.md ├── Challenge 0212 Hard - Reverse Maze Pathfinding │ └── challenge_text.md ├── Challenge 0213 Hard - Stepstring discrepancy │ └── challenge_text.md ├── Challenge 0214 Hard - Chester, the greedy Pomeranian │ └── challenge_text.md ├── Challenge 0215 Hard - Metaprogramming Madness! │ └── challenge_text.md ├── Challenge 0216 Hard - Texas Hold 'Em 3 of 3 All In │ └── challenge_text.md ├── Challenge 0218 Hard - Elevator Scheduling │ └── challenge_text.md ├── Challenge 0219 Hard - The Cave of Prosperity │ └── challenge_text.md ├── Challenge 0220 Hard - Substitution Cryptanalysis │ └── challenge_text.md ├── Challenge 0221 Hard - Poetry in a haystack │ └── challenge_text.md ├── Challenge 0222 Hard - Customer Unit Delivery Scheduling │ └── challenge_text.md ├── Challenge 0223 Hard - The Heighway dragon fractal │ └── challenge_text.md ├── Challenge 0224 Hard - Langford strings │ └── challenge_text.md ├── Challenge 0226 Hard - Kakuro Solver │ └── challenge_text.md ├── Challenge 0227 Hard - Adjacency Matrix Generator │ └── challenge_text.md ├── Challenge 0228 Hard - Golomb Rulers │ └── challenge_text.md ├── Challenge 0229 Hard - Divisible by 7 │ └── challenge_text.md ├── Challenge 0230 Hard - Logo De-compactification │ └── challenge_text.md ├── Challenge 0231 Hard - Eight Husbands for Eight Sisters │ └── challenge_text.md ├── Challenge 0232 Hard - Redistricting Voting Blocks │ └── challenge_text.md ├── Challenge 0234 Hard - Kanoodle Solver │ └── challenge_text.md ├── Challenge 0235 Hard - Contiguous Chain Variation │ └── challenge_text.md ├── Challenge 0236 Hard - Balancing chemical equations │ └── challenge_text.md ├── Challenge 0237 Hard - Takuzu Solver │ └── challenge_text.md ├── Challenge 0238 Hard - Searching a Dungeon │ └── challenge_text.md ├── Challenge 0239 Hard - An Encoding of Threes │ └── challenge_text.md ├── Challenge 0240 Hard - KenKen Solver │ └── challenge_text.md ├── Challenge 0241 Hard - Chess Puzzle solver │ └── challenge_text.md ├── Challenge 0242 Hard - Start to Rummikub │ └── challenge_text.md ├── Challenge 0243 Hard - New York Street Sweeper Paths │ └── challenge_text.md ├── Challenge 0245 Hard - Guess Who(is) │ └── challenge_text.md ├── Challenge 0247 Hard - Zombies on the highways! │ └── challenge_text.md ├── Challenge 0248 Hard - NotClick game │ └── challenge_text.md ├── Challenge 0249 Hard - Museum Cameras │ └── challenge_text.md ├── Challenge 0250 Hard - Evolving salesmen │ └── challenge_text.md ├── Challenge 0251 Hard - ASCII Nonogram │ └── challenge_text.md ├── Challenge 0251 Hard - Solve a Nonogram + Bonus │ └── challenge_text.md ├── Challenge 0253 Hard - Working like a terminal │ └── challenge_text.md ├── Challenge 0254 Hard - DNA Shotgun Sequencing │ └── challenge_text.md ├── Challenge 0255 Hard - Hacking a search engine │ └── challenge_text.md ├── Challenge 0256 Hard - RLE Obsession │ └── challenge_text.md ├── Challenge 0257 Hard - Word Squares Part 2 │ └── challenge_text.md ├── Challenge 0258 Hard - IRC - Interactivity │ └── challenge_text.md ├── Challenge 0259 Hard - Operator number system │ └── challenge_text.md ├── Challenge 0260 Hard - Never Ending Snake │ └── challenge_text.md ├── Challenge 0261 Hard - magic square dominoes │ └── challenge_text.md ├── Challenge 0262 Hard - 4x4 puzzle swapper │ └── challenge_text.md ├── Challenge 0263 Hard - Hashiwokakero │ └── challenge_text.md ├── Challenge 0264 Hard - Detecting Poetry Forms │ └── challenge_text.md ├── Challenge 0265 Hard - Permutations with repeat │ └── challenge_text.md ├── Challenge 0266 Hard - Finding Friends in the Social Graph │ └── challenge_text.md ├── Challenge 0267 Hard - IDDQD │ └── challenge_text.md ├── Challenge 0268 Hard - Network and Cards Part 3, The cheaters │ └── challenge_text.md ├── Challenge 0270 Hard - Alien Invasion Inversion │ └── challenge_text.md ├── Challenge 0271 Hard - Formatting J code │ └── challenge_text.md ├── Challenge 0272 Hard - Air Pressure router valve - Part 1. │ └── challenge_text.md ├── Challenge 0272 Hard - Air Pressure router valve - Part 1 │ └── challenge_text.md ├── Challenge 0273 Hard - Elggob - Make a Boggle Layout │ └── challenge_text.md ├── Challenge 0274 Hard - ∞ Loop solver │ └── challenge_text.md ├── Challenge 0276 Hard - ∞ Loop solver part 2 │ └── challenge_text.md ├── Challenge 0277 Hard - Trippy Julia fractals │ └── challenge_text.md ├── Challenge 0280 Hard - Free Flow Solver │ └── challenge_text.md ├── Challenge 0281 Hard - Minesweeper Solver │ └── challenge_text.md ├── Challenge 0282 Hard - Hidato │ └── challenge_text.md ├── Challenge 0283 Hard - Guarding the Coast │ └── challenge_text.md ├── Challenge 0284 Hard - Winning the Tournament │ └── challenge_text.md ├── Challenge 0285 Hard - Math Proofs │ └── challenge_text.md ├── Challenge 0286 Hard - Rush Hour Solver │ └── challenge_text.md ├── Challenge 0287 Hard - Word Numbers │ └── challenge_text.md ├── Challenge 0288 Hard - Adjacent Numbers problems │ └── challenge_text.md ├── Challenge 0289 Hard - Spot it! cards generator │ └── challenge_text.md ├── Challenge 0290 Hard - Gophers and Robot Dogs │ └── challenge_text.md ├── Challenge 0291 Hard - Spaghetti Wiring │ └── challenge_text.md ├── Challenge 0293 Hard - Zombies 2 - Your Princess is in Another Castle! │ └── challenge_text.md ├── Challenge 0294 Hard - Rack management 3 │ └── challenge_text.md ├── Challenge 0295 Hard - Advanced pacman │ └── challenge_text.md ├── Challenge 0296 Hard - Flood Fill Puzzle Game │ └── challenge_text.md ├── Challenge 0297 Hard - Parentheses trees │ └── challenge_text.md ├── Challenge 0298 Hard - Functional Maze solving │ └── challenge_text.md ├── Challenge 0299 Hard - Functional Graph solving │ └── challenge_text.md ├── Challenge 0300 Hard - Let's make some noise part 3 │ └── challenge_text.md ├── Challenge 0301 Hard - Guitar Tablature │ └── challenge_text.md ├── Challenge 0302 Hard - ASCII Histogram Maker Part 2 - The Proper Histogram │ └── challenge_text.md ├── Challenge 0303 Hard - Escaping a dangerous maze │ └── challenge_text.md ├── Challenge 0304 Hard - Generating a fractal using affine transformation │ └── challenge_text.md ├── Challenge 0305 Hard - Numbers for Sale │ └── challenge_text.md ├── Challenge 0306 Hard - Generate Strings to Match a Regular Expression │ └── challenge_text.md ├── Challenge 0308 Hard - Slider Game Puzzle │ └── challenge_text.md ├── Challenge 0309 Hard - Patterns overlap │ └── challenge_text.md ├── Challenge 0310 Hard - The Guards and the Mansion │ └── challenge_text.md ├── Challenge 0311 Hard - Procedural Dungeon Generation │ └── challenge_text.md ├── Challenge 0312 Hard - Text Summarizer │ └── challenge_text.md ├── Challenge 0313 Hard - Embedded word list │ └── challenge_text.md ├── Challenge 0314 Hard - Finding Point Nemo │ └── challenge_text.md ├── Challenge 0316 Hard - Longest Uncrossed Knight's Path │ └── challenge_text.md ├── Challenge 0317 Hard - Poker Odds │ └── challenge_text.md ├── Challenge 0318 Hard - Ladder Logic │ └── challenge_text.md ├── Challenge 0319 Hard - Worm Wars 2 - Network Epidemiology │ └── challenge_text.md ├── Challenge 0320 Hard - Path to Philosophy │ └── challenge_text.md ├── Challenge 0321 Hard - Circle Splitter │ └── challenge_text.md ├── Challenge 0322 Hard - Static HTTP Server │ └── challenge_text.md ├── Challenge 0323 Hard - Difference coverage │ └── challenge_text.md ├── Challenge 0325 Hard - Generating mazes │ └── challenge_text.md ├── Challenge 0326 Hard - Multifaceted alphabet blocks │ └── challenge_text.md ├── Challenge 0327 Hard - Calculating Costas Arrays │ └── challenge_text.md ├── Challenge 0328 Hard - Subset Sum Automata │ └── challenge_text.md ├── Challenge 0329 Hard - Implementing a Templating Engine │ └── challenge_text.md ├── Challenge 0330 Hard - Mini-Chess Positions │ └── challenge_text.md ├── Challenge 0331 Hard - Interactive Interpreter │ └── challenge_text.md ├── Challenge 0332 Hard - Skyscrapers and CEO's peculiar requirements │ └── challenge_text.md ├── Challenge 0333 Hard - Build a Web API-driven Data Site │ └── challenge_text.md ├── Challenge 0334 Hard - Dinosaurs │ └── challenge_text.md └── Challenge 0336 Hard - Van der Waerden numbers │ └── challenge_text.md ├── Intermediate Challenges ├── .DS_Store ├── Challenge 0002 Intermediate │ └── challenge_text.md ├── Challenge 0003 Intermediate │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ └── solution1.rb ├── Challenge 0004 Intermediate │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.java │ │ └── solution.py ├── Challenge 0005 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── solution.pl ├── Challenge 0006 Intermediate │ └── challenge_text.md ├── Challenge 0007 Intermediate │ └── challenge_text.md ├── Challenge 0008 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0009 Intermediate │ └── challenge_text.md ├── Challenge 0010 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── Solution.java ├── Challenge 0011 Intermediate │ ├── challenge.txt │ └── solutions │ │ └── solutions.java ├── Challenge 0012 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── solution.pl ├── Challenge 0013 Intermediate │ ├── challenge_text.md │ └── solutions │ │ ├── solution.cr │ │ ├── solution.exs │ │ ├── solution.java │ │ └── solution.rb ├── Challenge 0014 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0015 Intermediate │ └── challenge_text.md ├── Challenge 0016 Intermediate │ └── challenge_text.md ├── Challenge 0017 Intermediate │ └── challenge_text.md ├── Challenge 0019 Intermediate │ └── challenge_text.md ├── Challenge 0021 Intermediate │ └── challenge_text.md ├── Challenge 0022 Intermediate │ └── challenge_text.md ├── Challenge 0023 Intermediate │ └── solutions │ │ ├── solution.c │ │ └── solution.py ├── Challenge 0025 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0027 Intermediate │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.java │ │ └── solution.py ├── Challenge 0028 Intermediate │ └── challenge_text.md ├── Challenge 0030 Intermediate │ └── challenge_text.md ├── Challenge 0031 Intermediate │ └── challenge_text.md ├── Challenge 0032 Intermediate │ └── challenge_text.md ├── Challenge 0033 Intermediate │ └── challenge_text.md ├── Challenge 0034 Intermediate │ ├── Solutions │ │ └── solution.cpp │ └── challenge_text.md ├── Challenge 0035 Intermediate │ └── challenge_text.md ├── Challenge 0036 Intermediate │ └── challenge_text.md ├── Challenge 0037 Intermediate │ └── challenge_text.md ├── Challenge 0038 Intermediate │ └── challenge_text.md ├── Challenge 0039 Intermediate │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ ├── solution.java │ │ └── solution.py ├── Challenge 0041 Intermediate │ └── challenge_text.md ├── Challenge 0044 Intermediate │ └── challenge_text.md ├── Challenge 0045 Intermediate │ └── challenge_text.md ├── Challenge 0046 Intermediate │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0047 Intermediate │ └── challenge_text.md ├── Challenge 0049 Intermediate │ └── challenge_text.md ├── Challenge 0050 Intermediate │ ├── challenge_text.md │ └── solutions │ │ ├── solution.c │ │ └── solution.pl ├── Challenge 0051 Intermediate │ └── challenge_text.md ├── Challenge 0052 Intermediate │ └── challenge_text.md ├── Challenge 0053 Intermediate │ └── challenge_text.md ├── Challenge 0054 Intermediate │ └── challenge_text.md ├── Challenge 0055 Intermediate │ └── challenge_text.md ├── Challenge 0056 Intermediate │ └── challenge_text.md ├── Challenge 0057 Intermediate │ └── challenge_text.md ├── Challenge 0058 Intermediate │ └── challenge_text.md ├── Challenge 0059 Intermediate │ └── challenge_text.md ├── Challenge 0060 Intermediate │ └── challenge_text.md ├── Challenge 0061 Intermediate │ └── challenge_text.md ├── Challenge 0062 Intermediate │ └── challenge_text.md ├── Challenge 0063 Intermediate │ └── challenge_text.md ├── Challenge 0064 Intermediate │ └── challenge_text.md ├── Challenge 0065 Intermediate │ └── challenge_text.md ├── Challenge 0066 Intermediate │ └── challenge_text.md ├── Challenge 0067 Intermediate │ └── challenge_text.md ├── Challenge 0068 Intermediate │ └── challenge_text.md ├── Challenge 0069 Intermediate │ └── challenge_text.md ├── Challenge 0070 Intermediate │ └── challenge_text.md ├── Challenge 0071 Intermediate │ └── challenge_text.md ├── Challenge 0072 Intermediate │ └── challenge_text.md ├── Challenge 0074 Intermediate │ └── challenge_text.md ├── Challenge 0075 Intermediate - (Build System) │ └── challenge_text.md ├── Challenge 0077 Intermediate - (Last digit of factorial) │ └── challenge_text.md ├── Challenge 0078 Intermediate - (Dependency Planner) │ └── challenge_text.md ├── Challenge 0080 Intermediate - (Poker hands) │ └── challenge_text.md ├── Challenge 0081 Intermediate - (Local Minimization) │ └── challenge_text.md ├── Challenge 0083 Intermediate - (Indexed file search) │ └── challenge_text.md ├── Challenge 0084 Intermediate - (Recursive Song) │ └── challenge_text.md ├── Challenge 0086 Intermediate - (Weekday calculations) │ └── challenge_text.md ├── Challenge 0088 Intermediate - (Printing out a calendar) │ └── challenge_text.md ├── Challenge 0089 Intermediate - Printing strings in Brainfuck │ └── challenge_text.md ├── Challenge 0090 Intermediate - (Scientific Units Calculator) │ └── challenge_text.md ├── Challenge 0092 Intermediate - (Rubik's cube simulator) │ └── challenge_text.md ├── Challenge 0093 Intermediate - (Z-Order Encryption) │ └── challenge_text.md ├── Challenge 0095 Intermediate - (Filler text) │ └── challenge_text.md ├── Challenge 0096 Intermediate - (Parsing English Values) │ └── challenge_text.md ├── Challenge 0099 Intermediate - (Unemployment map of the United States) │ └── challenge_text.md ├── Challenge 0100 Intermediate - (Bad Word Filter) │ └── challenge_text.md ├── Challenge 0101 Intermediate - (Image Stenography) │ └── challenge_text.md ├── Challenge 0104 Intermediate - (Bracket Racket) │ └── challenge_text.md ├── Challenge 0105 Intermediate - Boolean logic calculator │ └── challenge_text.md ├── Challenge 0106 Intermediate - (Jugs) │ └── challenge_text.md ├── Challenge 0108 Intermediate - (Minesweeper Generation) │ └── challenge_text.md ├── Challenge 0110 Intermediate - Creepy Crawlies │ └── challenge_text.md ├── Challenge 0111 Intermediate - The First Sudoku │ └── challenge_text.md ├── Challenge 0112 Intermediate - Sorting │ ├── challenge_text.md │ └── solutions │ │ └── solution.pl ├── Challenge 0113 Intermediate - Text Markup │ └── challenge_text.md ├── Challenge 0114 Intermediate - Shortest word ladder │ └── challenge_text.md ├── Challenge 0115 Intermediate - Sum-Pairings │ └── challenge_text.md ├── Challenge 0117 Intermediate - Mayan Long Count │ └── challenge_text.md ├── Challenge 0117 Intermediate - Sort r │ └── DailyProgrammer! │ │ └── challenge_text.md ├── Challenge 0118 Intermediate - Canon Timing │ └── challenge_text.md ├── Challenge 0119 Intermediate - Find the shortest path │ ├── challenge_text.md │ └── solutions │ │ └── solution.cpp ├── Challenge 0120 Intermediate - Base Conversion Words │ └── challenge_text.md ├── Challenge 0121 Intermediate - Bytelandian Exchange 2 │ └── challenge_text.md ├── Challenge 0121 Intermediate - Path to Philosophy │ └── challenge_text.md ├── Challenge 0122 Intermediate - User-Space Threading │ └── challenge_text.md ├── Challenge 0123 Intermediate - Synchronizing Calendars │ └── challenge_text.md ├── Challenge 0124 Intermediate - Circular Graphs │ └── challenge_text.md ├── Challenge 0125 Intermediate - Halt! It's simulation time! │ └── challenge_text.md ├── Challenge 0126 Intermediate - Perfect P'th Powers │ └── challenge_text.md ├── Challenge 0127 Intermediate - Call Forwarding │ └── challenge_text.md ├── Challenge 0128 Intermediate - Covering Potholes │ └── challenge_text.md ├── Challenge 0129 Intermediate - N-Dimensional Vectors │ └── challenge_text.md ├── Challenge 0130 Intermediate - Foot-Traffic Generator │ └── challenge_text.md ├── Challenge 0131 Intermediate - Simple Ray-Casting │ └── challenge_text.md ├── Challenge 0132 Intermediate - Tiny Assembler │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0133 Intermediate - Chain Reaction │ └── challenge_text.md ├── Challenge 0135 Intermediate - De Morgan's Law │ └── challenge_text.md ├── Challenge 0136 Intermediate - Ranked Voting System │ └── challenge_text.md ├── Challenge 0138 Intermediate - Overlapping Circles │ └── challenge_text.md ├── Challenge 0139 Intermediate - Telephone Keypads │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0140 Intermediate - Adjacency Matrix │ └── challenge_text.md ├── Challenge 0140 Intermediate - Graph Radius │ └── challenge_text.md ├── Challenge 0150 Intermediate - Re-emvoweler 1 │ └── challenge_text.md ├── Challenge 0154 Intermediate - Gorellian Alphabet Sort │ └── challenge_text.md ├── Challenge 0155 Intermediate - We're about to score! │ └── challenge_text.md ├── Challenge 0156 Intermediate - Managing Workers │ └── challenge_text.md ├── Challenge 0157 Intermediate - Puzzle Cube Simulator │ └── challenge_text.md ├── Challenge 0158 Intermediate - Part 1 - The ASCII Architect │ └── challenge_text.md ├── Challenge 0159 Intermediate - Rock Paper Scissors Lizard Spock - Part 2 Enhancement │ └── challenge_text.md ├── Challenge 0161 Intermediate - Appointing Workers │ └── challenge_text.md ├── Challenge 0162 Intermediate - Novel Compression, pt. 2 - Compressing the Data │ └── challenge_text.md ├── Challenge 0163 Intermediate - Fallout's Hacking Game │ └── challenge_text.md ├── Challenge 0164 Intermediate - Part 3 - Protect The Bunkers │ └── challenge_text.md ├── Challenge 0165 Intermediate - ASCII Maze Master │ └── challenge_text.md ├── Challenge 0166b Intermediate - Prime Factor Trees │ └── challenge_text.md ├── Challenge 0168 Intermediate - Block Count, Length & Area │ └── challenge_text.md ├── Challenge 0169 Intermediate - Home-row Spell Check │ └── challenge_text.md ├── Challenge 0170 Intermediate - Rummy Checker │ └── challenge_text.md ├── Challenge 0171 Intermediate - Zoom, Rotate, Invert Hex Picture │ └── challenge_text.md ├── Challenge 0172 Intermediate - BREACH! │ └── challenge_text.md ├── Challenge 0172 Intermediate - Image Rendering 101...010101000101 │ └── challenge_text.md ├── Challenge 0173 Intermediate - Advanced Langton's Ant │ └── challenge_text.md ├── Challenge 0174 Intermediate - Forum Avatar Generator │ └── challenge_text.md ├── Challenge 0175 Intermediate - Largest Word from Characters │ └── challenge_text.md ├── Challenge 0177 Intermediate - .- ..- -.. .. --- │ └── challenge_text.md ├── Challenge 0178 Intermediate - Jumping through Hyperspace ain't like dusting Crops │ └── challenge_text.md ├── Challenge 0179 Intermediate - Roguelike - The traveller Game │ └── challenge_text.md ├── Challenge 0180 Intermediate - Tamagotchi emulator │ └── challenge_text.md ├── Challenge 0181 Intermediate - Average Speed Cameras │ └── challenge_text.md ├── Challenge 0182 Intermediate - The Data Collator from Jamaica │ └── challenge_text.md ├── Challenge 0183 Intermediate - Edge Matching Tile Puzzle │ └── challenge_text.md ├── Challenge 0184 Intermediate - Radioactive Decay │ └── challenge_text.md ├── Challenge 0185 Intermediate - Syntax Highlighting │ └── challenge_text.md ├── Challenge 0186 Intermediate - Syzygyfication │ └── challenge_text.md ├── Challenge 0187 Intermediate - Finding Time to Reddit │ └── challenge_text.md ├── Challenge 0188 Intermediate - Box Plot Generator │ └── challenge_text.md ├── Challenge 0189 Intermediate - Roman Numeral Conversion │ └── challenge_text.md ├── Challenge 0190 Intermediate - Words inside of words │ └── challenge_text.md ├── Challenge 0192 Intermediate - Markov Chain Error Detection │ └── challenge_text.md ├── Challenge 0193 Intermediate - 50,000 Subscriber │ └── challenge_text.md ├── Challenge 0195 Intermediate - Math Dice │ └── challenge_text.md ├── Challenge 0196 Intermediate - Rail Fence Cipher │ └── challenge_text.md ├── Challenge 0197 Intermediate - Food Delivery Problem │ └── challenge_text.md ├── Challenge 0198 Intermediate - Base-Negative Numbers │ └── challenge_text.md ├── Challenge 0200 Intermediate - Metro Tile Meltdown │ └── challenge_text.md ├── Challenge 0202 Intermediate - Easter │ └── challenge_text.md ├── Challenge 0204 Intermediate - It's like regular binary, only way more hype! │ └── challenge_text.md ├── Challenge 0205 Intermediate - RPN │ └── challenge_text.md ├── Challenge 0206 Intermediate - Maximizing Crop Irrigation │ └── challenge_text.md ├── Challenge 0207 Intermediate - Bioinformatics 2 - DNA Restriction Enzymes │ └── challenge_text.md ├── Challenge 0208 Intermediate - ASCII Gradient Generator │ └── challenge_text.md ├── Challenge 0209 Intermediate - Packing a Sentence in a Box │ └── challenge_text.md ├── Challenge 0210 Intermediate - Drawing a gradient │ └── challenge_text.md ├── Challenge 0211 Intermediate - Ogre Maze │ └── challenge_text.md ├── Challenge 0212 Intermediate - Animal Guess Game │ └── challenge_text.md ├── Challenge 0213 Intermediate - The Lazy Typist │ └── challenge_text.md ├── Challenge 0214 Intermediate - Pile of Paper │ └── challenge_text.md ├── Challenge 0215 Intermediate - Validating sorting networks │ └── challenge_text.md ├── Challenge 0216 Intermediate - Texas Hold 'Em 2 of 3 - Winning Hand & Know when to fold 'em │ └── challenge_text.md ├── Challenge 0217 Intermediate - Space Code Breaking │ └── challenge_text.md ├── Challenge 0218 Intermediate - Generating Polyominoes │ └── challenge_text.md ├── Challenge 0219 Intermediate - To-do list (Part 2) │ ├── challenge_text.md │ └── solutions │ │ └── solution.c ├── Challenge 0220 Intermediate - It's Go time! │ └── challenge_text.md ├── Challenge 0221 Intermediate - Unravelling a word snake │ └── challenge_text.md ├── Challenge 0222 Intermediate - Simple Stream Cipher │ └── challenge_text.md ├── Challenge 0223 Intermediate - Eel of Fortune │ └── challenge_text.md ├── Challenge 0224 Intermediate - Detecting Four Sided Figures │ └── challenge_text.md ├── Challenge 0225 Intermediate - Diagonal Maze │ └── challenge_text.md ├── Challenge 0225 Intermediate - Estimating pi from images of circles │ └── challenge_text.md ├── Challenge 0226 Intermediate - Connect Four │ └── challenge_text.md ├── Challenge 0227 Intermediate - Contiguous chains │ └── challenge_text.md ├── Challenge 0228 Intermediate - Use a Web Service to Find Bitcoin Prices │ └── challenge_text.md ├── Challenge 0229 Intermediate - Reverse Fizz Buzz │ └── challenge_text.md ├── Challenge 0230 Intermediate - Word Compactification │ └── challenge_text.md ├── Challenge 0231 Intermediate - Set Game Solver │ └── challenge_text.md ├── Challenge 0232 Intermediate - Where Should Grandma's House Go │ └── challenge_text.md ├── Challenge 0233 Intermediate - Game of Text Life │ └── challenge_text.md ├── Challenge 0234 Intermediate - Red Squiggles │ └── challenge_text.md ├── Challenge 0235 Intermediate - Scoring a Bowling Game │ └── challenge_text.md ├── Challenge 0236 Intermediate - Fibonacci-ish Sequence │ └── challenge_text.md ├── Challenge 0237 Intermediate - Heighmap of Boxes │ └── challenge_text.md ├── Challenge 0238 Intermediate - Fallout Hacking Game │ └── challenge_text.md ├── Challenge 0239 Intermediate - A Zero-Sum Game of Threes │ └── challenge_text.md ├── Challenge 0240 Intermediate - Economic │ └── Social modeling and queries │ │ └── challenge_text.md ├── Challenge 0241 Intermediate - ascii Bitmap Chess │ └── challenge_text.md ├── Challenge 0242 Intermediate - VHS recording problem │ └── challenge_text.md ├── Challenge 0243 Intermediate - Jenny's Fruit Basket │ └── challenge_text.md ├── Challenge 0244 Intermediate - Higher order functions Array language (part 2) │ └── challenge_text.md ├── Challenge 0244 Intermediate - Turn any language into an Array language (part 1) │ └── challenge_text.md ├── Challenge 0245 Intermediate - Ggggggg gggg Ggggg-ggggg! │ ├── challenge_text.md │ └── solutions │ │ └── solution.py ├── Challenge 0246 Intermediate - Letter Splits │ └── challenge_text.md ├── Challenge 0247 Intermediate - Moving (diagonally) Up in Life │ └── challenge_text.md ├── Challenge 0248 Intermediate - A Measure of Edginess │ └── challenge_text.md ├── Challenge 0249 Intermediate - Hello World Genetic or Evolutionary Algorithm │ └── challenge_text.md ├── Challenge 0250 Intermediate - Self-descriptive numbers │ └── challenge_text.md ├── Challenge 0252 Intermediate - A by Fogcreek - Find the hidden string │ └── challenge_text.md ├── Challenge 0253 Intermediate - Countdown (numbers game) │ └── challenge_text.md ├── Challenge 0254 Intermediate - Finding Legal Reversi Moves │ └── challenge_text.md ├── Challenge 0255 Intermediate - Ambiguous Bases │ └── challenge_text.md ├── Challenge 0256 Intermediate - Guess my hat color │ └── challenge_text.md ├── Challenge 0257 Intermediate - Word Squares Part 1 │ └── challenge_text.md ├── Challenge 0258 Intermediate - IRC - Responding to commands │ └── challenge_text.md ├── Challenge 0259 Intermediate - Mahjong Hands │ └── challenge_text.md ├── Challenge 0260 Intermediate - Diagonal collision │ └── challenge_text.md ├── Challenge 0261 Intermediate - rearranged magic squares │ └── challenge_text.md ├── Challenge 0262 Intermediate - Base 64 compression │ └── challenge_text.md ├── Challenge 0263 Intermediate - Help Eminem win his rap battle! │ └── challenge_text.md ├── Challenge 0264 Intermediate - Gossiping bus drivers │ └── challenge_text.md ├── Challenge 0266 Intermediate - Graph Radius and Diameter │ └── challenge_text.md ├── Challenge 0267 Intermediate - Vive la résistance! │ └── challenge_text.md ├── Challenge 0268 Intermediate - Network and Cards Part 2, The cards │ └── challenge_text.md ├── Challenge 0269 Intermediate - Mirror encryption │ └── challenge_text.md ├── Challenge 0270 Intermediate - Generating Text with Markov Processes │ └── challenge_text.md ├── Challenge 0271 Intermediate - Making Waves │ └── challenge_text.md ├── Challenge 0272 Intermediate - Dither that image │ └── challenge_text.md ├── Challenge 0273 Intermediate - Twist up a message │ └── challenge_text.md ├── Challenge 0274 Intermediate - Calculating De Bruijn sequences │ └── challenge_text.md ├── Challenge 0275 Intermediate - Splurthian Chemistry 102 │ └── challenge_text.md ├── Challenge 0276 Intermediate - Key function │ └── challenge_text.md ├── Challenge 0277 Intermediate - Fake coins │ └── challenge_text.md ├── Challenge 0279 Intermediate - Text Reflow │ └── challenge_text.md ├── Challenge 0280 Intermediate - Anagram Maker │ └── challenge_text.md ├── Challenge 0281 Intermediate - Dank usernames │ └── challenge_text.md ├── Challenge 0282 Intermediate - The final Quixo move │ └── challenge_text.md ├── Challenge 0284 Intermediate - Punch Card Creator │ └── challenge_text.md ├── Challenge 0285 Intermediate - Cross PlatformLanguage Data Encoding part 2 │ └── challenge_text.md ├── Challenge 0286 Intermediate - Zeckendorf Representations of Positive Integers │ └── challenge_text.md ├── Challenge 0287 Intermediate - Mathagrams │ └── challenge_text.md ├── Challenge 0288 Intermediate - Stars and Stripes and Vertices │ └── challenge_text.md ├── Challenge 0289 Intermediate - Metro trip planner │ └── challenge_text.md ├── Challenge 0290 Intermediate - Blinking LEDs │ └── challenge_text.md ├── Challenge 0291 Intermediate - Reverse Polish Notation Calculator │ └── challenge_text.md ├── Challenge 0293 Intermediate - Defusing the second bomb │ └── challenge_text.md ├── Challenge 0294 Intermediate - Rack management 2 │ └── challenge_text.md ├── Challenge 0295 Intermediate - Seperated Spouses │ └── challenge_text.md ├── Challenge 0296 Intermediate - Intersecting Area Of Overlapping Rectangles │ └── challenge_text.md ├── Challenge 0298 Intermediate - Too many or too few Parentheses │ └── challenge_text.md ├── Challenge 0299 Intermediate - From Maze to graph │ └── challenge_text.md ├── Challenge 0302 Intermediate - ASCII Histogram Maker Part 1 - The Simple Bar Chart │ └── challenge_text.md ├── Challenge 0304 Intermediate - Horse Race Sorting │ └── challenge_text.md ├── Challenge 0305 Intermediate - The Best Conjunction │ └── challenge_text.md ├── Challenge 0306 Intermediate - Gray Code │ └── challenge_text.md ├── Challenge 0307 Intermediate - Scrabble problem │ └── challenge_text.md ├── Challenge 0309 Intermediate - SequentialFinite state machines │ └── challenge_text.md ├── Challenge 0310 Intermediate - Simplifying square roots │ └── challenge_text.md ├── Challenge 0311 Intermediate - IPv4 Subnet Calculator │ └── challenge_text.md ├── Challenge 0312 Intermediate - Next largest number │ └── challenge_text.md ├── Challenge 0313 Intermediate - PGM image manipulation │ └── challenge_text.md ├── Challenge 0314 Intermediate - Comparing Rotated Words │ └── challenge_text.md ├── Challenge 0315 Intermediate - Game of life that has a twist │ └── challenge_text.md ├── Challenge 0316 Intermediate - Sydney tourist shopping cart │ └── challenge_text.md ├── Challenge 0317 Intermediate - Counting Elements │ └── challenge_text.md ├── Challenge 0318 Intermediate - 2020 - NBA Revolution │ └── challenge_text.md ├── Challenge 0319 Intermediate - Worm Wars 1 - Basic Epidemiology │ └── challenge_text.md ├── Challenge 0320 Intermediate - War (card game) │ └── challenge_text.md ├── Challenge 0321 Intermediate - Affine Cipher Solver │ └── challenge_text.md ├── Challenge 0322 Intermediate - Largest Palindrome │ └── challenge_text.md ├── Challenge 0323 Intermediate - Parsing Postal Addresses │ └── challenge_text.md ├── Challenge 0325 Intermediate - Arrow maze │ └── challenge_text.md ├── Challenge 0326 Intermediate - Scrabble in Reverse │ └── challenge_text.md ├── Challenge 0328 Intermediate - Pyramid sliding │ └── challenge_text.md ├── Challenge 0329 Intermediate - Solve the Water Bucket Riddle │ └── challenge_text.md ├── Challenge 0330 Intermediate - Check Writer │ └── challenge_text.md ├── Challenge 0331 Intermediate - Sum of digits of x raised to n │ └── challenge_text.md ├── Challenge 0332 Intermediate - Training for Summiting Everest │ └── challenge_text.md ├── Challenge 0333 Intermediate - Beer Street and Gin Lane │ └── challenge_text.md ├── Challenge 0334 Intermediate - Carpet Fractals │ └── challenge_text.md ├── Challenge 0335 Intermediate - Scoring a Cribbage Hand │ └── challenge_text.md └── Challenge 0336 Intermediate - Repetitive Rubik's Cube │ └── challenge_text.md ├── LICENSE ├── README.md ├── etc ├── praw.ini.example └── requirements.txt ├── post-challenges.py └── transform.py /.gitignore: -------------------------------------------------------------------------------- 1 | dpc.log 2 | *.swp 3 | .DS_Store 4 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/Solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/Solution1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/Solution1.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/Solution2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/Solution2.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.d -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.lisp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.m -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.rb -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.rs -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution.tcl -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution1.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution1.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution3.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0001 Easy/solutions/solution3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0001 Easy/solutions/solution3.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/Solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/Solution2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/Solution2.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution.m -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution.tcl -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution1.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution2.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0002 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0002 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution.m -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution1.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution2.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0003 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0003 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/Solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/Solution3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/Solution3.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution.m -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution1.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0004 Easy/solutions/solution2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0004 Easy/solutions/solution2.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/access.txt: -------------------------------------------------------------------------------- 1 | daniel 2 | qwerty 3 | -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/solution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/solutions/solution.m -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0005 Easy/solutions/solution3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0005 Easy/solutions/solution3.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0006 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0006 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0006 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0006 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0007 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0007 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0007 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0007 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0007 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0007 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0008 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0008 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0008 Easy/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0008 Easy/solutions/Solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0008 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0008 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0008 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0008 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0008 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0008 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0008 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0008 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0009 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0009 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0009 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0009 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0009 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0009 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0009 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0009 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0009 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0009 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0010 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0010 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0010 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0010 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0010 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0010 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0010 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0010 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0011 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0011 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0011 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0011 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0011 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0011 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0011 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0011 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0012 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0012 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0012 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0012 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0012 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0012 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0013 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0013 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0013 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0013 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0014 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0014 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0014 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0014 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0014 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0014 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0015 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0015 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0016 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0016 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0016 Easy/solutions/Solution1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0016 Easy/solutions/Solution1.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0016 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0016 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0016 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0016 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0016 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0016 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0016 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0016 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/solutions/Solution1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/solutions/Solution1.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0017 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0017 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0018 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0018 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0018 Easy/solutions/multi_key_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0018 Easy/solutions/multi_key_dict.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0018 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0018 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0018 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0018 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0018 Easy/solutions/solution2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0018 Easy/solutions/solution2.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0018 Easy/solutions/solution3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0018 Easy/solutions/solution3.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0019 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0019 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0020 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0020 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0020 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0020 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0020 Easy/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0020 Easy/solutions/solution.cpp -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0020 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0020 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0020 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0020 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0021 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0021 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0021 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0021 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0022 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0022 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0022 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0022 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0022 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0022 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0022 Easy/solutions/uthash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0022 Easy/solutions/uthash.h -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0023 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0023 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0023 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0023 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0023 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0023 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0025 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0025 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0025 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0025 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0026 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0026 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0026 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0026 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0026 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0026 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0026 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0026 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0027 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0027 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0027 Easy/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0027 Easy/solutions/Solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0027 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0027 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0027 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0027 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0028 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0028 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0028 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0028 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0029 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0029 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0029 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0029 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0030 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0030 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0030 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0030 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0030 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0030 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0030 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0030 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0031 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0031 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0031 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0031 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0032 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0032 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0033 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0033 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0033 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0033 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0034 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0034 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0034 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0034 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0035 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0035 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0035 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0035 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0035 Easy/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0035 Easy/solutions/solution.pl -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0036 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0036 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0036 Easy/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0036 Easy/solutions/Solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0036 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0036 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0036 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0036 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0037 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0037 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0037 Easy/solutions/solution.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0037 Easy/solutions/solution.exs -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0037 Easy/solutions/solution.rb: -------------------------------------------------------------------------------- 1 | puts File.readlines(ARGV[0]).length 2 | -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0038 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0038 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.R -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.exs -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.rb -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0039 Easy/solutions/solution.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0039 Easy/solutions/solution.rs -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0040 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0040 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0040 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0040 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0040 Easy/solutions/solution.exs: -------------------------------------------------------------------------------- 1 | # Not very sporting, but... 2 | Enum.each(1..1000, &IO.puts/1) 3 | -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0040 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0040 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0040 Easy/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0040 Easy/solutions/solution.pl -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0041 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0041 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0041 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0041 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0042 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0042 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0044 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0044 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0044 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0044 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0045 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0045 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0045 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0045 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0046 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0046 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0046 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0046 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0047 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0047 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0047 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0047 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0048 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0048 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0048 Easy/solution/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0048 Easy/solution/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0049 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0049 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0049 Easy/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0049 Easy/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0050 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0050 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0051 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0051 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0051 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0051 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0052 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0052 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0052 Easy/solutions/solution.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0052 Easy/solutions/solution.R -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0053 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0053 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0053 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0053 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0054 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0054 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0054 Easy/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0054 Easy/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0055 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0055 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0056 Easy/Challenge 0056 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0056 Easy/Challenge 0056 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0056 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0056 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0057 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0057 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0058 Easy/solutions/solution.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0058 Easy/solutions/solution.rs -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0059 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0059 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0060 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0060 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0060 Easy/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0060 Easy/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0061 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0061 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0062 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0062 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0063 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0063 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0063 Easy/solution/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0063 Easy/solution/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0064 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0064 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0065 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0065 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0066 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0066 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0067 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0067 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0068 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0068 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0069 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0069 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0069 Easy/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0069 Easy/solutions/solution.java -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0070 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0070 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0071 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0071 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0072 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0072 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0074 Easy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0074 Easy/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0079 Easy - Counting in steps/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0079 Easy - Counting in steps/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0080 Easy - Anagrams/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0080 Easy - Anagrams/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0081 Easy - Numerical Calculus I/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0081 Easy - Numerical Calculus I/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0086 Easy - Run-length encoding/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0086 Easy - Run-length encoding/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0086 Easy - Run-length encoding/solutions/solution.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0086 Easy - Run-length encoding/solutions/solution.d -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0088 Easy - Vigenère cipher/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0088 Easy - Vigenère cipher/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0090 Easy - Walkaround Rasterizer/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0090 Easy - Walkaround Rasterizer/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0092 Easy - Digital number display/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0092 Easy - Digital number display/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0095 Easy - Reversing text in file/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0095 Easy - Reversing text in file/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0096 Easy - Controller Chains/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0096 Easy - Controller Chains/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0100 Easy - Sleep Cycle Estimator/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0100 Easy - Sleep Cycle Estimator/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0104 Easy - Powerplant Simulation/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0104 Easy - Powerplant Simulation/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0106 Easy - Random Talker, Part 1/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0106 Easy - Random Talker, Part 1/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0109 Easy - Digits Check/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0109 Easy - Digits Check/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0110 Easy - Keyboard Shift/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0110 Easy - Keyboard Shift/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0111 Easy - Star delete/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0111 Easy - Star delete/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0112 Easy - Get that URL!/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0112 Easy - Get that URL!/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0113 Easy - String-type checking/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0113 Easy - String-type checking/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0114 Easy - Word ladder steps/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0114 Easy - Word ladder steps/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0117 Easy - Hexdump to ASCII/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0117 Easy - Hexdump to ASCII/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0118 Easy - Date Localization/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0118 Easy - Date Localization/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0119 Easy - Change Calculator/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0119 Easy - Change Calculator/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0122 Easy - Sum Them Digits/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0122 Easy - Sum Them Digits/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0122 Easy - Sum Them Digits/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0122 Easy - Sum Them Digits/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0123 Easy - New-Line Troubles/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0123 Easy - New-Line Troubles/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0123 Easy - Sum Them Digits/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0123 Easy - Sum Them Digits/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0124 Easy - Edge Sorting/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0124 Easy - Edge Sorting/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0124 Easy - New-Line Troubles/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0124 Easy - New-Line Troubles/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0125 Easy - Word Analytics/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0125 Easy - Word Analytics/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0127 Easy - McCarthy 91 Function/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0127 Easy - McCarthy 91 Function/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0130 Easy - Roll the Dies/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0130 Easy - Roll the Dies/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0131 Easy - Who tests the tests/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0131 Easy - Who tests the tests/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0134 Easy - N-Divisible Digits/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0134 Easy - N-Divisible Digits/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0135 Easy - Arithmetic Equations/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0135 Easy - Arithmetic Equations/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0136 Easy - Student Management/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0136 Easy - Student Management/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0137 Easy - String Transposition/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0137 Easy - String Transposition/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0138 Easy - Repulsion-Force/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0138 Easy - Repulsion-Force/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0139 Easy - Pangrams/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0139 Easy - Pangrams/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0140 Easy - Variable Notation/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0140 Easy - Variable Notation/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0141 Easy - Checksums/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0141 Easy - Checksums/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0142 Easy - Falling Sand/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0142 Easy - Falling Sand/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0143 Easy - Braille/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0143 Easy - Braille/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0144 Easy - Nuts & Bolts/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0144 Easy - Nuts & Bolts/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0145 Easy - Tree Generation/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0145 Easy - Tree Generation/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0146 Easy - Polygon Perimeter/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0146 Easy - Polygon Perimeter/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0147 Easy - Sport Points/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0147 Easy - Sport Points/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0147 Easy - Sport Points/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0147 Easy - Sport Points/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0148 Easy - Combination Lock/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0148 Easy - Combination Lock/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0149 Easy - Disemvoweler/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0149 Easy - Disemvoweler/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0149 Easy - Disemvoweler/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0149 Easy - Disemvoweler/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0153 Easy - Pascal's Pyramid/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0153 Easy - Pascal's Pyramid/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0156 Easy - Simple Decoder/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0156 Easy - Simple Decoder/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0156 Easy - Simple Decoder/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0156 Easy - Simple Decoder/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0158 Easy - The Torn Number/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0158 Easy - The Torn Number/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0158 Easy - The Torn Number/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0158 Easy - The Torn Number/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0161 Easy - Blackjack!/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0161 Easy - Blackjack!/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0165 Easy - ASCII Game of Life/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0165 Easy - ASCII Game of Life/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0166 Easy - ASCII Fractal Curves/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0166 Easy - ASCII Fractal Curves/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0168 Easy - String Index/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0168 Easy - String Index/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0168 Easy - String Index/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0168 Easy - String Index/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0170 Easy - Blackjack Checker/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0170 Easy - Blackjack Checker/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0171 Easy - Hex to 8x8 Bitmap/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0171 Easy - Hex to 8x8 Bitmap/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0173 Easy - Unit Calculator/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0173 Easy - Unit Calculator/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0174 Easy - Thue-Morse Sequences/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0174 Easy - Thue-Morse Sequences/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0175 Easy - Bogo!/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0175 Easy - Bogo!/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0175 Easy - Bogo!/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0175 Easy - Bogo!/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0176 Easy - Pivot Table/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0176 Easy - Pivot Table/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0177 Easy - Quicksort/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0177 Easy - Quicksort/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0177 Easy - Quicksort/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0177 Easy - Quicksort/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0180 Easy - Look'n'Say/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0180 Easy - Look'n'Say/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0181 Easy - Basic Equations/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0181 Easy - Basic Equations/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0182 Easy - The Column Conundrum/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0182 Easy - The Column Conundrum/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0184 Easy - Smart Stack List/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0184 Easy - Smart Stack List/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0186 Easy - Admin Schmadmin/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0186 Easy - Admin Schmadmin/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0187 Easy - A Flagon of Flags/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0187 Easy - A Flagon of Flags/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0188 Easy - yyyy-mm-dd/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0188 Easy - yyyy-mm-dd/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0189 Easy - Hangman!/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0189 Easy - Hangman!/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0191 Easy - Word Counting/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0191 Easy - Word Counting/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0192 Easy - Carry Adding/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0192 Easy - Carry Adding/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0193 Easy - Acronym Expander/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0193 Easy - Acronym Expander/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0194 Easy - Destringification/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0194 Easy - Destringification/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0197 Easy - ISBN Validator/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0197 Easy - ISBN Validator/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0197 Easy - ISBN Validator/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0197 Easy - ISBN Validator/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0198 Easy - Words with Enemies/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0198 Easy - Words with Enemies/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0200 Easy - Flood-Fill/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0200 Easy - Flood-Fill/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0205 Easy - Friendly Date Ranges/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0205 Easy - Friendly Date Ranges/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0208 Easy - Culling Numbers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0208 Easy - Culling Numbers/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0208 Easy - Culling Numbers/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0208 Easy - Culling Numbers/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0208 Easy - Culling Numbers/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0208 Easy - Culling Numbers/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0210 Easy - intHarmony.com/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0210 Easy - intHarmony.com/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0211 Easy - The Name Game/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0211 Easy - The Name Game/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0212 Easy - Rövarspråket/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0212 Easy - Rövarspråket/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0213 Easy - Pronouncing Hex/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0213 Easy - Pronouncing Hex/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0215 Easy - Sad Cycles/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0215 Easy - Sad Cycles/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0219 Easy - To-do list (Part 1)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0219 Easy - To-do list (Part 1)/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0220 Easy - Mangling sentences/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0220 Easy - Mangling sentences/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0221 Easy - Word snake/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0221 Easy - Word snake/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0222 Easy - Balancing Words/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0222 Easy - Balancing Words/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0223 Easy - Garland words/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0223 Easy - Garland words/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0224 Easy - Shuffling a List/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0224 Easy - Shuffling a List/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0226 Easy - Adding fractions/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0226 Easy - Adding fractions/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0227 Easy - Square Spirals/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0227 Easy - Square Spirals/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0229 Easy - The Dottie Number/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0229 Easy - The Dottie Number/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0230 Easy - JSON treasure hunt/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0230 Easy - JSON treasure hunt/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0232 Easy - Palindromes/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0232 Easy - Palindromes/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0234 Easy - Vampire Numbers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0234 Easy - Vampire Numbers/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0235 Easy - Ruth-Aaron Pairs/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0235 Easy - Ruth-Aaron Pairs/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0236 Easy - Random Bag System/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0236 Easy - Random Bag System/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0237 Easy - Broken Keyboard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0237 Easy - Broken Keyboard/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0239 Easy - A Game of Threes/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0239 Easy - A Game of Threes/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0239 Easy - A Game of Threes/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0239 Easy - A Game of Threes/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0239 Easy - A Game of Threes/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0239 Easy - A Game of Threes/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0239 Easy - A Game of Threes/solutions/solution.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0239 Easy - A Game of Threes/solutions/solution.rs -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0240 Easy - Typoglycemia/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0240 Easy - Typoglycemia/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0241 Easy - Unicode Chess/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0241 Easy - Unicode Chess/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0242 Easy - Funny plant/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0242 Easy - Funny plant/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0245 Easy - Date Dilemma/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0245 Easy - Date Dilemma/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0246 Easy - X-mass lights/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0246 Easy - X-mass lights/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0247 Easy - Secret Santa/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0247 Easy - Secret Santa/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0254 Easy - Atbash Cipher/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0254 Easy - Atbash Cipher/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0254 Easy - Atbash Cipher/solutions/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0254 Easy - Atbash Cipher/solutions/solution.js -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0260 Easy - Garage Door Opener/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0260 Easy - Garage Door Opener/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0262 Easy - MaybeNumeric/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0262 Easy - MaybeNumeric/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0264 Easy - Sort my code/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0264 Easy - Sort my code/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0269 Easy - BASIC Formatting/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0269 Easy - BASIC Formatting/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0271 Easy - Critical Hit/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0271 Easy - Critical Hit/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0271 Easy - Critical Hit/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0271 Easy - Critical Hit/solutions/solution.c -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0272 Easy - What's in the bag/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0272 Easy - What's in the bag/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0273 Easy - Getting a degree/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0273 Easy - Getting a degree/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0276 Easy - Recktangles/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0276 Easy - Recktangles/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0276 Easy - Recktangles/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0276 Easy - Recktangles/solutions/solution.py -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0278 Easy - Weave insert Part 1/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0278 Easy - Weave insert Part 1/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0279 Easy - Uuencoding/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0279 Easy - Uuencoding/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0280 Easy - 0 to 100, Real Quick/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0280 Easy - 0 to 100, Real Quick/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0282 Easy - Unusual Bases/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0282 Easy - Unusual Bases/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0283 Easy - Anagram Detector/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0283 Easy - Anagram Detector/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0284 Easy - Wandering Fingers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0284 Easy - Wandering Fingers/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0286 Easy - Reverse Factorial/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0286 Easy - Reverse Factorial/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0287 Easy - Kaprekar's Routine/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0287 Easy - Kaprekar's Routine/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0290 Easy - Kaprekar Numbers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0290 Easy - Kaprekar Numbers/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0293 Easy - Defusing the bomb/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0293 Easy - Defusing the bomb/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0294 Easy - Rack management 1/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0294 Easy - Rack management 1/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0295 Easy - Letter by letter/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0295 Easy - Letter by letter/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0298 Easy - Too many Parentheses/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0298 Easy - Too many Parentheses/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0301 Easy - Looking for patterns/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0301 Easy - Looking for patterns/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0303 Easy - Ricochet/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0303 Easy - Ricochet/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0304 Easy - Little Accountant/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0304 Easy - Little Accountant/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0305 Easy - Permutation base/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0305 Easy - Permutation base/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0307 Easy - base 255 part1/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0307 Easy - base 255 part1/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0308 Easy - Let it burn/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0308 Easy - Let it burn/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0310 Easy - Kids Lotto/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0310 Easy - Kids Lotto/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0311 Easy - Jolly Jumper/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0311 Easy - Jolly Jumper/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0312 Easy - L33tspeak Translator/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0312 Easy - L33tspeak Translator/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0313 Easy - Subset sum/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0313 Easy - Subset sum/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0315 Easy - XOR Multiplication/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0315 Easy - XOR Multiplication/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0316 Easy - Knight's Metric/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0316 Easy - Knight's Metric/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0317 Easy - Collatz Tag System/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0317 Easy - Collatz Tag System/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0318 Easy - Countdown Game Show/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0318 Easy - Countdown Game Show/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0319 Easy - Condensing Sentences/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0319 Easy - Condensing Sentences/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0320 Easy - Spiral Ascension/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0320 Easy - Spiral Ascension/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0321 Easy - Talking Clock/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0321 Easy - Talking Clock/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0323 Easy - 3SUM/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0323 Easy - 3SUM/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0325 Easy - Color maze/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0325 Easy - Color maze/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0328 Easy - Latin Squares/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0328 Easy - Latin Squares/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0330 Easy - Surround the circles/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0330 Easy - Surround the circles/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0333 Easy - Packet Assembler/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0333 Easy - Packet Assembler/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/Challenge 0336 Easy - Cannibal numbers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/Challenge 0336 Easy - Cannibal numbers/challenge_text.md -------------------------------------------------------------------------------- /Easy Challenges/[Easy] Longest Two-Character Sub-String/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Easy Challenges/[Easy] Longest Two-Character Sub-String/challenge_text.md -------------------------------------------------------------------------------- /Extra-Bonus Challenges/Challenge #195 [All] 2015 Prep Work/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Extra-Bonus Challenges/Challenge #195 [All] 2015 Prep Work/challenge_text.md -------------------------------------------------------------------------------- /Extra-Bonus Challenges/Weekly #26 - Mini Challenges/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Extra-Bonus Challenges/Weekly #26 - Mini Challenges/challenge_text.md -------------------------------------------------------------------------------- /Extra-Bonus Challenges/Weekly #27 - Mini Challenges/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Extra-Bonus Challenges/Weekly #27 - Mini Challenges/challenge_text.md -------------------------------------------------------------------------------- /Extra-Bonus Challenges/[Extra] Poetic Justice/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Extra-Bonus Challenges/[Extra] Poetic Justice/challenge_text.md -------------------------------------------------------------------------------- /Extra-Bonus Challenges/[Monthly Challenge #22 - September, 2017] Procedural Bacteria Fungus Virus • rproceduralgeneration/challenge_text.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Extra-Bonus Challenges/[PSA] [Monthly Challenge #11 - October, 2016] - Procedural Ghosts and Jack-o-Lanterns! • rproceduralgeneration/challenge_text.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Extra-Bonus Challenges/[Request] The Ultimate Wordlist/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Extra-Bonus Challenges/[Request] The Ultimate Wordlist/challenge_text.md -------------------------------------------------------------------------------- /Extra-Bonus Challenges/[Weekly #25] Escape the trolls/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Extra-Bonus Challenges/[Weekly #25] Escape the trolls/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0001 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0001 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0001 Hard/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0001 Hard/solutions/solution.c -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0001 Hard/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0001 Hard/solutions/solution.pl -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0001 Hard/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0001 Hard/solutions/solution.py -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0001 Hard/solutions/solution.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0001 Hard/solutions/solution.rb -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0002 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0002 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0003 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0003 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0003 Hard/solution/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0003 Hard/solution/solution.py -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0003 Hard/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0003 Hard/solutions/solution.pl -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0003 Hard/solutions/wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0003 Hard/solutions/wordlist.txt -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0004 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0004 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0005 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0005 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0006 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0006 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0009 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0009 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0010 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0010 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0011 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0011 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0012 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0012 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0013 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0013 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0013 Hard/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0013 Hard/solutions/solution.py -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0014 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0014 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0015 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0015 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0017 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0017 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0018 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0018 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0019 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0019 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0020 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0020 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0021 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0021 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0023 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0023 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0025 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0025 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0028 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0028 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0030 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0030 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0031 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0031 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0032 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0032 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0033 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0033 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0034 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0034 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0035 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0035 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0036 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0036 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0037 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0037 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0038 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0038 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0040 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0040 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0041 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0041 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0042 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0042 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0042 Hard/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0042 Hard/solutions/solution.cpp -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0043 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0043 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0044 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0044 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0046 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0046 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0047 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0047 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0047 Hard/solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0047 Hard/solutions/solution.cpp -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0048 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0048 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0049 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0049 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0050 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0050 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0051 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0051 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0052 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0052 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0053 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0053 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0055 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0055 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0056 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0056 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0057 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0057 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0058 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0058 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0059 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0059 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0061 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0061 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0064 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0064 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0065 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0065 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0066 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0066 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0067 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0067 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0068 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0068 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0069 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0069 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0071 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0071 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0072 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0072 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0074 Hard/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0074 Hard/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0075 Hard - (C Preprocessor)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0075 Hard - (C Preprocessor)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0077 Hard - (Boggle solver)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0077 Hard - (Boggle solver)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0081 Hard - (Matrix Exponential)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0081 Hard - (Matrix Exponential)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0084 Hard - (City-Block TSP)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0084 Hard - (City-Block TSP)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0086 Hard - (2-SAT)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0086 Hard - (2-SAT)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0088 Hard - (ASCII art)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0088 Hard - (ASCII art)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0092 Hard - (Bags and balls)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0092 Hard - (Bags and balls)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0093 Hard - (15-puzzle)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0093 Hard - (15-puzzle)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0096 Hard - (Water Droplets)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0096 Hard - (Water Droplets)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0104 Hard - (Stack Attack)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0104 Hard - (Stack Attack)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0104 Hard - (Stack Attack)/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0104 Hard - (Stack Attack)/solutions/solution.c -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0106 Hard - (Mongolian Grill)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0106 Hard - (Mongolian Grill)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0109 Hard - (Steiner Inellipse)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0109 Hard - (Steiner Inellipse)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0109 Hard - Death Mountains/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0109 Hard - Death Mountains/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0111 Hard - The Josephus Problem/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0111 Hard - The Josephus Problem/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0112 Hard - What a Brainfuck/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0112 Hard - What a Brainfuck/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0114 Hard - Longest word ladder/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0114 Hard - Longest word ladder/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0115 Hard - Pack-o-Tron 5000/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0115 Hard - Pack-o-Tron 5000/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0116 Hard - Maximum Random Walk/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0116 Hard - Maximum Random Walk/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0118 Hard - Alphabetizing cipher/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0118 Hard - Alphabetizing cipher/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0119 Hard - Polygon diagonals/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0119 Hard - Polygon diagonals/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0120 Hard - Derpson Family Party/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0120 Hard - Derpson Family Party/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0121 Hard - Medal Management/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0121 Hard - Medal Management/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0122 Hard - Subset Sum Insanity/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0122 Hard - Subset Sum Insanity/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0123 Hard - Robot Jousting/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0123 Hard - Robot Jousting/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0123 Hard - Snake-Fill/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0123 Hard - Snake-Fill/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0125 Hard - Robo Room Service/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0125 Hard - Robo Room Service/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0127 Hard - Language Detection/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0127 Hard - Language Detection/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0128 Hard - Mon Petit Fourier/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0128 Hard - Mon Petit Fourier/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0129 Hard - Baking Pi/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0129 Hard - Baking Pi/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0151 Hard - Re-emvoweler 2/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0151 Hard - Re-emvoweler 2/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0154 Hard - Wumpus Cave Game/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0154 Hard - Wumpus Cave Game/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0157 Hard - ASCII Bird/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0157 Hard - ASCII Bird/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0161 Hard - Phone Network/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0161 Hard - Phone Network/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0167 Hard - Park Ranger/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0167 Hard - Park Ranger/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0169 Hard - Convex Polygon Area/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0169 Hard - Convex Polygon Area/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0173 Hard - Road Trip Game/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0173 Hard - Road Trip Game/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0174 Hard - Convex Hull Problem/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0174 Hard - Convex Hull Problem/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0175 Hard - Hall of Mirror[]/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0175 Hard - Hall of Mirror[]/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0177 Hard - SCRIPT it Language/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0177 Hard - SCRIPT it Language/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0181 Hard - Deconstructing Audio/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0181 Hard - Deconstructing Audio/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0182 Hard - Unique Digits/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0182 Hard - Unique Digits/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0189 Hard - Write a Quine/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0189 Hard - Write a Quine/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0192 Hard - Project - Web mining/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0192 Hard - Project - Web mining/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0196 Hard - Precedence Parsing/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0196 Hard - Precedence Parsing/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0197 Hard - Crazy Professor/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0197 Hard - Crazy Professor/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0200 Hard - Box in a Box/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0200 Hard - Box in a Box/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0201 Hard - Mission Improbable/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0201 Hard - Mission Improbable/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0204 Hard - Addition chains/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0204 Hard - Addition chains/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0210 Hard - Loopy Robots/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0210 Hard - Loopy Robots/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0211 Hard - Hungry puppies/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0211 Hard - Hungry puppies/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0218 Hard - Elevator Scheduling/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0218 Hard - Elevator Scheduling/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0221 Hard - Poetry in a haystack/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0221 Hard - Poetry in a haystack/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0224 Hard - Langford strings/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0224 Hard - Langford strings/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0226 Hard - Kakuro Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0226 Hard - Kakuro Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0228 Hard - Golomb Rulers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0228 Hard - Golomb Rulers/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0229 Hard - Divisible by 7/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0229 Hard - Divisible by 7/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0234 Hard - Kanoodle Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0234 Hard - Kanoodle Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0237 Hard - Takuzu Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0237 Hard - Takuzu Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0238 Hard - Searching a Dungeon/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0238 Hard - Searching a Dungeon/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0240 Hard - KenKen Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0240 Hard - KenKen Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0241 Hard - Chess Puzzle solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0241 Hard - Chess Puzzle solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0242 Hard - Start to Rummikub/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0242 Hard - Start to Rummikub/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0245 Hard - Guess Who(is)/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0245 Hard - Guess Who(is)/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0248 Hard - NotClick game/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0248 Hard - NotClick game/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0249 Hard - Museum Cameras/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0249 Hard - Museum Cameras/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0250 Hard - Evolving salesmen/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0250 Hard - Evolving salesmen/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0251 Hard - ASCII Nonogram/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0251 Hard - ASCII Nonogram/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0256 Hard - RLE Obsession/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0256 Hard - RLE Obsession/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0257 Hard - Word Squares Part 2/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0257 Hard - Word Squares Part 2/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0258 Hard - IRC - Interactivity/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0258 Hard - IRC - Interactivity/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0260 Hard - Never Ending Snake/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0260 Hard - Never Ending Snake/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0262 Hard - 4x4 puzzle swapper/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0262 Hard - 4x4 puzzle swapper/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0263 Hard - Hashiwokakero/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0263 Hard - Hashiwokakero/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0267 Hard - IDDQD/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0267 Hard - IDDQD/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0271 Hard - Formatting J code/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0271 Hard - Formatting J code/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0274 Hard - ∞ Loop solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0274 Hard - ∞ Loop solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0276 Hard - ∞ Loop solver part 2/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0276 Hard - ∞ Loop solver part 2/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0280 Hard - Free Flow Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0280 Hard - Free Flow Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0281 Hard - Minesweeper Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0281 Hard - Minesweeper Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0282 Hard - Hidato/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0282 Hard - Hidato/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0283 Hard - Guarding the Coast/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0283 Hard - Guarding the Coast/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0285 Hard - Math Proofs/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0285 Hard - Math Proofs/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0286 Hard - Rush Hour Solver/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0286 Hard - Rush Hour Solver/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0287 Hard - Word Numbers/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0287 Hard - Word Numbers/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0291 Hard - Spaghetti Wiring/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0291 Hard - Spaghetti Wiring/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0294 Hard - Rack management 3/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0294 Hard - Rack management 3/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0295 Hard - Advanced pacman/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0295 Hard - Advanced pacman/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0297 Hard - Parentheses trees/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0297 Hard - Parentheses trees/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0301 Hard - Guitar Tablature/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0301 Hard - Guitar Tablature/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0305 Hard - Numbers for Sale/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0305 Hard - Numbers for Sale/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0308 Hard - Slider Game Puzzle/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0308 Hard - Slider Game Puzzle/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0309 Hard - Patterns overlap/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0309 Hard - Patterns overlap/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0312 Hard - Text Summarizer/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0312 Hard - Text Summarizer/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0313 Hard - Embedded word list/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0313 Hard - Embedded word list/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0314 Hard - Finding Point Nemo/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0314 Hard - Finding Point Nemo/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0317 Hard - Poker Odds/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0317 Hard - Poker Odds/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0318 Hard - Ladder Logic/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0318 Hard - Ladder Logic/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0320 Hard - Path to Philosophy/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0320 Hard - Path to Philosophy/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0321 Hard - Circle Splitter/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0321 Hard - Circle Splitter/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0322 Hard - Static HTTP Server/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0322 Hard - Static HTTP Server/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0323 Hard - Difference coverage/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0323 Hard - Difference coverage/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0325 Hard - Generating mazes/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0325 Hard - Generating mazes/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0328 Hard - Subset Sum Automata/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0328 Hard - Subset Sum Automata/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0330 Hard - Mini-Chess Positions/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0330 Hard - Mini-Chess Positions/challenge_text.md -------------------------------------------------------------------------------- /Hard Challenges/Challenge 0334 Hard - Dinosaurs/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Hard Challenges/Challenge 0334 Hard - Dinosaurs/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/.DS_Store -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0002 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0002 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0003 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0003 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0003 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0003 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0003 Intermediate/solutions/solution1.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0003 Intermediate/solutions/solution1.rb -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0004 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0004 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0004 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0004 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0004 Intermediate/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0004 Intermediate/solutions/solution.java -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0004 Intermediate/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0004 Intermediate/solutions/solution.py -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0005 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0005 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0005 Intermediate/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0005 Intermediate/solutions/solution.pl -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0006 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0006 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0007 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0007 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0008 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0008 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0008 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0008 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0009 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0009 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0010 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0010 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0010 Intermediate/solutions/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0010 Intermediate/solutions/Solution.java -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0011 Intermediate/challenge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0011 Intermediate/challenge.txt -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0011 Intermediate/solutions/solutions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0011 Intermediate/solutions/solutions.java -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0012 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0012 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0012 Intermediate/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0012 Intermediate/solutions/solution.pl -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0013 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0013 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.cr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.cr -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.exs -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.java -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0013 Intermediate/solutions/solution.rb -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0014 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0014 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0014 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0014 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0015 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0015 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0016 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0016 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0017 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0017 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0019 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0019 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0021 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0021 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0022 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0022 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0023 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0023 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0023 Intermediate/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0023 Intermediate/solutions/solution.py -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0025 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0025 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0025 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0025 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0027 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0027 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0027 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0027 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0027 Intermediate/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0027 Intermediate/solutions/solution.java -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0027 Intermediate/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0027 Intermediate/solutions/solution.py -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0028 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0028 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0030 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0030 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0031 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0031 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0032 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0032 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0033 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0033 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0034 Intermediate/Solutions/solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0034 Intermediate/Solutions/solution.cpp -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0034 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0034 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0035 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0035 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0036 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0036 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0037 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0037 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0038 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0038 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0039 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0039 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0039 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0039 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0039 Intermediate/solutions/solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0039 Intermediate/solutions/solution.java -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0039 Intermediate/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0039 Intermediate/solutions/solution.py -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0041 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0041 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0044 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0044 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0045 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0045 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0046 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0046 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0046 Intermediate/solutions/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0046 Intermediate/solutions/solution.py -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0047 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0047 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0049 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0049 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0050 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0050 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0050 Intermediate/solutions/solution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0050 Intermediate/solutions/solution.c -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0050 Intermediate/solutions/solution.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0050 Intermediate/solutions/solution.pl -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0051 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0051 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0052 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0052 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0053 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0053 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0054 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0054 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0055 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0055 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0056 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0056 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0057 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0057 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0058 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0058 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0059 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0059 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0060 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0060 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0061 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0061 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0062 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0062 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0063 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0063 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0064 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0064 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0065 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0065 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0066 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0066 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0067 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0067 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0068 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0068 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0069 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0069 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0070 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0070 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0071 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0071 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0072 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0072 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0074 Intermediate/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0074 Intermediate/challenge_text.md -------------------------------------------------------------------------------- /Intermediate Challenges/Challenge 0205 Intermediate - RPN/challenge_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/Intermediate Challenges/Challenge 0205 Intermediate - RPN/challenge_text.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/README.md -------------------------------------------------------------------------------- /etc/praw.ini.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/etc/praw.ini.example -------------------------------------------------------------------------------- /etc/requirements.txt: -------------------------------------------------------------------------------- 1 | praw>=5.1.0 2 | pprint>=0.1 3 | -------------------------------------------------------------------------------- /post-challenges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/post-challenges.py -------------------------------------------------------------------------------- /transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiev4/dailyprogrammerchallenges/HEAD/transform.py --------------------------------------------------------------------------------