├── ACM ICPC Live Archive ├── 2247 - Prime Digital Root.cpp ├── 3883 - Prime Gap.cpp ├── 4008 - Last Digit.cpp ├── 4262 - Road Networks.cpp ├── 4736 - Probability One.cpp ├── 4919 - Judges' Time Calculation.cpp ├── 4920 - Mad Scientist.cpp ├── 4921 - Voting.cpp ├── 4922 - Queen Collision.cpp ├── 4923 - Mirror, Mirror on the Wall.cpp ├── 4926 - Image Compression.cpp ├── 4964 - What's Next?.cpp ├── 6195 - The Dueling Philosophers Problem.cpp ├── 6569 - Strings with Same Letters.cpp ├── 6865 - Server.cpp ├── 7012 - Kings of Persia.cpp ├── 7311 - Donation Packaging.cpp └── README.md ├── AtCoder ├── 014A - Cookie Exchanges.cpp ├── 014B - Unplanned Queries.cpp ├── 055A - Restaurant.cpp ├── 055B - Training Camp.cpp ├── 055C - Scc Puzzle.cpp ├── 057A - Remaining Time.cpp ├── 057B - Checkpoints.cpp ├── 057C - Digits in Multiplication.cpp ├── 059A - Three-letter acronym.cpp ├── 059B - Comparison.cpp ├── 060A - Shiritori.cpp ├── 060B - Choose Integers.cpp ├── 060C - Sentou.cpp ├── 060D - Simple Knapsack.cpp ├── 072A - Sandglass2.cpp ├── 072B - OddString.cpp ├── 072C - Together.cpp ├── 072D - Derangement.cpp ├── 097C - K-th Substring.cpp ├── 097D - Equals.cpp └── README.md ├── Benghazi Programming Contest ├── 1.cpp ├── 1.jpg ├── 10.cpp ├── 10.jpg ├── 2.cpp ├── 2.jpg ├── 4.cpp ├── 4.jpg ├── 5.cpp ├── 5.jpg ├── 6.cpp ├── 6.jpg ├── 7.cpp ├── 7.jpg ├── 8.cpp ├── 8.jpg ├── 9.cpp ├── 9.jpg └── README.md ├── CS Academy ├── 18. Concatenated String.cpp ├── 18. Consecutive Digits Signs.cpp ├── 24. Kth Special Number.cpp ├── 24. Vector Size.cpp ├── 25. Min Ends Subsequence.cpp ├── 26. Limited Vocabulary.cpp ├── 26. Odd Pair Sums.cpp ├── 27. Backpack Packing.cpp ├── 40. Erase Value.cpp ├── 40. Move the Bishop.cpp ├── 43. Bad Triplet.cpp ├── 44. Check DFS.cpp ├── 44. Frequent Numbers.cpp ├── 44. Square Cover.cpp ├── 49. Odd Sum.cpp ├── 59. No Repeat.cpp ├── 59. Triangular Matrix.cpp ├── 79. Cats and Dogs.cpp ├── 79. Milk and Bread.cpp ├── 80. Digits Permutation.cpp ├── 80. IOI Selection.cpp ├── 82. City Break.cpp ├── 83. Smallest Missing Numbers.cpp ├── 86. Cookie Clicker.cpp └── README.md ├── CSES └── Dynamic Programming │ ├── 1 - Dice Combinations.cpp │ ├── 2 - Minimizing Coins.cpp │ ├── 3 - Coin Combinations I.cpp │ ├── 4 - Coin Combinations II - TLE.cpp │ ├── 5 - Removing Digits.cpp │ └── README.md ├── CodeChef ├── Ciel and A-B Problem.cpp ├── Compilers and parsers.cpp ├── Good Joke!.cpp └── README.md ├── CodeForces Gyms ├── 2013 USP Try-outs │ └── B. Spy Duel.cpp ├── 2014, Samara SAU ACM ICPC Quarterfinal Qualification Contest │ ├── A. Yet Another Goat in the Garden.cpp │ ├── C. Lost Temple.cpp │ ├── G. Change-making Problem.cpp │ └── M. Construct a Permutation.cpp ├── 2016-2017 ACM-ICPC, South Pacific Regional Contest (SPPC 16) │ └── D. Dendroctonus.cpp └── ACM International Collegiate Programming Contest, Tishreen Collegiate Programming Contest (2017) │ ├── A. Printing Books.cpp │ ├── D. Largest Group.cpp │ ├── E. Minesweeper.cpp │ ├── G. Robots.cpp │ ├── J. The Volcano Eruption.cpp │ └── K. Poor Ramzi.cpp ├── CodeForces ├── 1003A. Polycarp's Pockets.cpp ├── 1003B. Binary String Constructing.cpp ├── 1003C. Intense Heat.cpp ├── 1003D. Coins and Queries.cpp ├── 1003E. Tree Constructing.cpp ├── 1005A. Tanya and Stairways.cpp ├── 1005B. Delete from the Left.cpp ├── 1005C. Summarize to the Power of Two.cpp ├── 1005D. Polycarp and Div 3.cpp ├── 1005E1. Median on Segments (Permutations Edition).cpp ├── 1006A. Adjacent Replacements.cpp ├── 1006B. Polycarp's Practice.cpp ├── 1006C. Three Parts of the Array.cpp ├── 1006D. Two Strings Swaps.cpp ├── 1006E. Military Problem.cpp ├── 1006F. Xor-Paths.cpp ├── 1009A. Game Shopping.cpp ├── 1009B. Minimum Ternary String.cpp ├── 1009D. Relatively Prime Graph.cpp ├── 1011A. Stages.cpp ├── 1011B. Planning The Expedition.cpp ├── 1011C. Fly.cpp ├── 1011D. Rocket.cpp ├── 1013A. Piles With Stones.cpp ├── 1013B. And.cpp ├── 1013C. Photo of The Sky.cpp ├── 1013D. Chemical table.cpp ├── 1013E. Hills.cpp ├── 1015A. Points in Segments.cpp ├── 1015B. Obtaining the String.cpp ├── 1015C. Songs Compression.cpp ├── 1015D. Walking Between Houses.cpp ├── 1015E1. Stars Drawing (Easy Edition).cpp ├── 1015E2. Stars Drawing (Hard Edition).cpp ├── 1016A. Death Note.cpp ├── 1016B. Segment Occurrences.cpp ├── 1016C. Vasya And The Mushrooms.cpp ├── 1016D. Vasya And The Matrix.cpp ├── 1017D. The Wu.cpp ├── 1020A. New Building for SIS.cpp ├── 1020B. Badge.cpp ├── 1020C. Elections.cpp ├── 1023A. Single Wildcard Pattern Matching.cpp ├── 1023B. Pair of Toys.cpp ├── 1023C. Bracket Subsequence.cpp ├── 1023D. Array Restoration.cpp ├── 1025A. Doggo Recoloring.cpp ├── 1025B. Weakened Common Divisor.cpp ├── 1025C. Plasticine zebra.cpp ├── 1027A. Palindromic Twist.cpp ├── 1027B. Numbers on the Chessboard.cpp ├── 1027C. Minimum Value Rectangle.cpp ├── 1027D. Mouse Hunt.cpp ├── 1029A. Many Equal Substrings.cpp ├── 1029B. Creating the Contest.cpp ├── 1029C. Maximal Intersection.cpp ├── 1029D. Concatenated Multiples.cpp ├── 1043A. Elections.cpp ├── 1043B. Lost Array.cpp ├── 1043C. Smallest Word.cpp ├── 1043D. Mysterious Crime.cpp ├── 105A. Transmigration.cpp ├── 106A. Card Game.cpp ├── 1077A. Frog Jumping.cpp ├── 1077B. Disturbed People.cpp ├── 1077C. Good Array.cpp ├── 1077D. Cutting Out.cpp ├── 1077E. Thematic Contests.cpp ├── 1077F1. Pictures with Kittens (easy version).cpp ├── 1079A. Kitchen Utensils.cpp ├── 1079B. Personalized Cup.cpp ├── 1079C. Playing Piano.cpp ├── 1079D. Barcelonian Distance.cpp ├── 1079E. The Unbearable Lightness of Weights.cpp ├── 1080A. Petya and Origami.cpp ├── 1080B. Margarite and the best present.cpp ├── 1080C. Masha and two friends.cpp ├── 108A. Palindromic Times.cpp ├── 110A. Nearly Lucky Number.cpp ├── 110C. Lucky Sum of Digits.cpp ├── 110E. Lucky Tree.cpp ├── 112A. Petya and Strings.cpp ├── 114A. Cifera.cpp ├── 1154A. Restoring Three Numbers.cpp ├── 1154B. Make Them Equal.cpp ├── 1154C. Gourmet Cat.cpp ├── 1154D. Walking Robot.cpp ├── 1154E. Two Teams.cpp ├── 1157A. Reachable Numbers.cpp ├── 1157B. Long Number.cpp ├── 1157C1. Increasing Subsequence (easy version).cpp ├── 1157C2. Increasing Subsequence (hard version).cpp ├── 1157D. N Problems During K Days.cpp ├── 1157E. Minimum Array.cpp ├── 115A. Party.cpp ├── 116A. Tram.cpp ├── 118A. String Task.cpp ├── 118D. Caesar's Legions.cpp ├── 118E. Bertown roads.cpp ├── 1213A. Chips Moving.cpp ├── 1213B. Bad Prices.cpp ├── 1213C. Book Reading.cpp ├── 1213D1. Equalizing by Division (easy version).cpp ├── 1213D2. Equalizing by Division (hard version).cpp ├── 1213E. Two Small Strings.cpp ├── 1216A. Prefixes.cpp ├── 1216B. Shooting.cpp ├── 1216C. White Sheet.cpp ├── 1216D. Swords.cpp ├── 1216E1. Numerical Sequence (easy version).cpp ├── 1216E2. Numerical Sequence (hard version).cpp ├── 122A. Lucky Division.cpp ├── 122C. Lucky Sum.cpp ├── 1234A. Equalize Prices Again.cpp ├── 1234B1. Social Network (easy version).cpp ├── 1234B2. Social Network (hard version).cpp ├── 1234C. Pipes.cpp ├── 1234D. Distinct Characters Queries.cpp ├── 124B. Permutations.cpp ├── 12A. Super Agent.cpp ├── 12B. Correct Solution.cpp ├── 133A. HQ9+.cpp ├── 133E. Logo Turtle.cpp ├── 136A. Presents.cpp ├── 136E. Zero-One.cpp ├── 1374E1. Reading Books (easy version).cpp ├── 141A. Amusing Joke.cpp ├── 143A. Help Vasilisa the Wise 2.cpp ├── 143B. Help Kingdom of Far Far Away 2.cpp ├── 143C. Help Farmer.cpp ├── 144A. Arrival of the General.cpp ├── 148A. Insomnia cure.cpp ├── 14C. Four Segments.cpp ├── 151A. Soft Drinking.cpp ├── 151B. Phone Numbers.cpp ├── 151C. Win or Freeze.cpp ├── 151D. Quantity of Strings.cpp ├── 152A. Marks.cpp ├── 152C. Pocket Book.cpp ├── 158A. Next Round.cpp ├── 158B. Taxi.cpp ├── 160A. Twins.cpp ├── 165A. Supercentral Point.cpp ├── 168D. Wizards and Huge Prize.cpp ├── 174C. Range Increments.cpp ├── 1772A. A+B?.cpp ├── 1772B. Matrix Rotation.cpp ├── 1772C. Different Differences.cpp ├── 1790A. Polycarp and the Day of Pi.cpp ├── 1790B. Taisia and Dice.cpp ├── 1790D. Matryoshkas.cpp ├── 17A. Noldbach problem.cpp ├── 182D. Common Divisors.cpp ├── 186A. Comparing Strings.cpp ├── 186C. Plant.cpp ├── 189A. Cut Ribbon.cpp ├── 189D. AlgoRace.cpp ├── 190D. Non-Secret Cypher.cpp ├── 192A. Funky Numbers.cpp ├── 192B. Walking in the Rain.cpp ├── 193A. Cutting Figure.cpp ├── 194A. Exams.cpp ├── 1A. Theatre Square.cpp ├── 200B. Drinks.cpp ├── 205B. Little Elephant and Sorting.cpp ├── 208A. Dubstep.cpp ├── 208D. Prizes, Prizes, more Prizes.cpp ├── 20C. Dijkstra.cpp ├── 214A. System of Equations.cpp ├── 218C. Ice Skating.cpp ├── 21A. Jabber ID.cpp ├── 21B. Intersection.cpp ├── 222D. Olympiad.cpp ├── 224A. Parallelepiped.cpp ├── 224C. Bracket Sequence.cpp ├── 227A. Where do I Turn?.cpp ├── 227B. Effective Approach.cpp ├── 227C. Flying Saucer Segments.cpp ├── 227D. Naughty Stone Piles.cpp ├── 22A. Second Order Statistics.cpp ├── 230A. Dragons.cpp ├── 230B. T-primes.cpp ├── 231A. Team.cpp ├── 233A. Perfect Permutation.cpp ├── 234C. Weather.cpp ├── 236A. Boy or Girl.cpp ├── 237C. Primes on Interval.cpp ├── 239A. Two Bags of Potatoes.cpp ├── 239D. Boring Partition.cpp ├── 23A. You're Given a String....cpp ├── 242D. Dispute.cpp ├── 255A. Greg's Workout.cpp ├── 257A. Sockets.cpp ├── 257C. View Angle.cpp ├── 25A. IQ test.cpp ├── 25B. Phone numbers.cpp ├── 25C. Roads in Berland.cpp ├── 262A. Roma and Lucky Numbers.cpp ├── 263A. Beautiful Matrix.cpp ├── 263D. Cycle in Graph.cpp ├── 265D. Good Sequences.cpp ├── 266A. Stones on the Table.cpp ├── 266B. Queue at the School.cpp ├── 268A. Games.cpp ├── 268C. Beautiful Sets of Points.cpp ├── 26A. Almost Prime.cpp ├── 270254V. No standard.cpp ├── 271A. Beautiful Year.cpp ├── 275A. Lights Out.cpp ├── 275C. k-Multiple Free Set.cpp ├── 276A. Lunch Rush.cpp ├── 279A. Point on Spiral.cpp ├── 279B. Books.cpp ├── 27A. Next Test.cpp ├── 281A. Word Capitalization.cpp ├── 282A. Bit++.cpp ├── 285B. Find Marble.cpp ├── 296A. Yaroslav and Permutations.cpp ├── 298A. Snow Footprints.cpp ├── 298D. Fish Weight.cpp ├── 300A. Array.cpp ├── 302A. Eugeny and Array.cpp ├── 304A. Pythagorean Theorem II.cpp ├── 313A. Ilya and Bank Account.cpp ├── 313B. Ilya and Queries.cpp ├── 313D. Ilya and Roads.cpp ├── 32B. Borze.cpp ├── 330A. Cakeminator.cpp ├── 331C1. The Great Julya Calendar.cpp ├── 337A. Puzzles.cpp ├── 339A. Helpful Maths.cpp ├── 339C. Xenia and Weights.cpp ├── 339D. Xenia and Bit Operations.cpp ├── 33B. String Problem.cpp ├── 340D. Bubble Sort Graph.cpp ├── 347C. Alice and Bob.cpp ├── 349B. Color the Fenc.cpp ├── 34A. Reconnaissance 2.cpp ├── 350A. TL.cpp ├── 350C. Bombs.cpp ├── 353A. Domino.cpp ├── 355A. Vasya and Digital Root.cpp ├── 358A. Dima and Continuous Line.cpp ├── 359A. Table.cpp ├── 359D. Pair of Numbers.cpp ├── 35A. Shell Game.cpp ├── 35C. Fire Again.cpp ├── 35D. Animals.cpp ├── 361A. Levko and Table.cpp ├── 363A. Soroban.cpp ├── 363B. Fence.cpp ├── 363C. Fixing Typos.cpp ├── 368A. Sereja and Coat Rack.cpp ├── 368B. Sereja and Suffixes.cpp ├── 370A. Rook, Bishop and King.cpp ├── 373A. Collecting Beats is Fun.cpp ├── 376A. Lever.cpp ├── 378A. Playing with Dice.cpp ├── 382C. Arithmetic Progression.cpp ├── 385A. Bear and Raspberry.cpp ├── 389A. Fox and Number Game.cpp ├── 389C. Fox and Box Accumulation.cpp ├── 393A. Nineteen.cpp ├── 394A. Counting Sticks.cpp ├── 401C. Team.cpp ├── 404A. Valera and X.cpp ├── 405A. Gravity Flip.cpp ├── 408A. Line to Cashier.cpp ├── 416A. Guess a number!.cpp ├── 417D. Cunning Gena.cpp ├── 41A. Translation.cpp ├── 421A. Pasha and Hamsters.cpp ├── 427C. Checkposts.cpp ├── 431A - Black Square.cpp ├── 431C. k-Tree.cpp ├── 431D. Random Task.cpp ├── 432A. Choosing Teams.cpp ├── 433B. Kuriyama Mirai's Stones.cpp ├── 437A. The Child and Homework.cpp ├── 439A. Devu, the Singer and Churu, the Joker.cpp ├── 43A. Football.cpp ├── 441A. Valera and Antique Items.cpp ├── 441C. Valera and Tubes.cpp ├── 443A. Anton and Letters.cpp ├── 443D. Andrey and Problem.cpp ├── 445A. DZY Loves Chessboard.cpp ├── 448A. Rewards.cpp ├── 448D. Multiplication Table.cpp ├── 449B. Jzzhu and Cities.cpp ├── 451A. Game With Sticks.cpp ├── 452A. Eevee.cpp ├── 454A. Little Pony and Crystal Mine.cpp ├── 454C. Little Pony and Expected Maximum.cpp ├── 456A. Laptops.cpp ├── 456C. Boredom.cpp ├── 459A. Pashmak and Garden.cpp ├── 459C. Pashmak and Buses.cpp ├── 45A. Codecraft III.cpp ├── 460C. Present.cpp ├── 462A. Appleman and Easy Task.cpp ├── 463C. Gargari and Bishops.cpp ├── 466A. Cheap Travel.cpp ├── 466C. Number of Ways.cpp ├── 467B. Fedor and New Game.cpp ├── 467D. Fedor and Essay.cpp ├── 469A. I Wanna Be the Guy.cpp ├── 469D. Two Sets.cpp ├── 472A. Design Tutorial Learn from Math.cpp ├── 474B. Worms.cpp ├── 474D. Flowers.cpp ├── 476A. Dreamoon and Stairs.cpp ├── 476B. Dreamoon and WiFi.cpp ├── 476D. Dreamoon and Sets.cpp ├── 478C. Table Decorations.cpp ├── 478D. Red-Green Towers.cpp ├── 479A. Expression.cpp ├── 479C. Exams.cpp ├── 47A. Triangular numbers.cpp ├── 480C. Riding in a Lift.cpp ├── 483A. Counterexample.cpp ├── 486A. Calculating Function.cpp ├── 486C. Palindrome Transformation.cpp ├── 488A. Giga Tower.cpp ├── 489C. Given Length and Sum of Digits....cpp ├── 490A. Team Olympiad.cpp ├── 490D. Chocolate.cpp ├── 493D. Vasya and Chess.cpp ├── 496A. Minimum Difficulty.cpp ├── 496D. Tennis Game.cpp ├── 499A. Watching a movie.cpp ├── 499B. Lecture.cpp ├── 49A. Sleuth.cpp ├── 4A. Watermelon.cpp ├── 501A. Contest.cpp ├── 505C. Mr. Kitayuta, the Treasure Hunter.cpp ├── 50A. Domino piling.cpp ├── 510A. Fox And Snake.cpp ├── 510C. Fox And Names.cpp ├── 514B. Han Solo and Lazer Gun.cpp ├── 514C. Watto and Mechanism.cpp ├── 514D. R2D2 and Droid Army.cpp ├── 520A. Pangram.cpp ├── 520B. Two Buttons.cpp ├── 525E. Anya and Cubes.cpp ├── 52C. Circular RMQ.cpp ├── 540A. Combination Lock.cpp ├── 545A. Toy Cars.cpp ├── 545C. Woodcutters.cpp ├── 545D. Queue.cpp ├── 546A. Soldier and Bananas.cpp ├── 546C - Soldier and Cards.cpp ├── 54C. First Digit Law.cpp ├── 550B. Preparing Olympiad.cpp ├── 550C. Divisibility by Eight.cpp ├── 551B. ZgukistringZ.cpp ├── 552C. Vanya and Scales.cpp ├── 552D. Vanya and Triangles.cpp ├── 557C. Arthur and Table.cpp ├── 560C. Gerald's Hexagon.cpp ├── 567C. Geometric Progression.cpp ├── 56A. Bar.cpp ├── 56D. Changing a String.cpp ├── 573A. Bear and Poker.cpp ├── 577A. Multiplication Table.cpp ├── 577B. Modulo Sum.cpp ├── 580A. Kefa and First Steps.cpp ├── 580B. Kefa and Company.cpp ├── 580C. Kefa and Park.cpp ├── 580D. Kefa and Dishes.cpp ├── 58A. Chat room.cpp ├── 591B. Rebranding.cpp ├── 595E. Edo and Magnets.cpp ├── 599A. Patrick and Shopping.cpp ├── 59A. Word.cpp ├── 600B. Queries about less or equal elements.cpp ├── 602B. Approximating a Constant Range.cpp ├── 604A. Uncowed Forces.cpp ├── 604B. More Cowbell.cpp ├── 604C. Alternative Thinking.cpp ├── 608C. Chain Reaction.cpp ├── 609A. USB Flash Drives.cpp ├── 616D. Longest k-Good Segment.cpp ├── 61A. Ultra-Fast Mathematician.cpp ├── 61E. Enemy is weak.cpp ├── 621C. Wet Shark and Flowers.cpp ├── 626D. Jerry's Protest.cpp ├── 629A. Far Relative’s Birthday Cake.cpp ├── 629C. Famil Door and Brackets.cpp ├── 630A. Again Twenty Five!.cpp ├── 630B. Moore's Law.cpp ├── 630C. Lucky Numbers.cpp ├── 630Q. Pyramids.cpp ├── 630R. Game.cpp ├── 651A. Joysticks.cpp ├── 651C. Watchmen.cpp ├── 655D. Robot Rapping Results Report.cpp ├── 65C. Harry Potter and the Golden Snitch.cpp ├── 664A. Complicated GCD.cpp ├── 670D1. Magic Powder - 1.cpp ├── 670D2. Magic Powder - 2.cpp ├── 672A. Summer Camp.cpp ├── 672B. Different is Good.cpp ├── 673A. Bear and Game.cpp ├── 675A. Infinite Sequence.cpp ├── 678E. Another Sith Tournament.cpp ├── 68A. Irrational problem.cpp ├── 690D1. The Wall (easy).cpp ├── 691D. Swaps in Permutation.cpp ├── 697A. Pineapple Incident.cpp ├── 698A. Vacations.cpp ├── 69A. Young Physicist.cpp ├── 69C. Game.cpp ├── 69D. Dot.cpp ├── 69E. Subsegments.cpp ├── 701A. Cards.cpp ├── 702A. Maximum Increase.cpp ├── 702B. Powers of Two.cpp ├── 705A. Hulk.cpp ├── 705C. Thor.cpp ├── 706A. Beru-taxi.cpp ├── 706B. Interesting drink.cpp ├── 706C. Hard problem.cpp ├── 706D. Vasiliy's Multiset.cpp ├── 707A. Brain's Photos.cpp ├── 709B. Checkpoints.cpp ├── 709C. Letters Cyclic Shift.cpp ├── 711A. Bus to Udayland.cpp ├── 711B. Chris and Magic Square.cpp ├── 711C. Coloring Trees.cpp ├── 711D. Directed Roads.cpp ├── 719A. Vitya in the Countryside.cpp ├── 71A. Way Too Long Words.cpp ├── 721A. One-dimensional Japanese Crossword.cpp ├── 721C. Journey.cpp ├── 722A. Broken Clock.cpp ├── 723A. The New Year - Meeting Friends.cpp ├── 723B. Text Document Analysis.cpp ├── 724A. Checking the Calendar.cpp ├── 724B. Batch Sort.cpp ├── 725A. Jumping Ball.cpp ├── 727A. Transformation from A to B.cpp ├── 727B. Bill Total Value.cpp ├── 729A. Interview with Oleg.cpp ├── 731A. Night at the Museum.cpp ├── 731B. Coupons and Discounts.cpp ├── 731C. Socks.cpp ├── 732A. Buy a Shovel.cpp ├── 732B. Cormen — The Best Friend Of a Man.cpp ├── 732C. Sanatorium.cpp ├── 733A. Grasshopper And the String.cpp ├── 733B. Parade.cpp ├── 734A. Anton and Danik.cpp ├── 734B. Anton and Digits.cpp ├── 734D. Anton and Chess.cpp ├── 735A. Ostap and Grasshopper.cpp ├── 735B. Urbanization.cpp ├── 73C. LionAge II.cpp ├── 742A. Arpa’s hard exam and Mehrdad’s naive chea.cpp ├── 746A. Compote.cpp ├── 746B. Decoding.cpp ├── 747B. Mammoth's Genome Decoding.cpp ├── 749A. Bachgold Problem.cpp ├── 750A. New Year and Hurry.cpp ├── 750B. New Year and North Pole.cpp ├── 752A. Santa Claus and a Place in a Class.cpp ├── 754B. Ilya and tic-tac-toe game.cpp ├── 757A. Gotta Catch Em' All!.cpp ├── 75A. Life Without Zeros.cpp ├── 75D. Big Maximum Sum.cpp ├── 762A. k-th divisor.cpp ├── 766A. Mahmoud and Longest Uncommon Subsequence.cpp ├── 766D. Mahmoud and a Dictionary.cpp ├── 767D. Cartons of milk.cpp ├── 779A. Pupils Redistribution.cpp ├── 779B. Weird Rounding.cpp ├── 779C. Dishonest Sellers.cpp ├── 779D. String Game.cpp ├── 780A. Andryusha and Socks.cpp ├── 785A. Anton and Polyhedrons.cpp ├── 785B. Anton and Classes.cpp ├── 785C. Anton and Fairy Tale.cpp ├── 787A. The Monster.cpp ├── 787B. Not Afraid.cpp ├── 792A. New Bus Route.cpp ├── 792B. Counting-out Rhyme.cpp ├── 792C. Divide by Three.cpp ├── 793A. Oleg and shares.cpp ├── 793B. Igor and his way to work.cpp ├── 797A. k-Factorization.cpp ├── 797B. Odd sum.cpp ├── 798A. Mike and palindrome.cpp ├── 798B. Mike and strings.cpp ├── 7D. Palindrome Degree.cpp ├── 803A. Maximal Binary Matrix.cpp ├── 803B. Distances to Zero.cpp ├── 803D. Magazine Ad.cpp ├── 803E. Roma and Poker.cpp ├── 805A. Fake NP.cpp ├── 805B. 3-palindrome.cpp ├── 805C. Find Amir.cpp ├── 80A. Panoramix's Prediction.cpp ├── 812C. Sagheer and Nubian Market.cpp ├── 813A. The Contest.cpp ├── 813B. The Golden Age.cpp ├── 817C. Really Big Numbers.cpp ├── 81A. Plug-in.cpp ├── 825A. Binary Protocol.cpp ├── 825B. Five-In-a-Row.cpp ├── 825C. Multi-judge Solving.cpp ├── 825D. Suitable Replacement.cpp ├── 825E. Minimal Labels.cpp ├── 832A. Sasha and Sticks.cpp ├── 832B. Petya and Exam.cpp ├── 834A. The Useless Toy.cpp ├── 834B. The Festive Evening.cpp ├── 835A. Key races.cpp ├── 835B. The number on the board.cpp ├── 837A. Text Volume.cpp ├── 837B. Flag of Berland.cpp ├── 837C. Two Seals.cpp ├── 839C. Journey.cpp ├── 842A. Kirill And The Game.cpp ├── 842B. Gleb And Pizza.cpp ├── 845A. Chess Tourney.cpp ├── 845B. Luba And The Ticket.cpp ├── 846D. Monitor.cpp ├── 84D. Doctor.cpp ├── 851A. Arpa and a research in Mexican wave.cpp ├── 851B. Arpa and an exam about geometry.cpp ├── 852G. Bathroom terminal.cpp ├── 862A. Mahmoud and Ehab and the MEX.cpp ├── 862B. Mahmoud and Ehab and the bipartiteness.cpp ├── 863A. Quasi-palindrome.cpp ├── 863B. Kayaking.cpp ├── 863C. 1-2-3.cpp ├── 863D. Yet Another Array Queries Problem.cpp ├── 863E. Turn Off The TV.cpp ├── 864A. Fair Game.cpp ├── 864B. Polycarp and Letters.cpp ├── 864C. Bus.cpp ├── 888E. Maximum Subsequence.cpp ├── 890A. ACM ICPC.cpp ├── 890B. Vlad and Cafes.cpp ├── 892A. Greed.cpp ├── 892B. Wrath.cpp ├── 892C. Pride.cpp ├── 892D. Gluttony.cpp ├── 898A. Rounding.cpp ├── 898B. Proper Nutrition.cpp ├── 898C. Phone Numbers.cpp ├── 898E. Squares and not squares.cpp ├── 899E. Segments Removal.cpp ├── 902A. Visiting a Friend.cpp ├── 902B. Coloring a Tree.cpp ├── 902C. Hashing Trees.cpp ├── 908A. New Year and Counting Cards.cpp ├── 908B. New Year and Buggy Bot.cpp ├── 909D. Colorful Points.cpp ├── 911G. Mass Change Queries.cpp ├── 913A - Modular Exponentiation.cpp ├── 913B. Christmas Spruce.cpp ├── 915A. Garden.cpp ├── 918A. Eleven.cpp ├── 918B. Radio Station.cpp ├── 920A. Water The Garden.cpp ├── 920B. Tea Queue.cpp ├── 920C. Swap Adjacent Elements.cpp ├── 931A. Friends Meeting.cpp ├── 931B. World Cup.cpp ├── 931C. Laboratory Work.cpp ├── 931D. Peculiar apple-tree.cpp ├── 934A. A Compatible Pair.cpp ├── 934B. A Prosperous Lot.cpp ├── 935A. Fafa and his Company.cpp ├── 935B. Fafa and the Gates.cpp ├── 935C. Fifa and Fafa.cpp ├── 937A. Olympiad.cpp ├── 937B. Vile Grasshoppers.cpp ├── 938A. Word Correction.cpp ├── 938B. Run For Your Prize.cpp ├── 938D. Buy a Ticket.cpp ├── 939A. Love Triangle.cpp ├── 939B. Hamster Farm.cpp ├── 939C. Convenient For Everybody.cpp ├── 939D. Love Rescue.cpp ├── 940A. Points on the line.cpp ├── 940B. Our Tanya is Crying Out Loud.cpp ├── 940C. Phone Numbers.cpp ├── 940D. Alena And The Heater.cpp ├── 946A. Partition.cpp ├── 946B. Weird Subtraction Process.cpp ├── 946C. String Transformation.cpp ├── 946D. Timetable.cpp ├── 94D. End of Exams.cpp ├── 954A. Diagonal Walking.cpp ├── 954B. String Typing.cpp ├── 954C. Matrix Walk.cpp ├── 954D. Fight Against Traffic.cpp ├── 954E. Water Taps.cpp ├── 957B. Mystical Mosaic.cpp ├── 957C. Three-level Laser.cpp ├── 959A. Mahmoud and Ehab and the even-odd game.cpp ├── 959B. Mahmoud and Ehab and the message.cpp ├── 959C. Mahmoud and Ehab and the wrong algorithm.cpp ├── 961A. Tetris.cpp ├── 961B. Lecture Sleep.cpp ├── 961C. Chessboard.cpp ├── 961D. Pair Of Lines.cpp ├── 961E. Tufurama.cpp ├── 962A. Equator.cpp ├── 962B. Students in Railway Carriage.cpp ├── 962C. Make a Square.cpp ├── 962D. Merge Equals.cpp ├── 964A. Splits.cpp ├── 964B. Messages.cpp ├── 96A. Football.cpp ├── 96B. Lucky Numbers (easy) - BFS solution.cpp ├── 96B. Lucky Numbers (easy) - Combinations solution.cpp ├── 976A. Minimum Binary Number.cpp ├── 976B. Lara Croft and the New Game.cpp ├── 976C. Nested Segments.cpp ├── 977A. Wrong Subtraction.cpp ├── 977B. Two-gram.cpp ├── 977C. Less or Equal.cpp ├── 977D. Divide by three, multiply by two.cpp ├── 977E. Cyclic Components.cpp ├── 977F. Consecutive Subsequence.cpp ├── 978A. Remove Duplicates.cpp ├── 978B. File Name.cpp ├── 978C. Letters.cpp ├── 978D. Almost Arithmetic Progression.cpp ├── 978E. Bus Video System.cpp ├── 978F. Mentors.cpp ├── 979A. Pizza, Pizza, Pizza!!!.cpp ├── 979B. Treasure Hunt.cpp ├── 979C. Kuro and Walking Route.cpp ├── 981A. Antipalindrome.cpp ├── 981B. Businessmen Problems.cpp ├── 981C. Useful Decomposition.cpp ├── 982A. Row.cpp ├── 982B. Bus of Characters.cpp ├── 982C. Cut 'em all!.cpp ├── 984A. Game.cpp ├── 984B. Minesweeper.cpp ├── 984D. XOR-pyramid.cpp ├── 985A. Chess Placing.cpp ├── 985B. Switches and Lamps.cpp ├── 985C. Liebig's Barrels.cpp ├── 988A. Diverse Team.cpp ├── 988B. Substrings Sort.cpp ├── 988C. Equal Sums.cpp ├── 988D. Points and Powers of Two.cpp ├── 988E. Divisibility by 25.cpp ├── 9C. Hexadecimal's Numbers.cpp └── README.md ├── Facebook Hacker Cup └── 2017 │ └── Qualification Round │ ├── 1 - Progress Pie │ ├── progress_pie_input.txt │ ├── progress_pie_main.cpp │ └── progress_pie_output.txt │ └── 2 - Lazy Loading │ ├── lazy_loading_input.txt │ ├── lazy_loading_main.cpp │ └── lazy_loading_output.txt ├── Hackerrank ├── ACM ICPC Team.cpp ├── Apple and Orange.cpp ├── Arrays Introduction.cpp ├── Balanced Brackets.cpp ├── Basic Data Types.cpp ├── Bear and Steady Gene.cpp ├── Beautiful Triplets.cpp ├── Big Sorting.cpp ├── Birthday Cake Candles.cpp ├── Birthday Chocolate.cpp ├── Cats and a Mouse.cpp ├── Cavity Map.cpp ├── Chief Hopper.cpp ├── Circular Array Rotation.cpp ├── Compare the Triplets.cpp ├── Conditional Statements.cpp ├── Counting Valleys.cpp ├── Day 29: Bitwise AND.cpp ├── Down to Zero II.cpp ├── Easy sum.cpp ├── Find Digits.cpp ├── Find the Point.cpp ├── For Loop.cpp ├── Functions.cpp ├── HackerRank in a String!.cpp ├── Handshake.cpp ├── Input and Output.cpp ├── Jack goes to Rapture.cpp ├── Journey to the Moon.cpp ├── Jumping on the Clouds.cpp ├── Lazy Sorting.cpp ├── Little Ashish's Huge Donation.cpp ├── Maximizing XOR.cpp ├── Maximum Draws.cpp ├── Maximum Element.cpp ├── Minimum Absolute Difference in an Array.cpp ├── Minimum Loss.cpp ├── Missing Numbers.cpp ├── Non-Divisible Subset.cpp ├── Pointer.cpp ├── Project Euler #10: Summation of primes.cpp ├── Project Euler #11: Largest product in a grid.cpp ├── Project Euler #12: Highly divisible triangular number.cpp ├── Project Euler #13: Large sum.cpp ├── Project Euler #14: Longest Collatz sequence.cpp ├── Project Euler #15: Lattice paths.cpp ├── Project Euler #16: Power digit sum.cpp ├── Project Euler #1: Multiples of 3 and 5.cpp ├── Project Euler #2: Even Fibonacci.cpp ├── Project Euler #3: Largest prime factor.cpp ├── Project Euler #4: Largest palindrome product.cpp ├── Project Euler #5: Smallest multiple.cpp ├── Project Euler #6: Sum square difference.cpp ├── Project Euler #7: 10001st prime.cpp ├── Project Euler #8: Largest product in a series.cpp ├── Project Euler #9: Special Pythagorean triplet.cpp ├── Queues A Tale of Two Stacks.cpp ├── README.md ├── Recursive Digit Sum.cpp ├── Repeated String.cpp ├── Say Hello, World! With C++.cpp ├── Separate the Numbers.cpp ├── Sherlock and Anagrams.cpp ├── Sherlock and Array.cpp ├── Sherlock and GCD.cpp ├── Sherlock and Probability.cpp ├── Simple Text Editor.cpp ├── Sparse Arrays.cpp ├── Stepping Stones Game.cpp ├── Sum vs XOR.cpp ├── The Coin Change Problem.cpp ├── Weighted Uniform Strings.cpp └── Xrange's Pancakes.cpp ├── LeetCode ├── 1. Two Sum.cpp ├── 10. Regular Expression Matching.cpp ├── 11. Container With Most Water.cpp ├── 12. Integer to Roman.cpp ├── 13. Roman to Integer.cpp ├── 14. Longest Common Prefix.cpp ├── 15. 3Sum.cpp ├── 16. 3Sum Closest.cpp ├── 17. Letter Combinations of a Phone Number.cpp ├── 18. 4Sum.cpp ├── 19. Remove Nth Node From End of List.cpp ├── 2. Add Two Numbers.cpp ├── 20. Valid Parentheses.cpp ├── 3. Longest Substring Without Repeating Characters.cpp ├── 306. Additive Number.cpp ├── 4. Median of Two Sorted Arrays.cpp ├── 5. Longest Palindromic Substring.cpp ├── 6. ZigZag Conversion.cpp ├── 7. Reverse Integer.cpp ├── 8. String to Integer (atoi).cpp ├── 845. Longest Mountain in Array.cpp ├── 9. Palindrome Number.cpp └── README.md ├── README.md ├── SPOJ ├── ABCDEF - ABCDEF.cpp ├── ACPC10D - Tri graphs.cpp ├── ADATEAMS - Ada and Teams.cpp ├── AGGRCOW - Aggressive cows.cpp ├── AMR11A - Magic Grid.cpp ├── AMR11E - Distinct Primes.cpp ├── ANDROUND - AND Rounds.cpp ├── ATOMS - Atoms in the Lab.cpp ├── BALLSUM - Ball sum.cpp ├── BGSHOOT - Shoot and kill.cpp ├── BRCKTS - Brackets.cpp ├── BRDGHRD - Building Bridges(HARD).cpp ├── BSEARCH1 - Binary search.cpp ├── BYTESE2 - The Great Ball.cpp ├── CNTPRIME - Counting Primes.cpp ├── CODEIT02 - PICK UP DROP ESCAPE.cpp ├── CODEM5 - Problem5.cpp ├── COMDIV - Number of common divisors.cpp ├── CPRIME - Prime Number Theorem.cpp ├── CRSCNTRY - Cross-country - with path.cpp ├── CRSCNTRY - Cross-country.cpp ├── DCOWS - Dancing Cows.cpp ├── DEFKIN - Defense of a Kingdom.cpp ├── DICT - Search in the dictionary!.cpp ├── DIV2 - Divisors 2.cpp ├── DIVFACT - Divisors of factorial.cpp ├── DIVSUM - Divisor Summation.cpp ├── EASUDOKU - Easy sudoku.cpp ├── EDIST - Edit distance.cpp ├── EDIT - Edit Distance Again.cpp ├── ELIS - Easy Longest Increasing Subsequence.cpp ├── EN - Entrapment.cpp ├── ENIGMATH - PLAY WITH MATH.cpp ├── EPALIN - Extend to Palindrome.cpp ├── ETF - Euler Totient Function.cpp ├── EZDIJKST - Easy Dijkstra Problem.cpp ├── FACTCG2 - Medium Factorization.cpp ├── FARIDA - Princess Farida.cpp ├── GSS1 - Can you answer these queries I.cpp ├── GSS4 - Can you answer these queries IV.cpp ├── HISTOGRA - Largest Rectangle in a Histogram.cpp ├── HORRIBLE - Horrible Queries.cpp ├── HOTELS - Hotels Along the Croatian Coast.cpp ├── KNAPSACK - The Knapsack Problem.cpp ├── MAIN8_C - Shake Shake Shaky.cpp ├── MATCHING - Fast Maximum Matching.cpp ├── MBLAST - BLAST.cpp ├── MC - Minimum Cost.cpp ├── MSE07E - Showstopper.cpp ├── MULTQ3 - Multiples of 3.cpp ├── NDIV - n-divisors.cpp ├── NSTEPS - Number Steps.cpp ├── OPCPRIME - Prime Factorization.cpp ├── PRIME1 - Prime Generator.cpp ├── PRIMPERM - Prime Permutations.cpp ├── PRINT - Prime Intervals.cpp ├── PT07Y - Is it a tree.cpp ├── README.md ├── RELINETS - Reliable Nets.cpp ├── RMQSQ - Range Minimum Query.cpp ├── ROADS - Roads.cpp ├── RPLN - Negative Score.cpp ├── SUBXOR - SubXor.cpp ├── SUMFOUR - 4 values whose sum is 0.cpp ├── SUMITR - Sums in a Triangle.cpp ├── TOANDFRO - To and Fro.cpp ├── TRIP - Trip.cpp ├── WEIRDFN - Weird Function.cpp └── ‏‏EDIST - Edit distance - with path.cpp ├── TJU ├── 1683.Common Subsequence.cpp ├── 2762.Balanced Lineup.cpp ├── 2870.The K-th City.cpp ├── README.md └── ‏‏1683.Common Subsequence - with path.cpp ├── Timus ├── 1004. Sightseeing Trip.cpp ├── 1045. Funny Game.cpp ├── 1051. Simple Game on a Grid.cpp ├── 1134. Cards.cpp ├── 1322. Spy.cpp ├── 1515. Cashmaster.cpp ├── 2011. Long Statement.cpp └── README.md ├── TopCoder ├── README.md ├── SRM153-D1-450.cpp ├── SRM174-D1-250.cpp ├── SRM176-D1-500.cpp ├── SRM223-D1-250.cpp ├── SRM233-D1-250.cpp ├── SRM280-D1-500.cpp ├── SRM308-D1-500.cpp ├── SRM319-D1-500.cpp ├── SRM335-D1-500.cpp ├── SRM338-D1-500.cpp ├── SRM339-D1-500.cpp ├── SRM391-D1-500.cpp ├── SRM394-D2-1000.cpp ├── SRM458-D2-500.cpp ├── SRM483-D2-1000.cpp ├── SRM502-D2-500.cpp ├── SRM504-D2-1000.cpp ├── SRM536-D2-1000.cpp ├── SRM558-D1-250.cpp └── SRM619-D2-1000.cpp ├── URI ├── 1001 - Extremely Basic.cpp ├── 1002 - Area of a Circle.cpp ├── 1003 - Simple Sum.cpp ├── 1004 - Simple Product.cpp ├── 1005 - Average 1.cpp ├── 1006 - Average 2.cpp ├── 1007 - Difference.cpp ├── 1008 - Salary.cpp ├── 1009 - Salary with Bonus.cpp ├── 1010 - Simple Calculate.cpp ├── 1011 - Sphere.cpp ├── 1012 - Area.cpp ├── 1013 - The Greatest.cpp ├── 1014 - Consumption.cpp ├── 1015 - Distance Between Two Points.cpp ├── 1016 - Distance.cpp ├── 1022 - TDA Rational.cpp ├── 1023 - Drought - Accepted with map.cpp ├── 1023 - Drought - Time limit exceeded with vector.cpp ├── 1025 - Where is the Marble.cpp ├── 1038 - Snack.cpp ├── 1039 - Fire Flowers.cpp ├── 1068 - Parenthesis Balance I.cpp ├── 1069 - Diamonds and San - Loop solution.cpp ├── 1069 - Diamonds and San - Stack solution.cpp ├── 1076 - Design Labirints.cpp ├── 1081 - DFSr - Depth Hierarchy.cpp ├── 1082 - Connected Components.cpp ├── 1088 - Bubbles and Buckets.cpp ├── 1100 - Knight Moves.cpp ├── 1110 - Throwing Cards Away.cpp ├── 1128 - Come and Go.cpp ├── 1133 - Rest of a Division.cpp ├── 1148 - Countries at War.cpp ├── 1152 - Dark Roads.cpp ├── 1162 - Train Swapping.cpp ├── 1168 - LED.cpp ├── 1191 - Tree Recovery.cpp ├── 1194 - Pre, In and Post.cpp ├── 1195 - Binary Search Tree.cpp ├── 1200 - BST Operations I.cpp ├── 1211 - Economic Phonebook.cpp ├── 1215 - Andy's First Dictionary.cpp ├── 1234 - Dancing Sentence.cpp ├── 1237 - Compare Substring.cpp ├── 1238 - Combiner.cpp ├── 1239 - Bloggo Shortcuts.cpp ├── 1241 - Fit or Dont Fit II.cpp ├── 1244 - Sort by Length.cpp ├── 1245 - Lost Boots.cpp ├── 1249 - Rot13.cpp ├── 1251 - Tell me the Frequencies!.cpp ├── 1252 - Sort! Sort!! And Sort!!!.cpp ├── 1253 - Caesar Cipher.cpp ├── 1255 - Letter Frequency.cpp ├── 1256 - Hash Tables.cpp ├── 1257 - Array Hash.cpp ├── 1258 - T-Shirts.cpp ├── 1259 - Even and Odd.cpp ├── 1260 - Hardwood Species.cpp ├── 1261 - Hay Points.cpp ├── 1262 - Multiple Reading.cpp ├── 1263 - Alliteration.cpp ├── 1272 - Hidden Message.cpp ├── 1273 - Justifier.cpp ├── 1277 - Short Attendance.cpp ├── 1281 - Going to the Market.cpp ├── 1332 - One-Two-Three.cpp ├── 1340 - I Can Guess the Data Structure!.cpp ├── 1401 - Generating Fast, Sorted Permutation.cpp ├── 1424 - Easy Problem from Rujia Liu.cpp ├── 1430 - Jingle Composing.cpp ├── 1451 - Broken Keyboard.cpp ├── 1466 - Level Order Tree Traversal.cpp ├── 1467 - Zero or One.cpp ├── 1469 - Boss.cpp ├── 1520 - Screws and Nuts.cpp ├── 1548 - Canteen Queue.cpp ├── 1550 - Inversion.cpp ├── 1551 - Complete Sentence.cpp ├── 1552 - Rescue in Free Fall.cpp ├── 1566 - Height.cpp ├── 1581 - International Chat.cpp ├── 1607 - Advancing Letters.cpp ├── 1610 - Dudu Service Maker.cpp ├── 1763 - Santa's Translator.cpp ├── 1764 - Itinerary of Santa Claus.cpp ├── 1774 - Routers.cpp ├── 1855 - Maester's Map.cpp ├── 1871 - Zero means Zero.cpp └── README.md ├── UVA ├── 100 - The 3n + 1 problem.cpp ├── 10000 - Longest Paths.cpp ├── 10003 - Cutting Sticks.cpp ├── 10004 - Bicoloring.cpp ├── 10008 - What's Cryptanalysis.cpp ├── 10009 - All Roads Lead Where.cpp ├── 10034 - Freckles.cpp ├── 10036 - Divisibility.cpp ├── 10056 - What is the Probability ?.cpp ├── 10058 - Jimmi's Riddles.cpp ├── 10062 - Tell me the frequencies!.cpp ├── 10066 - The Twin Towers.cpp ├── 10071 - Back to High School Physics Time.cpp ├── 10075 - Airlines.cpp ├── 10080 - Gopher II.cpp ├── 10098 - Generating Fast.cpp ├── 10100 - Longest Match.cpp ├── 10104 - Euclid Problem.cpp ├── 10107 - What is the Median.cpp ├── 10111 - Find the Winning Move.cpp ├── 10116 - Robot Motion.cpp ├── 10130 - SuperSale.cpp ├── 10131 - Is Bigger Smarter.cpp ├── 10131 - Is Bigger Smarter?.cpp ├── 10142 - Australian Voting.cpp ├── 10169 - Urn-ball Probabilities!.cpp ├── 10218 - Let's Dance !!!.cpp ├── 10222 - Decode the Mad man.cpp ├── 10226 - Hardwood Species.cpp ├── 10235 - Simply Emirp.cpp ├── 10252 - Common Permutation.cpp ├── 10264 - The Most Potent Corner.cpp ├── 10279 - Mine Sweeper.cpp ├── 10282 - Babelfish.cpp ├── 10285 - Longest Run on a Snowboard.cpp ├── 10295 - Hay Points.cpp ├── 10298 - Power Strings.cpp ├── 103 - Stacking Boxes.cpp ├── 10300 - Ecological Premium.cpp ├── 10305 - Ordering Tasks.cpp ├── 10313 - Pay the Price.cpp ├── 10324 - Zeros and Ones.cpp ├── 10330 - Power Transmission.cpp ├── 10334 - Ray Through Glasses.java ├── 10336 - Rank the Languages.cpp ├── 10337 - Flight Planner.cpp ├── 10338 - Mischievous Children.cpp ├── 10340 - All in All.cpp ├── 10368 - Euclid's Game.cpp ├── 10370 - Above Average.cpp ├── 10405 - Longest Common Subsequence.cpp ├── 10420 - List of Conquests.cpp ├── 10422 - Knights in FEN.cpp ├── 10534 - Wavio Sequence.cpp ├── 10536 - Game of Euler.cpp ├── 10550 - Combination Lock.cpp ├── 10578 - The Game of 31.cpp ├── 10608 - Friends.cpp ├── 10611 - The Playboy Chimp.cpp ├── 10673 - Play with Floor and Ceil.cpp ├── 10705 - The Fun Number System.cpp ├── 10717 - Mint.cpp ├── 10721 - Bar Codes.cpp ├── 10731 - Test.cpp ├── 10759 - Dice Throwing.cpp ├── 10765 - Doves and bombs.cpp ├── 10777 - God! Save me.cpp ├── 10789 - Prime Frequency.cpp ├── 108 - Maximum Sum.cpp ├── 10804 - Gopher Strategy.cpp ├── 10815 - Andy's First Dictionary.cpp ├── 10819 - Trouble of 13-Dots.cpp ├── 10911 - Forming Quiz Teams.cpp ├── 10921 - Find the Telephone.cpp ├── 10924 - Prime Words.cpp ├── 10929 - You can say 11.cpp ├── 10935 - Throwing cards away I.cpp ├── 10943 - How do you add?.cpp ├── 10946 - You want what filled.cpp ├── 10963 - The Swallowing Ground.cpp ├── 10986 - Sending email.cpp ├── 11021 - Tribles.cpp ├── 11034 - Ferry Loading IV.cpp ├── 11044 - Searching for Nessy.cpp ├── 11057 - Exact Sum.cpp ├── 111 - History Grading.cpp ├── 11105 - Semi-prime H-numbers.cpp ├── 11138 - Nuts and Bolts.cpp ├── 11172 - Relational Operator.cpp ├── 11181 - Probability|Given.cpp ├── 11202 - The least possible effort.cpp ├── 1121 - Subsequence.cpp ├── 11223 - O dah dah dah!.cpp ├── 1124 - Celebrity jeopardy.cpp ├── 11244 - Counting Stars.cpp ├── 11332 - Summing Digits.cpp ├── 11340 - Newspaper.cpp ├── 11341 - Term Strategy.cpp ├── 11362 - Phone List.cpp ├── 11364 - Parking.cpp ├── 11402 - Ahoy, Pirates!.cpp ├── 11420 - Chest of Drawers.cpp ├── 11462 - Age Sort.cpp ├── 1148 - The mysterious X network.cpp ├── 11488 - Hyper Prefix Sets.cpp ├── 11498 - Division of Nlogonia.cpp ├── 11504 - Dominos.cpp ├── 11512 - GATTACA.cpp ├── 11530 - SMS Typing.cpp ├── 11547 - Automatic Answer.cpp ├── 11559 - Event Planning.cpp ├── 11573 - Ocean Currents.cpp ├── 11577 - Letter Frequency.cpp ├── 116 - Unidirectional TSP.cpp ├── 11628 - Another lottery.cpp ├── 11631 - Dark roads.cpp ├── 11709 - Trust groups.cpp ├── 11727 - Cost Cutting.cpp ├── 11742 - Social Constraints.cpp ├── 11764 - Jumping Mario.cpp ├── 11770 - Lighting Away.cpp ├── 11799 - Horror Dash.cpp ├── 118 - Mutant Flatworld Explorers.cpp ├── 11838 - Come and Go.cpp ├── 11849 - CD.cpp ├── 11888 - Abnormal 89's.cpp ├── 11917 - Do Your Own Homework.cpp ├── 11942 - Lumberjack Sequencing.cpp ├── 11997 - K Smallest Sums.cpp ├── 12015 - Google is Feeling Lucky.cpp ├── 12024 - Hats.cpp ├── 1207 - AGTC.cpp ├── 12086 - Potentiometers.cpp ├── 12101 - Prime Path.cpp ├── 12118 - Inspector's Dilemma.cpp ├── 12154 - Shrinking Polygons.cpp ├── 12157 - Tariff Plan.cpp ├── 12207 - That is Your Queue.cpp ├── 12250 - Language Detection.cpp ├── 12279 - Emoogle Balance.cpp ├── 12289 - One-Two-Three.cpp ├── 1237 - Expert Enough.cpp ├── 12372 - Packing for Holiday.cpp ├── 1239 - Greatest K-Palindrome Substring.cpp ├── 12403 - Save Setu.cpp ├── 12457 - Tennis contest.cpp ├── 12468 - Zapping.cpp ├── 12503 - Robot Instructions.cpp ├── 12526 - Cellphone Typing.cpp ├── 12527 - Different Digits.cpp ├── 12532 - Interval Product.cpp ├── 12541 - Birthdates.cpp ├── 12554 - A Special Happy Birthday Song!!!.cpp ├── 12577 - Hajj-e-Akbar.cpp ├── 12657 - Boxes in a Line.cpp ├── 12783 - Weak Links.cpp ├── 12952 - Tri-du.cpp ├── 13032 - Marbles in Jars.cpp ├── 1395 - Slim Span.cpp ├── 1401 - Remember the Word.cpp ├── 146 - ID Codes.cpp ├── 147 - Dollars.cpp ├── 1585 - Score.cpp ├── 1586 - Molar mass.cpp ├── 1590 - IP Networks.cpp ├── 164 - String Computer.cpp ├── 168 - Theseus and the Minotaur.cpp ├── 200 - Rare Order.cpp ├── 231 - Testing the CATCHER.cpp ├── 247 - Calling Circles.cpp ├── 272 - TEX Quotes.cpp ├── 280 - Vertex.cpp ├── 294 - Divisors.cpp ├── 311 - Packets.cpp ├── 439 - Knight Moves - Extra.cpp ├── 439 - Knight Moves.cpp ├── 455 - Periodic Strings.cpp ├── 459 - Graph Connectivity.cpp ├── 477 - Points in Figures: Rectangles and Circles.cpp ├── 483 - Word Scramble.cpp ├── 484 - The Department of Redundancy Department.cpp ├── 497 - Strategic Defense Initiative.cpp ├── 499 - What's The Frequency, Kenneth.cpp ├── 501 - Black Box - Multiset solution.cpp ├── 501 - Black Box - Segment tree solution.cpp ├── 507 - Jill Rides Again.cpp ├── 526 - String Distance and Transform Process.cpp ├── 531 - Compromise.cpp ├── 532 - Dungeon Master.cpp ├── 542 - France '98.cpp ├── 543 - Goldbach's Conjecture.cpp ├── 562 - Dividing coins.cpp ├── 567 - Risk.cpp ├── 572 - Oil Deposits.cpp ├── 573 - The Snail.cpp ├── 621 - Secret Research.cpp ├── 622 - Grammar Evaluation.cpp ├── 624 - CD.cpp ├── 686 - Goldbach's Conjecture (II).cpp ├── 776 - Monkeys in a Regular Forest.cpp ├── 784 - Maze Exploration.cpp ├── 793 - Network Connections.cpp ├── 820 - Internet Bandwidth.cpp ├── 825 - Walking on the Safe Side.cpp ├── 836 - Largest Submatrix.cpp ├── 900 - Brick Wall Patterns.cpp ├── 929 - Number Maze.cpp ├── 990 - Diving for Gold.cpp ├── README.md └── ‏‏10405 - Longest Common Subsequence - with path.cpp ├── ZOJ ├── 1097 - Code the Tree.cpp └── README.md └── a2oj ├── 1. Omar.cpp ├── 10. Omar Loves Candies.cpp ├── 122. Teams.cpp ├── 132. Anagram String.cpp ├── 137. Cryptography.cpp ├── 14. The New President.cpp ├── 142. Chess Knights.cpp ├── 152. Ahmad & Sally.cpp ├── 155. Easy Sum-2.cpp ├── 159. Nth Smallest Value.cpp ├── 164. Circle Of Death.cpp ├── 168. Parentheses.cpp ├── 17. Kids Love Candies.cpp ├── 184. Strings with Same Letters.cpp ├── 186. Cryptoquote.cpp ├── 192. The Missing Date.cpp ├── 193. Omar Loves Candies, Again.cpp ├── 205. Omar Loves Candies, Again and Again.cpp ├── 22. Contest Hall Preparation.cpp ├── 24. Arabic and English.cpp ├── 276. K-Palindrome.cpp ├── 312. Safari.cpp ├── 323. Last Fibo.cpp ├── 326. Pizzas.cpp ├── 327. Mission.cpp ├── 343. Hello.cpp ├── 344. Add Two numbers.cpp ├── 345. Subtract two numbers.cpp ├── 346. Add them twice.cpp ├── 347. Simple Math.cpp ├── 348. Positive or Negative.cpp ├── 349. OddEven.cpp ├── 350. Magdy.cpp ├── 351. Max.cpp ├── 352. Max or Sum.cpp ├── 353. Count to N.cpp ├── 354. Counting Stars.cpp ├── 355. Counting More Stars.cpp ├── 356. Counting Extra Stars.cpp ├── 357. Supermarket.cpp ├── 359. GTX Level 1.cpp ├── 360. GTX Level Infinity.cpp ├── 361. Geeks List.cpp ├── 362. Aki.cpp ├── 363. New Cell Phone.cpp ├── 384. Counting Triangles.cpp ├── 388. Operators.cpp ├── 395. Amazing People.cpp ├── 6. Balloons Colors.cpp ├── 7. NASSA's Robot.cpp ├── 72. Ahmed Aly.cpp └── README.md /ACM ICPC Live Archive/4919 - Judges' Time Calculation.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ACM ICPC Live Archive/4920 - Mad Scientist.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ACM ICPC Live Archive/4922 - Queen Collision.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ACM ICPC Live Archive/4923 - Mirror, Mirror on the Wall.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ACM ICPC Live Archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/ACM ICPC Live Archive/README.md -------------------------------------------------------------------------------- /AtCoder/014A - Cookie Exchanges.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/014A - Cookie Exchanges.cpp -------------------------------------------------------------------------------- /AtCoder/014B - Unplanned Queries.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/014B - Unplanned Queries.cpp -------------------------------------------------------------------------------- /AtCoder/055A - Restaurant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/055A - Restaurant.cpp -------------------------------------------------------------------------------- /AtCoder/055B - Training Camp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/055B - Training Camp.cpp -------------------------------------------------------------------------------- /AtCoder/055C - Scc Puzzle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/055C - Scc Puzzle.cpp -------------------------------------------------------------------------------- /AtCoder/057A - Remaining Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/057A - Remaining Time.cpp -------------------------------------------------------------------------------- /AtCoder/057B - Checkpoints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/057B - Checkpoints.cpp -------------------------------------------------------------------------------- /AtCoder/059B - Comparison.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/059B - Comparison.cpp -------------------------------------------------------------------------------- /AtCoder/060A - Shiritori.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/060A - Shiritori.cpp -------------------------------------------------------------------------------- /AtCoder/060B - Choose Integers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/060B - Choose Integers.cpp -------------------------------------------------------------------------------- /AtCoder/060C - Sentou.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/060C - Sentou.cpp -------------------------------------------------------------------------------- /AtCoder/060D - Simple Knapsack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/060D - Simple Knapsack.cpp -------------------------------------------------------------------------------- /AtCoder/072A - Sandglass2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/072A - Sandglass2.cpp -------------------------------------------------------------------------------- /AtCoder/072B - OddString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/072B - OddString.cpp -------------------------------------------------------------------------------- /AtCoder/072C - Together.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/072C - Together.cpp -------------------------------------------------------------------------------- /AtCoder/072D - Derangement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/072D - Derangement.cpp -------------------------------------------------------------------------------- /AtCoder/097C - K-th Substring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/097C - K-th Substring.cpp -------------------------------------------------------------------------------- /AtCoder/097D - Equals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/097D - Equals.cpp -------------------------------------------------------------------------------- /AtCoder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/AtCoder/README.md -------------------------------------------------------------------------------- /Benghazi Programming Contest/1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/1.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/1.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/10.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/10.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/2.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/2.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/4.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/4.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/5.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/5.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/6.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/6.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/7.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/7.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/8.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/8.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/9.cpp -------------------------------------------------------------------------------- /Benghazi Programming Contest/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Benghazi Programming Contest/9.jpg -------------------------------------------------------------------------------- /Benghazi Programming Contest/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CS Academy/24. Vector Size.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/24. Vector Size.cpp -------------------------------------------------------------------------------- /CS Academy/26. Odd Pair Sums.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/26. Odd Pair Sums.cpp -------------------------------------------------------------------------------- /CS Academy/27. Backpack Packing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/27. Backpack Packing.cpp -------------------------------------------------------------------------------- /CS Academy/40. Erase Value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/40. Erase Value.cpp -------------------------------------------------------------------------------- /CS Academy/40. Move the Bishop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/40. Move the Bishop.cpp -------------------------------------------------------------------------------- /CS Academy/43. Bad Triplet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/43. Bad Triplet.cpp -------------------------------------------------------------------------------- /CS Academy/44. Check DFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/44. Check DFS.cpp -------------------------------------------------------------------------------- /CS Academy/44. Frequent Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/44. Frequent Numbers.cpp -------------------------------------------------------------------------------- /CS Academy/44. Square Cover.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/44. Square Cover.cpp -------------------------------------------------------------------------------- /CS Academy/49. Odd Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/49. Odd Sum.cpp -------------------------------------------------------------------------------- /CS Academy/59. No Repeat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/59. No Repeat.cpp -------------------------------------------------------------------------------- /CS Academy/59. Triangular Matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/59. Triangular Matrix.cpp -------------------------------------------------------------------------------- /CS Academy/79. Cats and Dogs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/79. Cats and Dogs.cpp -------------------------------------------------------------------------------- /CS Academy/79. Milk and Bread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/79. Milk and Bread.cpp -------------------------------------------------------------------------------- /CS Academy/80. IOI Selection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/80. IOI Selection.cpp -------------------------------------------------------------------------------- /CS Academy/82. City Break.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/82. City Break.cpp -------------------------------------------------------------------------------- /CS Academy/86. Cookie Clicker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/86. Cookie Clicker.cpp -------------------------------------------------------------------------------- /CS Academy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CS Academy/README.md -------------------------------------------------------------------------------- /CSES/Dynamic Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CSES/Dynamic Programming/README.md -------------------------------------------------------------------------------- /CodeChef/Ciel and A-B Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeChef/Ciel and A-B Problem.cpp -------------------------------------------------------------------------------- /CodeChef/Compilers and parsers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeChef/Compilers and parsers.cpp -------------------------------------------------------------------------------- /CodeChef/Good Joke!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeChef/Good Joke!.cpp -------------------------------------------------------------------------------- /CodeChef/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeChef/README.md -------------------------------------------------------------------------------- /CodeForces/1003C. Intense Heat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1003C. Intense Heat.cpp -------------------------------------------------------------------------------- /CodeForces/1006F. Xor-Paths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1006F. Xor-Paths.cpp -------------------------------------------------------------------------------- /CodeForces/1009A. Game Shopping.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1009A. Game Shopping.cpp -------------------------------------------------------------------------------- /CodeForces/1011A. Stages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1011A. Stages.cpp -------------------------------------------------------------------------------- /CodeForces/1011C. Fly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1011C. Fly.cpp -------------------------------------------------------------------------------- /CodeForces/1011D. Rocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1011D. Rocket.cpp -------------------------------------------------------------------------------- /CodeForces/1013B. And.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1013B. And.cpp -------------------------------------------------------------------------------- /CodeForces/1013D. Chemical table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1013D. Chemical table.cpp -------------------------------------------------------------------------------- /CodeForces/1013E. Hills.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1013E. Hills.cpp -------------------------------------------------------------------------------- /CodeForces/1016A. Death Note.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1016A. Death Note.cpp -------------------------------------------------------------------------------- /CodeForces/1017D. The Wu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1017D. The Wu.cpp -------------------------------------------------------------------------------- /CodeForces/1020B. Badge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1020B. Badge.cpp -------------------------------------------------------------------------------- /CodeForces/1020C. Elections.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1020C. Elections.cpp -------------------------------------------------------------------------------- /CodeForces/1023B. Pair of Toys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1023B. Pair of Toys.cpp -------------------------------------------------------------------------------- /CodeForces/1027D. Mouse Hunt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1027D. Mouse Hunt.cpp -------------------------------------------------------------------------------- /CodeForces/1043A. Elections.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1043A. Elections.cpp -------------------------------------------------------------------------------- /CodeForces/1043B. Lost Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1043B. Lost Array.cpp -------------------------------------------------------------------------------- /CodeForces/1043C. Smallest Word.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1043C. Smallest Word.cpp -------------------------------------------------------------------------------- /CodeForces/105A. Transmigration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/105A. Transmigration.cpp -------------------------------------------------------------------------------- /CodeForces/106A. Card Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/106A. Card Game.cpp -------------------------------------------------------------------------------- /CodeForces/1077A. Frog Jumping.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1077A. Frog Jumping.cpp -------------------------------------------------------------------------------- /CodeForces/1077C. Good Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1077C. Good Array.cpp -------------------------------------------------------------------------------- /CodeForces/1077D. Cutting Out.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1077D. Cutting Out.cpp -------------------------------------------------------------------------------- /CodeForces/1079C. Playing Piano.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1079C. Playing Piano.cpp -------------------------------------------------------------------------------- /CodeForces/110E. Lucky Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/110E. Lucky Tree.cpp -------------------------------------------------------------------------------- /CodeForces/114A. Cifera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/114A. Cifera.cpp -------------------------------------------------------------------------------- /CodeForces/1154C. Gourmet Cat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1154C. Gourmet Cat.cpp -------------------------------------------------------------------------------- /CodeForces/1154D. Walking Robot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1154D. Walking Robot.cpp -------------------------------------------------------------------------------- /CodeForces/1154E. Two Teams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1154E. Two Teams.cpp -------------------------------------------------------------------------------- /CodeForces/1157B. Long Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1157B. Long Number.cpp -------------------------------------------------------------------------------- /CodeForces/1157E. Minimum Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1157E. Minimum Array.cpp -------------------------------------------------------------------------------- /CodeForces/115A. Party.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/115A. Party.cpp -------------------------------------------------------------------------------- /CodeForces/116A. Tram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/116A. Tram.cpp -------------------------------------------------------------------------------- /CodeForces/118A. String Task.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/118A. String Task.cpp -------------------------------------------------------------------------------- /CodeForces/118E. Bertown roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/118E. Bertown roads.cpp -------------------------------------------------------------------------------- /CodeForces/1213A. Chips Moving.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1213A. Chips Moving.cpp -------------------------------------------------------------------------------- /CodeForces/1213B. Bad Prices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1213B. Bad Prices.cpp -------------------------------------------------------------------------------- /CodeForces/1213C. Book Reading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1213C. Book Reading.cpp -------------------------------------------------------------------------------- /CodeForces/1216A. Prefixes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1216A. Prefixes.cpp -------------------------------------------------------------------------------- /CodeForces/1216B. Shooting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1216B. Shooting.cpp -------------------------------------------------------------------------------- /CodeForces/1216C. White Sheet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1216C. White Sheet.cpp -------------------------------------------------------------------------------- /CodeForces/1216D. Swords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1216D. Swords.cpp -------------------------------------------------------------------------------- /CodeForces/122A. Lucky Division.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/122A. Lucky Division.cpp -------------------------------------------------------------------------------- /CodeForces/122C. Lucky Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/122C. Lucky Sum.cpp -------------------------------------------------------------------------------- /CodeForces/1234C. Pipes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1234C. Pipes.cpp -------------------------------------------------------------------------------- /CodeForces/124B. Permutations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/124B. Permutations.cpp -------------------------------------------------------------------------------- /CodeForces/12A. Super Agent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/12A. Super Agent.cpp -------------------------------------------------------------------------------- /CodeForces/12B. Correct Solution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/12B. Correct Solution.cpp -------------------------------------------------------------------------------- /CodeForces/133A. HQ9+.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/133A. HQ9+.cpp -------------------------------------------------------------------------------- /CodeForces/133E. Logo Turtle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/133E. Logo Turtle.cpp -------------------------------------------------------------------------------- /CodeForces/136A. Presents.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/136A. Presents.cpp -------------------------------------------------------------------------------- /CodeForces/136E. Zero-One.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/136E. Zero-One.cpp -------------------------------------------------------------------------------- /CodeForces/141A. Amusing Joke.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/141A. Amusing Joke.cpp -------------------------------------------------------------------------------- /CodeForces/143C. Help Farmer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/143C. Help Farmer.cpp -------------------------------------------------------------------------------- /CodeForces/148A. Insomnia cure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/148A. Insomnia cure.cpp -------------------------------------------------------------------------------- /CodeForces/14C. Four Segments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/14C. Four Segments.cpp -------------------------------------------------------------------------------- /CodeForces/151A. Soft Drinking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/151A. Soft Drinking.cpp -------------------------------------------------------------------------------- /CodeForces/151B. Phone Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/151B. Phone Numbers.cpp -------------------------------------------------------------------------------- /CodeForces/151C. Win or Freeze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/151C. Win or Freeze.cpp -------------------------------------------------------------------------------- /CodeForces/152A. Marks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/152A. Marks.cpp -------------------------------------------------------------------------------- /CodeForces/152C. Pocket Book.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/152C. Pocket Book.cpp -------------------------------------------------------------------------------- /CodeForces/158A. Next Round.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/158A. Next Round.cpp -------------------------------------------------------------------------------- /CodeForces/158B. Taxi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/158B. Taxi.cpp -------------------------------------------------------------------------------- /CodeForces/160A. Twins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/160A. Twins.cpp -------------------------------------------------------------------------------- /CodeForces/1772A. A+B?.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1772A. A+B?.cpp -------------------------------------------------------------------------------- /CodeForces/1790D. Matryoshkas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1790D. Matryoshkas.cpp -------------------------------------------------------------------------------- /CodeForces/17A. Noldbach problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/17A. Noldbach problem.cpp -------------------------------------------------------------------------------- /CodeForces/182D. Common Divisors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/182D. Common Divisors.cpp -------------------------------------------------------------------------------- /CodeForces/186C. Plant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/186C. Plant.cpp -------------------------------------------------------------------------------- /CodeForces/189A. Cut Ribbon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/189A. Cut Ribbon.cpp -------------------------------------------------------------------------------- /CodeForces/189D. AlgoRace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/189D. AlgoRace.cpp -------------------------------------------------------------------------------- /CodeForces/192A. Funky Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/192A. Funky Numbers.cpp -------------------------------------------------------------------------------- /CodeForces/193A. Cutting Figure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/193A. Cutting Figure.cpp -------------------------------------------------------------------------------- /CodeForces/194A. Exams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/194A. Exams.cpp -------------------------------------------------------------------------------- /CodeForces/1A. Theatre Square.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/1A. Theatre Square.cpp -------------------------------------------------------------------------------- /CodeForces/200B. Drinks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/200B. Drinks.cpp -------------------------------------------------------------------------------- /CodeForces/208A. Dubstep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/208A. Dubstep.cpp -------------------------------------------------------------------------------- /CodeForces/20C. Dijkstra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/20C. Dijkstra.cpp -------------------------------------------------------------------------------- /CodeForces/218C. Ice Skating.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/218C. Ice Skating.cpp -------------------------------------------------------------------------------- /CodeForces/21A. Jabber ID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/21A. Jabber ID.cpp -------------------------------------------------------------------------------- /CodeForces/21B. Intersection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/21B. Intersection.cpp -------------------------------------------------------------------------------- /CodeForces/222D. Olympiad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/222D. Olympiad.cpp -------------------------------------------------------------------------------- /CodeForces/224A. Parallelepiped.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/224A. Parallelepiped.cpp -------------------------------------------------------------------------------- /CodeForces/230A. Dragons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/230A. Dragons.cpp -------------------------------------------------------------------------------- /CodeForces/230B. T-primes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/230B. T-primes.cpp -------------------------------------------------------------------------------- /CodeForces/231A. Team.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/231A. Team.cpp -------------------------------------------------------------------------------- /CodeForces/234C. Weather.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/234C. Weather.cpp -------------------------------------------------------------------------------- /CodeForces/236A. Boy or Girl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/236A. Boy or Girl.cpp -------------------------------------------------------------------------------- /CodeForces/242D. Dispute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/242D. Dispute.cpp -------------------------------------------------------------------------------- /CodeForces/255A. Greg's Workout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/255A. Greg's Workout.cpp -------------------------------------------------------------------------------- /CodeForces/257A. Sockets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/257A. Sockets.cpp -------------------------------------------------------------------------------- /CodeForces/257C. View Angle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/257C. View Angle.cpp -------------------------------------------------------------------------------- /CodeForces/25A. IQ test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/25A. IQ test.cpp -------------------------------------------------------------------------------- /CodeForces/25B. Phone numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/25B. Phone numbers.cpp -------------------------------------------------------------------------------- /CodeForces/25C. Roads in Berland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/25C. Roads in Berland.cpp -------------------------------------------------------------------------------- /CodeForces/263D. Cycle in Graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/263D. Cycle in Graph.cpp -------------------------------------------------------------------------------- /CodeForces/265D. Good Sequences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/265D. Good Sequences.cpp -------------------------------------------------------------------------------- /CodeForces/268A. Games.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/268A. Games.cpp -------------------------------------------------------------------------------- /CodeForces/26A. Almost Prime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/26A. Almost Prime.cpp -------------------------------------------------------------------------------- /CodeForces/270254V. No standard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/270254V. No standard.cpp -------------------------------------------------------------------------------- /CodeForces/271A. Beautiful Year.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/271A. Beautiful Year.cpp -------------------------------------------------------------------------------- /CodeForces/275A. Lights Out.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/275A. Lights Out.cpp -------------------------------------------------------------------------------- /CodeForces/276A. Lunch Rush.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/276A. Lunch Rush.cpp -------------------------------------------------------------------------------- /CodeForces/279A. Point on Spiral.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/279A. Point on Spiral.cpp -------------------------------------------------------------------------------- /CodeForces/279B. Books.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/279B. Books.cpp -------------------------------------------------------------------------------- /CodeForces/27A. Next Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/27A. Next Test.cpp -------------------------------------------------------------------------------- /CodeForces/282A. Bit++.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/282A. Bit++.cpp -------------------------------------------------------------------------------- /CodeForces/285B. Find Marble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/285B. Find Marble.cpp -------------------------------------------------------------------------------- /CodeForces/298A. Snow Footprints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/298A. Snow Footprints.cpp -------------------------------------------------------------------------------- /CodeForces/298D. Fish Weight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/298D. Fish Weight.cpp -------------------------------------------------------------------------------- /CodeForces/300A. Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/300A. Array.cpp -------------------------------------------------------------------------------- /CodeForces/313D. Ilya and Roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/313D. Ilya and Roads.cpp -------------------------------------------------------------------------------- /CodeForces/32B. Borze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/32B. Borze.cpp -------------------------------------------------------------------------------- /CodeForces/330A. Cakeminator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/330A. Cakeminator.cpp -------------------------------------------------------------------------------- /CodeForces/337A. Puzzles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/337A. Puzzles.cpp -------------------------------------------------------------------------------- /CodeForces/339A. Helpful Maths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/339A. Helpful Maths.cpp -------------------------------------------------------------------------------- /CodeForces/33B. String Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/33B. String Problem.cpp -------------------------------------------------------------------------------- /CodeForces/347C. Alice and Bob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/347C. Alice and Bob.cpp -------------------------------------------------------------------------------- /CodeForces/349B. Color the Fenc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/349B. Color the Fenc.cpp -------------------------------------------------------------------------------- /CodeForces/34A. Reconnaissance 2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/34A. Reconnaissance 2.cpp -------------------------------------------------------------------------------- /CodeForces/350A. TL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/350A. TL.cpp -------------------------------------------------------------------------------- /CodeForces/350C. Bombs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/350C. Bombs.cpp -------------------------------------------------------------------------------- /CodeForces/353A. Domino.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/353A. Domino.cpp -------------------------------------------------------------------------------- /CodeForces/359A. Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/359A. Table.cpp -------------------------------------------------------------------------------- /CodeForces/359D. Pair of Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/359D. Pair of Numbers.cpp -------------------------------------------------------------------------------- /CodeForces/35A. Shell Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/35A. Shell Game.cpp -------------------------------------------------------------------------------- /CodeForces/35C. Fire Again.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/35C. Fire Again.cpp -------------------------------------------------------------------------------- /CodeForces/35D. Animals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/35D. Animals.cpp -------------------------------------------------------------------------------- /CodeForces/361A. Levko and Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/361A. Levko and Table.cpp -------------------------------------------------------------------------------- /CodeForces/363A. Soroban.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/363A. Soroban.cpp -------------------------------------------------------------------------------- /CodeForces/363B. Fence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/363B. Fence.cpp -------------------------------------------------------------------------------- /CodeForces/363C. Fixing Typos.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/363C. Fixing Typos.cpp -------------------------------------------------------------------------------- /CodeForces/376A. Lever.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/376A. Lever.cpp -------------------------------------------------------------------------------- /CodeForces/393A. Nineteen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/393A. Nineteen.cpp -------------------------------------------------------------------------------- /CodeForces/394A. Counting Sticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/394A. Counting Sticks.cpp -------------------------------------------------------------------------------- /CodeForces/401C. Team.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/401C. Team.cpp -------------------------------------------------------------------------------- /CodeForces/404A. Valera and X.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/404A. Valera and X.cpp -------------------------------------------------------------------------------- /CodeForces/405A. Gravity Flip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/405A. Gravity Flip.cpp -------------------------------------------------------------------------------- /CodeForces/408A. Line to Cashier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/408A. Line to Cashier.cpp -------------------------------------------------------------------------------- /CodeForces/416A. Guess a number!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/416A. Guess a number!.cpp -------------------------------------------------------------------------------- /CodeForces/417D. Cunning Gena.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/417D. Cunning Gena.cpp -------------------------------------------------------------------------------- /CodeForces/41A. Translation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/41A. Translation.cpp -------------------------------------------------------------------------------- /CodeForces/427C. Checkposts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/427C. Checkposts.cpp -------------------------------------------------------------------------------- /CodeForces/431A - Black Square.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/431A - Black Square.cpp -------------------------------------------------------------------------------- /CodeForces/431C. k-Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/431C. k-Tree.cpp -------------------------------------------------------------------------------- /CodeForces/431D. Random Task.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/431D. Random Task.cpp -------------------------------------------------------------------------------- /CodeForces/432A. Choosing Teams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/432A. Choosing Teams.cpp -------------------------------------------------------------------------------- /CodeForces/43A. Football.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/43A. Football.cpp -------------------------------------------------------------------------------- /CodeForces/448A. Rewards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/448A. Rewards.cpp -------------------------------------------------------------------------------- /CodeForces/452A. Eevee.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/452A. Eevee.cpp -------------------------------------------------------------------------------- /CodeForces/456A. Laptops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/456A. Laptops.cpp -------------------------------------------------------------------------------- /CodeForces/456C. Boredom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/456C. Boredom.cpp -------------------------------------------------------------------------------- /CodeForces/45A. Codecraft III.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/45A. Codecraft III.cpp -------------------------------------------------------------------------------- /CodeForces/460C. Present.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/460C. Present.cpp -------------------------------------------------------------------------------- /CodeForces/466A. Cheap Travel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/466A. Cheap Travel.cpp -------------------------------------------------------------------------------- /CodeForces/466C. Number of Ways.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/466C. Number of Ways.cpp -------------------------------------------------------------------------------- /CodeForces/467D. Fedor and Essay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/467D. Fedor and Essay.cpp -------------------------------------------------------------------------------- /CodeForces/469D. Two Sets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/469D. Two Sets.cpp -------------------------------------------------------------------------------- /CodeForces/474B. Worms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/474B. Worms.cpp -------------------------------------------------------------------------------- /CodeForces/474D. Flowers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/474D. Flowers.cpp -------------------------------------------------------------------------------- /CodeForces/479A. Expression.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/479A. Expression.cpp -------------------------------------------------------------------------------- /CodeForces/479C. Exams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/479C. Exams.cpp -------------------------------------------------------------------------------- /CodeForces/483A. Counterexample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/483A. Counterexample.cpp -------------------------------------------------------------------------------- /CodeForces/488A. Giga Tower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/488A. Giga Tower.cpp -------------------------------------------------------------------------------- /CodeForces/490A. Team Olympiad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/490A. Team Olympiad.cpp -------------------------------------------------------------------------------- /CodeForces/490D. Chocolate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/490D. Chocolate.cpp -------------------------------------------------------------------------------- /CodeForces/493D. Vasya and Chess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/493D. Vasya and Chess.cpp -------------------------------------------------------------------------------- /CodeForces/496D. Tennis Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/496D. Tennis Game.cpp -------------------------------------------------------------------------------- /CodeForces/499B. Lecture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/499B. Lecture.cpp -------------------------------------------------------------------------------- /CodeForces/49A. Sleuth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/49A. Sleuth.cpp -------------------------------------------------------------------------------- /CodeForces/4A. Watermelon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/4A. Watermelon.cpp -------------------------------------------------------------------------------- /CodeForces/501A. Contest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/501A. Contest.cpp -------------------------------------------------------------------------------- /CodeForces/50A. Domino piling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/50A. Domino piling.cpp -------------------------------------------------------------------------------- /CodeForces/510A. Fox And Snake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/510A. Fox And Snake.cpp -------------------------------------------------------------------------------- /CodeForces/510C. Fox And Names.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/510C. Fox And Names.cpp -------------------------------------------------------------------------------- /CodeForces/520A. Pangram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/520A. Pangram.cpp -------------------------------------------------------------------------------- /CodeForces/520B. Two Buttons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/520B. Two Buttons.cpp -------------------------------------------------------------------------------- /CodeForces/525E. Anya and Cubes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/525E. Anya and Cubes.cpp -------------------------------------------------------------------------------- /CodeForces/52C. Circular RMQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/52C. Circular RMQ.cpp -------------------------------------------------------------------------------- /CodeForces/545A. Toy Cars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/545A. Toy Cars.cpp -------------------------------------------------------------------------------- /CodeForces/545C. Woodcutters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/545C. Woodcutters.cpp -------------------------------------------------------------------------------- /CodeForces/545D. Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/545D. Queue.cpp -------------------------------------------------------------------------------- /CodeForces/54C. First Digit Law.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/54C. First Digit Law.cpp -------------------------------------------------------------------------------- /CodeForces/551B. ZgukistringZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/551B. ZgukistringZ.cpp -------------------------------------------------------------------------------- /CodeForces/56A. Bar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/56A. Bar.cpp -------------------------------------------------------------------------------- /CodeForces/573A. Bear and Poker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/573A. Bear and Poker.cpp -------------------------------------------------------------------------------- /CodeForces/577B. Modulo Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/577B. Modulo Sum.cpp -------------------------------------------------------------------------------- /CodeForces/580C. Kefa and Park.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/580C. Kefa and Park.cpp -------------------------------------------------------------------------------- /CodeForces/580D. Kefa and Dishes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/580D. Kefa and Dishes.cpp -------------------------------------------------------------------------------- /CodeForces/58A. Chat room.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/58A. Chat room.cpp -------------------------------------------------------------------------------- /CodeForces/591B. Rebranding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/591B. Rebranding.cpp -------------------------------------------------------------------------------- /CodeForces/595E. Edo and Magnets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/595E. Edo and Magnets.cpp -------------------------------------------------------------------------------- /CodeForces/59A. Word.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/59A. Word.cpp -------------------------------------------------------------------------------- /CodeForces/604A. Uncowed Forces.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/604A. Uncowed Forces.cpp -------------------------------------------------------------------------------- /CodeForces/604B. More Cowbell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/604B. More Cowbell.cpp -------------------------------------------------------------------------------- /CodeForces/608C. Chain Reaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/608C. Chain Reaction.cpp -------------------------------------------------------------------------------- /CodeForces/61E. Enemy is weak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/61E. Enemy is weak.cpp -------------------------------------------------------------------------------- /CodeForces/626D. Jerry's Protest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/626D. Jerry's Protest.cpp -------------------------------------------------------------------------------- /CodeForces/630B. Moore's Law.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/630B. Moore's Law.cpp -------------------------------------------------------------------------------- /CodeForces/630C. Lucky Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/630C. Lucky Numbers.cpp -------------------------------------------------------------------------------- /CodeForces/630Q. Pyramids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/630Q. Pyramids.cpp -------------------------------------------------------------------------------- /CodeForces/630R. Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/630R. Game.cpp -------------------------------------------------------------------------------- /CodeForces/651A. Joysticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/651A. Joysticks.cpp -------------------------------------------------------------------------------- /CodeForces/651C. Watchmen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/651C. Watchmen.cpp -------------------------------------------------------------------------------- /CodeForces/664A. Complicated GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/664A. Complicated GCD.cpp -------------------------------------------------------------------------------- /CodeForces/672A. Summer Camp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/672A. Summer Camp.cpp -------------------------------------------------------------------------------- /CodeForces/673A. Bear and Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/673A. Bear and Game.cpp -------------------------------------------------------------------------------- /CodeForces/698A. Vacations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/698A. Vacations.cpp -------------------------------------------------------------------------------- /CodeForces/69A. Young Physicist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/69A. Young Physicist.cpp -------------------------------------------------------------------------------- /CodeForces/69C. Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/69C. Game.cpp -------------------------------------------------------------------------------- /CodeForces/69D. Dot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/69D. Dot.cpp -------------------------------------------------------------------------------- /CodeForces/69E. Subsegments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/69E. Subsegments.cpp -------------------------------------------------------------------------------- /CodeForces/701A. Cards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/701A. Cards.cpp -------------------------------------------------------------------------------- /CodeForces/702B. Powers of Two.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/702B. Powers of Two.cpp -------------------------------------------------------------------------------- /CodeForces/705A. Hulk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/705A. Hulk.cpp -------------------------------------------------------------------------------- /CodeForces/705C. Thor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/705C. Thor.cpp -------------------------------------------------------------------------------- /CodeForces/706A. Beru-taxi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/706A. Beru-taxi.cpp -------------------------------------------------------------------------------- /CodeForces/706C. Hard problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/706C. Hard problem.cpp -------------------------------------------------------------------------------- /CodeForces/707A. Brain's Photos.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/707A. Brain's Photos.cpp -------------------------------------------------------------------------------- /CodeForces/709B. Checkpoints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/709B. Checkpoints.cpp -------------------------------------------------------------------------------- /CodeForces/711A. Bus to Udayland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/711A. Bus to Udayland.cpp -------------------------------------------------------------------------------- /CodeForces/711C. Coloring Trees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/711C. Coloring Trees.cpp -------------------------------------------------------------------------------- /CodeForces/711D. Directed Roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/711D. Directed Roads.cpp -------------------------------------------------------------------------------- /CodeForces/721C. Journey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/721C. Journey.cpp -------------------------------------------------------------------------------- /CodeForces/722A. Broken Clock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/722A. Broken Clock.cpp -------------------------------------------------------------------------------- /CodeForces/724B. Batch Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/724B. Batch Sort.cpp -------------------------------------------------------------------------------- /CodeForces/725A. Jumping Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/725A. Jumping Ball.cpp -------------------------------------------------------------------------------- /CodeForces/731C. Socks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/731C. Socks.cpp -------------------------------------------------------------------------------- /CodeForces/732A. Buy a Shovel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/732A. Buy a Shovel.cpp -------------------------------------------------------------------------------- /CodeForces/732C. Sanatorium.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/732C. Sanatorium.cpp -------------------------------------------------------------------------------- /CodeForces/733B. Parade.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/733B. Parade.cpp -------------------------------------------------------------------------------- /CodeForces/734A. Anton and Danik.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/734A. Anton and Danik.cpp -------------------------------------------------------------------------------- /CodeForces/734D. Anton and Chess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/734D. Anton and Chess.cpp -------------------------------------------------------------------------------- /CodeForces/735B. Urbanization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/735B. Urbanization.cpp -------------------------------------------------------------------------------- /CodeForces/73C. LionAge II.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/73C. LionAge II.cpp -------------------------------------------------------------------------------- /CodeForces/746A. Compote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/746A. Compote.cpp -------------------------------------------------------------------------------- /CodeForces/746B. Decoding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/746B. Decoding.cpp -------------------------------------------------------------------------------- /CodeForces/75D. Big Maximum Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/75D. Big Maximum Sum.cpp -------------------------------------------------------------------------------- /CodeForces/762A. k-th divisor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/762A. k-th divisor.cpp -------------------------------------------------------------------------------- /CodeForces/767D. Cartons of milk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/767D. Cartons of milk.cpp -------------------------------------------------------------------------------- /CodeForces/779B. Weird Rounding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/779B. Weird Rounding.cpp -------------------------------------------------------------------------------- /CodeForces/779D. String Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/779D. String Game.cpp -------------------------------------------------------------------------------- /CodeForces/787A. The Monster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/787A. The Monster.cpp -------------------------------------------------------------------------------- /CodeForces/787B. Not Afraid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/787B. Not Afraid.cpp -------------------------------------------------------------------------------- /CodeForces/792A. New Bus Route.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/792A. New Bus Route.cpp -------------------------------------------------------------------------------- /CodeForces/792C. Divide by Three.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/792C. Divide by Three.cpp -------------------------------------------------------------------------------- /CodeForces/793A. Oleg and shares.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/793A. Oleg and shares.cpp -------------------------------------------------------------------------------- /CodeForces/797A. k-Factorization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/797A. k-Factorization.cpp -------------------------------------------------------------------------------- /CodeForces/797B. Odd sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/797B. Odd sum.cpp -------------------------------------------------------------------------------- /CodeForces/7D. Palindrome Degree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/7D. Palindrome Degree.cpp -------------------------------------------------------------------------------- /CodeForces/803D. Magazine Ad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/803D. Magazine Ad.cpp -------------------------------------------------------------------------------- /CodeForces/803E. Roma and Poker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/803E. Roma and Poker.cpp -------------------------------------------------------------------------------- /CodeForces/805A. Fake NP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/805A. Fake NP.cpp -------------------------------------------------------------------------------- /CodeForces/805B. 3-palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/805B. 3-palindrome.cpp -------------------------------------------------------------------------------- /CodeForces/805C. Find Amir.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/805C. Find Amir.cpp -------------------------------------------------------------------------------- /CodeForces/813A. The Contest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/813A. The Contest.cpp -------------------------------------------------------------------------------- /CodeForces/813B. The Golden Age.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/813B. The Golden Age.cpp -------------------------------------------------------------------------------- /CodeForces/81A. Plug-in.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/81A. Plug-in.cpp -------------------------------------------------------------------------------- /CodeForces/825A. Binary Protocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/825A. Binary Protocol.cpp -------------------------------------------------------------------------------- /CodeForces/825B. Five-In-a-Row.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/825B. Five-In-a-Row.cpp -------------------------------------------------------------------------------- /CodeForces/825E. Minimal Labels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/825E. Minimal Labels.cpp -------------------------------------------------------------------------------- /CodeForces/832B. Petya and Exam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/832B. Petya and Exam.cpp -------------------------------------------------------------------------------- /CodeForces/834A. The Useless Toy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/834A. The Useless Toy.cpp -------------------------------------------------------------------------------- /CodeForces/835A. Key races.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/835A. Key races.cpp -------------------------------------------------------------------------------- /CodeForces/837A. Text Volume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/837A. Text Volume.cpp -------------------------------------------------------------------------------- /CodeForces/837B. Flag of Berland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/837B. Flag of Berland.cpp -------------------------------------------------------------------------------- /CodeForces/837C. Two Seals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/837C. Two Seals.cpp -------------------------------------------------------------------------------- /CodeForces/839C. Journey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/839C. Journey.cpp -------------------------------------------------------------------------------- /CodeForces/842B. Gleb And Pizza.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/842B. Gleb And Pizza.cpp -------------------------------------------------------------------------------- /CodeForces/845A. Chess Tourney.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/845A. Chess Tourney.cpp -------------------------------------------------------------------------------- /CodeForces/846D. Monitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/846D. Monitor.cpp -------------------------------------------------------------------------------- /CodeForces/84D. Doctor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/84D. Doctor.cpp -------------------------------------------------------------------------------- /CodeForces/863B. Kayaking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/863B. Kayaking.cpp -------------------------------------------------------------------------------- /CodeForces/863C. 1-2-3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/863C. 1-2-3.cpp -------------------------------------------------------------------------------- /CodeForces/863E. Turn Off The TV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/863E. Turn Off The TV.cpp -------------------------------------------------------------------------------- /CodeForces/864A. Fair Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/864A. Fair Game.cpp -------------------------------------------------------------------------------- /CodeForces/864C. Bus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/864C. Bus.cpp -------------------------------------------------------------------------------- /CodeForces/890A. ACM ICPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/890A. ACM ICPC.cpp -------------------------------------------------------------------------------- /CodeForces/890B. Vlad and Cafes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/890B. Vlad and Cafes.cpp -------------------------------------------------------------------------------- /CodeForces/892A. Greed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/892A. Greed.cpp -------------------------------------------------------------------------------- /CodeForces/892B. Wrath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/892B. Wrath.cpp -------------------------------------------------------------------------------- /CodeForces/892C. Pride.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/892C. Pride.cpp -------------------------------------------------------------------------------- /CodeForces/892D. Gluttony.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/892D. Gluttony.cpp -------------------------------------------------------------------------------- /CodeForces/898A. Rounding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/898A. Rounding.cpp -------------------------------------------------------------------------------- /CodeForces/898C. Phone Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/898C. Phone Numbers.cpp -------------------------------------------------------------------------------- /CodeForces/902B. Coloring a Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/902B. Coloring a Tree.cpp -------------------------------------------------------------------------------- /CodeForces/902C. Hashing Trees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/902C. Hashing Trees.cpp -------------------------------------------------------------------------------- /CodeForces/909D. Colorful Points.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/909D. Colorful Points.cpp -------------------------------------------------------------------------------- /CodeForces/915A. Garden.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/915A. Garden.cpp -------------------------------------------------------------------------------- /CodeForces/918A. Eleven.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/918A. Eleven.cpp -------------------------------------------------------------------------------- /CodeForces/918B. Radio Station.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/918B. Radio Station.cpp -------------------------------------------------------------------------------- /CodeForces/920B. Tea Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/920B. Tea Queue.cpp -------------------------------------------------------------------------------- /CodeForces/931A. Friends Meeting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/931A. Friends Meeting.cpp -------------------------------------------------------------------------------- /CodeForces/931B. World Cup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/931B. World Cup.cpp -------------------------------------------------------------------------------- /CodeForces/931C. Laboratory Work.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/931C. Laboratory Work.cpp -------------------------------------------------------------------------------- /CodeForces/935C. Fifa and Fafa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/935C. Fifa and Fafa.cpp -------------------------------------------------------------------------------- /CodeForces/937A. Olympiad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/937A. Olympiad.cpp -------------------------------------------------------------------------------- /CodeForces/938A. Word Correction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/938A. Word Correction.cpp -------------------------------------------------------------------------------- /CodeForces/938D. Buy a Ticket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/938D. Buy a Ticket.cpp -------------------------------------------------------------------------------- /CodeForces/939A. Love Triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/939A. Love Triangle.cpp -------------------------------------------------------------------------------- /CodeForces/939B. Hamster Farm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/939B. Hamster Farm.cpp -------------------------------------------------------------------------------- /CodeForces/939D. Love Rescue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/939D. Love Rescue.cpp -------------------------------------------------------------------------------- /CodeForces/940C. Phone Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/940C. Phone Numbers.cpp -------------------------------------------------------------------------------- /CodeForces/946A. Partition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/946A. Partition.cpp -------------------------------------------------------------------------------- /CodeForces/946D. Timetable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/946D. Timetable.cpp -------------------------------------------------------------------------------- /CodeForces/94D. End of Exams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/94D. End of Exams.cpp -------------------------------------------------------------------------------- /CodeForces/954B. String Typing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/954B. String Typing.cpp -------------------------------------------------------------------------------- /CodeForces/954C. Matrix Walk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/954C. Matrix Walk.cpp -------------------------------------------------------------------------------- /CodeForces/954E. Water Taps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/954E. Water Taps.cpp -------------------------------------------------------------------------------- /CodeForces/957B. Mystical Mosaic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/957B. Mystical Mosaic.cpp -------------------------------------------------------------------------------- /CodeForces/961A. Tetris.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/961A. Tetris.cpp -------------------------------------------------------------------------------- /CodeForces/961B. Lecture Sleep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/961B. Lecture Sleep.cpp -------------------------------------------------------------------------------- /CodeForces/961C. Chessboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/961C. Chessboard.cpp -------------------------------------------------------------------------------- /CodeForces/961D. Pair Of Lines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/961D. Pair Of Lines.cpp -------------------------------------------------------------------------------- /CodeForces/961E. Tufurama.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/961E. Tufurama.cpp -------------------------------------------------------------------------------- /CodeForces/962A. Equator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/962A. Equator.cpp -------------------------------------------------------------------------------- /CodeForces/962C. Make a Square.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/962C. Make a Square.cpp -------------------------------------------------------------------------------- /CodeForces/962D. Merge Equals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/962D. Merge Equals.cpp -------------------------------------------------------------------------------- /CodeForces/964A. Splits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/964A. Splits.cpp -------------------------------------------------------------------------------- /CodeForces/964B. Messages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/964B. Messages.cpp -------------------------------------------------------------------------------- /CodeForces/96A. Football.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/96A. Football.cpp -------------------------------------------------------------------------------- /CodeForces/976C. Nested Segments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/976C. Nested Segments.cpp -------------------------------------------------------------------------------- /CodeForces/977B. Two-gram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/977B. Two-gram.cpp -------------------------------------------------------------------------------- /CodeForces/977C. Less or Equal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/977C. Less or Equal.cpp -------------------------------------------------------------------------------- /CodeForces/978B. File Name.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/978B. File Name.cpp -------------------------------------------------------------------------------- /CodeForces/978C. Letters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/978C. Letters.cpp -------------------------------------------------------------------------------- /CodeForces/978F. Mentors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/978F. Mentors.cpp -------------------------------------------------------------------------------- /CodeForces/979B. Treasure Hunt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/979B. Treasure Hunt.cpp -------------------------------------------------------------------------------- /CodeForces/981A. Antipalindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/981A. Antipalindrome.cpp -------------------------------------------------------------------------------- /CodeForces/982A. Row.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/982A. Row.cpp -------------------------------------------------------------------------------- /CodeForces/982C. Cut 'em all!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/982C. Cut 'em all!.cpp -------------------------------------------------------------------------------- /CodeForces/984A. Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/984A. Game.cpp -------------------------------------------------------------------------------- /CodeForces/984B. Minesweeper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/984B. Minesweeper.cpp -------------------------------------------------------------------------------- /CodeForces/984D. XOR-pyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/984D. XOR-pyramid.cpp -------------------------------------------------------------------------------- /CodeForces/985A. Chess Placing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/985A. Chess Placing.cpp -------------------------------------------------------------------------------- /CodeForces/988A. Diverse Team.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/988A. Diverse Team.cpp -------------------------------------------------------------------------------- /CodeForces/988B. Substrings Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/988B. Substrings Sort.cpp -------------------------------------------------------------------------------- /CodeForces/988C. Equal Sums.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/988C. Equal Sums.cpp -------------------------------------------------------------------------------- /CodeForces/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/CodeForces/README.md -------------------------------------------------------------------------------- /Hackerrank/ACM ICPC Team.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/ACM ICPC Team.cpp -------------------------------------------------------------------------------- /Hackerrank/Apple and Orange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Apple and Orange.cpp -------------------------------------------------------------------------------- /Hackerrank/Arrays Introduction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Arrays Introduction.cpp -------------------------------------------------------------------------------- /Hackerrank/Balanced Brackets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Balanced Brackets.cpp -------------------------------------------------------------------------------- /Hackerrank/Basic Data Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Basic Data Types.cpp -------------------------------------------------------------------------------- /Hackerrank/Bear and Steady Gene.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Bear and Steady Gene.cpp -------------------------------------------------------------------------------- /Hackerrank/Beautiful Triplets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Beautiful Triplets.cpp -------------------------------------------------------------------------------- /Hackerrank/Big Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Big Sorting.cpp -------------------------------------------------------------------------------- /Hackerrank/Birthday Cake Candles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Birthday Cake Candles.cpp -------------------------------------------------------------------------------- /Hackerrank/Birthday Chocolate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Birthday Chocolate.cpp -------------------------------------------------------------------------------- /Hackerrank/Cats and a Mouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Cats and a Mouse.cpp -------------------------------------------------------------------------------- /Hackerrank/Cavity Map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Cavity Map.cpp -------------------------------------------------------------------------------- /Hackerrank/Chief Hopper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Chief Hopper.cpp -------------------------------------------------------------------------------- /Hackerrank/Compare the Triplets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Compare the Triplets.cpp -------------------------------------------------------------------------------- /Hackerrank/Counting Valleys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Counting Valleys.cpp -------------------------------------------------------------------------------- /Hackerrank/Day 29: Bitwise AND.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Day 29: Bitwise AND.cpp -------------------------------------------------------------------------------- /Hackerrank/Down to Zero II.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Down to Zero II.cpp -------------------------------------------------------------------------------- /Hackerrank/Easy sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Easy sum.cpp -------------------------------------------------------------------------------- /Hackerrank/Find Digits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Find Digits.cpp -------------------------------------------------------------------------------- /Hackerrank/Find the Point.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Find the Point.cpp -------------------------------------------------------------------------------- /Hackerrank/For Loop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/For Loop.cpp -------------------------------------------------------------------------------- /Hackerrank/Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Functions.cpp -------------------------------------------------------------------------------- /Hackerrank/Handshake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Handshake.cpp -------------------------------------------------------------------------------- /Hackerrank/Input and Output.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Input and Output.cpp -------------------------------------------------------------------------------- /Hackerrank/Jack goes to Rapture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Jack goes to Rapture.cpp -------------------------------------------------------------------------------- /Hackerrank/Journey to the Moon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Journey to the Moon.cpp -------------------------------------------------------------------------------- /Hackerrank/Jumping on the Clouds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Jumping on the Clouds.cpp -------------------------------------------------------------------------------- /Hackerrank/Lazy Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Lazy Sorting.cpp -------------------------------------------------------------------------------- /Hackerrank/Maximizing XOR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Maximizing XOR.cpp -------------------------------------------------------------------------------- /Hackerrank/Maximum Draws.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Maximum Draws.cpp -------------------------------------------------------------------------------- /Hackerrank/Maximum Element.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Maximum Element.cpp -------------------------------------------------------------------------------- /Hackerrank/Minimum Loss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Minimum Loss.cpp -------------------------------------------------------------------------------- /Hackerrank/Missing Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Missing Numbers.cpp -------------------------------------------------------------------------------- /Hackerrank/Non-Divisible Subset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Non-Divisible Subset.cpp -------------------------------------------------------------------------------- /Hackerrank/Pointer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Pointer.cpp -------------------------------------------------------------------------------- /Hackerrank/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/README.md -------------------------------------------------------------------------------- /Hackerrank/Recursive Digit Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Recursive Digit Sum.cpp -------------------------------------------------------------------------------- /Hackerrank/Repeated String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Repeated String.cpp -------------------------------------------------------------------------------- /Hackerrank/Separate the Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Separate the Numbers.cpp -------------------------------------------------------------------------------- /Hackerrank/Sherlock and Anagrams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Sherlock and Anagrams.cpp -------------------------------------------------------------------------------- /Hackerrank/Sherlock and Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Sherlock and Array.cpp -------------------------------------------------------------------------------- /Hackerrank/Sherlock and GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Sherlock and GCD.cpp -------------------------------------------------------------------------------- /Hackerrank/Simple Text Editor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Simple Text Editor.cpp -------------------------------------------------------------------------------- /Hackerrank/Sparse Arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Sparse Arrays.cpp -------------------------------------------------------------------------------- /Hackerrank/Stepping Stones Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Stepping Stones Game.cpp -------------------------------------------------------------------------------- /Hackerrank/Sum vs XOR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Sum vs XOR.cpp -------------------------------------------------------------------------------- /Hackerrank/Xrange's Pancakes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Hackerrank/Xrange's Pancakes.cpp -------------------------------------------------------------------------------- /LeetCode/1. Two Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/1. Two Sum.cpp -------------------------------------------------------------------------------- /LeetCode/12. Integer to Roman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/12. Integer to Roman.cpp -------------------------------------------------------------------------------- /LeetCode/13. Roman to Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/13. Roman to Integer.cpp -------------------------------------------------------------------------------- /LeetCode/15. 3Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/15. 3Sum.cpp -------------------------------------------------------------------------------- /LeetCode/16. 3Sum Closest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/16. 3Sum Closest.cpp -------------------------------------------------------------------------------- /LeetCode/18. 4Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/18. 4Sum.cpp -------------------------------------------------------------------------------- /LeetCode/2. Add Two Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/2. Add Two Numbers.cpp -------------------------------------------------------------------------------- /LeetCode/20. Valid Parentheses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/20. Valid Parentheses.cpp -------------------------------------------------------------------------------- /LeetCode/306. Additive Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/306. Additive Number.cpp -------------------------------------------------------------------------------- /LeetCode/6. ZigZag Conversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/6. ZigZag Conversion.cpp -------------------------------------------------------------------------------- /LeetCode/7. Reverse Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/7. Reverse Integer.cpp -------------------------------------------------------------------------------- /LeetCode/9. Palindrome Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/9. Palindrome Number.cpp -------------------------------------------------------------------------------- /LeetCode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/LeetCode/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/README.md -------------------------------------------------------------------------------- /SPOJ/ABCDEF - ABCDEF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ABCDEF - ABCDEF.cpp -------------------------------------------------------------------------------- /SPOJ/ACPC10D - Tri graphs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ACPC10D - Tri graphs.cpp -------------------------------------------------------------------------------- /SPOJ/ADATEAMS - Ada and Teams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ADATEAMS - Ada and Teams.cpp -------------------------------------------------------------------------------- /SPOJ/AGGRCOW - Aggressive cows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/AGGRCOW - Aggressive cows.cpp -------------------------------------------------------------------------------- /SPOJ/AMR11A - Magic Grid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/AMR11A - Magic Grid.cpp -------------------------------------------------------------------------------- /SPOJ/AMR11E - Distinct Primes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/AMR11E - Distinct Primes.cpp -------------------------------------------------------------------------------- /SPOJ/ANDROUND - AND Rounds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ANDROUND - AND Rounds.cpp -------------------------------------------------------------------------------- /SPOJ/ATOMS - Atoms in the Lab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ATOMS - Atoms in the Lab.cpp -------------------------------------------------------------------------------- /SPOJ/BALLSUM - Ball sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/BALLSUM - Ball sum.cpp -------------------------------------------------------------------------------- /SPOJ/BGSHOOT - Shoot and kill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/BGSHOOT - Shoot and kill.cpp -------------------------------------------------------------------------------- /SPOJ/BRCKTS - Brackets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/BRCKTS - Brackets.cpp -------------------------------------------------------------------------------- /SPOJ/BSEARCH1 - Binary search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/BSEARCH1 - Binary search.cpp -------------------------------------------------------------------------------- /SPOJ/BYTESE2 - The Great Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/BYTESE2 - The Great Ball.cpp -------------------------------------------------------------------------------- /SPOJ/CNTPRIME - Counting Primes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/CNTPRIME - Counting Primes.cpp -------------------------------------------------------------------------------- /SPOJ/CODEM5 - Problem5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/CODEM5 - Problem5.cpp -------------------------------------------------------------------------------- /SPOJ/CRSCNTRY - Cross-country.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/CRSCNTRY - Cross-country.cpp -------------------------------------------------------------------------------- /SPOJ/DCOWS - Dancing Cows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/DCOWS - Dancing Cows.cpp -------------------------------------------------------------------------------- /SPOJ/DIV2 - Divisors 2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/DIV2 - Divisors 2.cpp -------------------------------------------------------------------------------- /SPOJ/DIVSUM - Divisor Summation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/DIVSUM - Divisor Summation.cpp -------------------------------------------------------------------------------- /SPOJ/EASUDOKU - Easy sudoku.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/EASUDOKU - Easy sudoku.cpp -------------------------------------------------------------------------------- /SPOJ/EDIST - Edit distance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/EDIST - Edit distance.cpp -------------------------------------------------------------------------------- /SPOJ/EDIT - Edit Distance Again.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/EDIT - Edit Distance Again.cpp -------------------------------------------------------------------------------- /SPOJ/EN - Entrapment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/EN - Entrapment.cpp -------------------------------------------------------------------------------- /SPOJ/ENIGMATH - PLAY WITH MATH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ENIGMATH - PLAY WITH MATH.cpp -------------------------------------------------------------------------------- /SPOJ/FARIDA - Princess Farida.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/FARIDA - Princess Farida.cpp -------------------------------------------------------------------------------- /SPOJ/HORRIBLE - Horrible Queries.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/HORRIBLE - Horrible Queries.cpp -------------------------------------------------------------------------------- /SPOJ/MAIN8_C - Shake Shake Shaky.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/MAIN8_C - Shake Shake Shaky.cpp -------------------------------------------------------------------------------- /SPOJ/MBLAST - BLAST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/MBLAST - BLAST.cpp -------------------------------------------------------------------------------- /SPOJ/MC - Minimum Cost.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/MC - Minimum Cost.cpp -------------------------------------------------------------------------------- /SPOJ/MSE07E - Showstopper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/MSE07E - Showstopper.cpp -------------------------------------------------------------------------------- /SPOJ/MULTQ3 - Multiples of 3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/MULTQ3 - Multiples of 3.cpp -------------------------------------------------------------------------------- /SPOJ/NDIV - n-divisors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/NDIV - n-divisors.cpp -------------------------------------------------------------------------------- /SPOJ/NSTEPS - Number Steps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/NSTEPS - Number Steps.cpp -------------------------------------------------------------------------------- /SPOJ/PRIME1 - Prime Generator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/PRIME1 - Prime Generator.cpp -------------------------------------------------------------------------------- /SPOJ/PRINT - Prime Intervals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/PRINT - Prime Intervals.cpp -------------------------------------------------------------------------------- /SPOJ/PT07Y - Is it a tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/PT07Y - Is it a tree.cpp -------------------------------------------------------------------------------- /SPOJ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/README.md -------------------------------------------------------------------------------- /SPOJ/RELINETS - Reliable Nets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/RELINETS - Reliable Nets.cpp -------------------------------------------------------------------------------- /SPOJ/RMQSQ - Range Minimum Query.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/RMQSQ - Range Minimum Query.cpp -------------------------------------------------------------------------------- /SPOJ/ROADS - Roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/ROADS - Roads.cpp -------------------------------------------------------------------------------- /SPOJ/RPLN - Negative Score.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/RPLN - Negative Score.cpp -------------------------------------------------------------------------------- /SPOJ/SUBXOR - SubXor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/SUBXOR - SubXor.cpp -------------------------------------------------------------------------------- /SPOJ/SUMITR - Sums in a Triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/SUMITR - Sums in a Triangle.cpp -------------------------------------------------------------------------------- /SPOJ/TOANDFRO - To and Fro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/TOANDFRO - To and Fro.cpp -------------------------------------------------------------------------------- /SPOJ/TRIP - Trip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/TRIP - Trip.cpp -------------------------------------------------------------------------------- /SPOJ/WEIRDFN - Weird Function.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/SPOJ/WEIRDFN - Weird Function.cpp -------------------------------------------------------------------------------- /TJU/1683.Common Subsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TJU/1683.Common Subsequence.cpp -------------------------------------------------------------------------------- /TJU/2762.Balanced Lineup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TJU/2762.Balanced Lineup.cpp -------------------------------------------------------------------------------- /TJU/2870.The K-th City.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TJU/2870.The K-th City.cpp -------------------------------------------------------------------------------- /TJU/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TJU/README.md -------------------------------------------------------------------------------- /Timus/1004. Sightseeing Trip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/1004. Sightseeing Trip.cpp -------------------------------------------------------------------------------- /Timus/1045. Funny Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/1045. Funny Game.cpp -------------------------------------------------------------------------------- /Timus/1134. Cards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/1134. Cards.cpp -------------------------------------------------------------------------------- /Timus/1322. Spy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/1322. Spy.cpp -------------------------------------------------------------------------------- /Timus/1515. Cashmaster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/1515. Cashmaster.cpp -------------------------------------------------------------------------------- /Timus/2011. Long Statement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/2011. Long Statement.cpp -------------------------------------------------------------------------------- /Timus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/Timus/README.md -------------------------------------------------------------------------------- /TopCoder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/README.md -------------------------------------------------------------------------------- /TopCoder/SRM153-D1-450.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM153-D1-450.cpp -------------------------------------------------------------------------------- /TopCoder/SRM174-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM174-D1-250.cpp -------------------------------------------------------------------------------- /TopCoder/SRM176-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM176-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM223-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM223-D1-250.cpp -------------------------------------------------------------------------------- /TopCoder/SRM233-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM233-D1-250.cpp -------------------------------------------------------------------------------- /TopCoder/SRM280-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM280-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM308-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM308-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM319-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM319-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM335-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM335-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM338-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM338-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM339-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM339-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM391-D1-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM391-D1-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM394-D2-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM394-D2-1000.cpp -------------------------------------------------------------------------------- /TopCoder/SRM458-D2-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM458-D2-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM483-D2-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM483-D2-1000.cpp -------------------------------------------------------------------------------- /TopCoder/SRM502-D2-500.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM502-D2-500.cpp -------------------------------------------------------------------------------- /TopCoder/SRM504-D2-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM504-D2-1000.cpp -------------------------------------------------------------------------------- /TopCoder/SRM536-D2-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM536-D2-1000.cpp -------------------------------------------------------------------------------- /TopCoder/SRM558-D1-250.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM558-D1-250.cpp -------------------------------------------------------------------------------- /TopCoder/SRM619-D2-1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/TopCoder/SRM619-D2-1000.cpp -------------------------------------------------------------------------------- /URI/1001 - Extremely Basic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1001 - Extremely Basic.cpp -------------------------------------------------------------------------------- /URI/1002 - Area of a Circle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1002 - Area of a Circle.cpp -------------------------------------------------------------------------------- /URI/1003 - Simple Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1003 - Simple Sum.cpp -------------------------------------------------------------------------------- /URI/1004 - Simple Product.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1004 - Simple Product.cpp -------------------------------------------------------------------------------- /URI/1005 - Average 1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1005 - Average 1.cpp -------------------------------------------------------------------------------- /URI/1006 - Average 2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1006 - Average 2.cpp -------------------------------------------------------------------------------- /URI/1007 - Difference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1007 - Difference.cpp -------------------------------------------------------------------------------- /URI/1008 - Salary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1008 - Salary.cpp -------------------------------------------------------------------------------- /URI/1009 - Salary with Bonus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1009 - Salary with Bonus.cpp -------------------------------------------------------------------------------- /URI/1010 - Simple Calculate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1010 - Simple Calculate.cpp -------------------------------------------------------------------------------- /URI/1011 - Sphere.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1011 - Sphere.cpp -------------------------------------------------------------------------------- /URI/1012 - Area.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1012 - Area.cpp -------------------------------------------------------------------------------- /URI/1013 - The Greatest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1013 - The Greatest.cpp -------------------------------------------------------------------------------- /URI/1014 - Consumption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1014 - Consumption.cpp -------------------------------------------------------------------------------- /URI/1016 - Distance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1016 - Distance.cpp -------------------------------------------------------------------------------- /URI/1022 - TDA Rational.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1022 - TDA Rational.cpp -------------------------------------------------------------------------------- /URI/1025 - Where is the Marble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1025 - Where is the Marble.cpp -------------------------------------------------------------------------------- /URI/1038 - Snack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1038 - Snack.cpp -------------------------------------------------------------------------------- /URI/1039 - Fire Flowers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1039 - Fire Flowers.cpp -------------------------------------------------------------------------------- /URI/1068 - Parenthesis Balance I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1068 - Parenthesis Balance I.cpp -------------------------------------------------------------------------------- /URI/1076 - Design Labirints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1076 - Design Labirints.cpp -------------------------------------------------------------------------------- /URI/1082 - Connected Components.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1082 - Connected Components.cpp -------------------------------------------------------------------------------- /URI/1088 - Bubbles and Buckets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1088 - Bubbles and Buckets.cpp -------------------------------------------------------------------------------- /URI/1100 - Knight Moves.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1100 - Knight Moves.cpp -------------------------------------------------------------------------------- /URI/1110 - Throwing Cards Away.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1110 - Throwing Cards Away.cpp -------------------------------------------------------------------------------- /URI/1128 - Come and Go.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1128 - Come and Go.cpp -------------------------------------------------------------------------------- /URI/1133 - Rest of a Division.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1133 - Rest of a Division.cpp -------------------------------------------------------------------------------- /URI/1148 - Countries at War.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1148 - Countries at War.cpp -------------------------------------------------------------------------------- /URI/1152 - Dark Roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1152 - Dark Roads.cpp -------------------------------------------------------------------------------- /URI/1162 - Train Swapping.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1162 - Train Swapping.cpp -------------------------------------------------------------------------------- /URI/1168 - LED.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1168 - LED.cpp -------------------------------------------------------------------------------- /URI/1191 - Tree Recovery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1191 - Tree Recovery.cpp -------------------------------------------------------------------------------- /URI/1194 - Pre, In and Post.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1194 - Pre, In and Post.cpp -------------------------------------------------------------------------------- /URI/1195 - Binary Search Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1195 - Binary Search Tree.cpp -------------------------------------------------------------------------------- /URI/1200 - BST Operations I.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1200 - BST Operations I.cpp -------------------------------------------------------------------------------- /URI/1211 - Economic Phonebook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1211 - Economic Phonebook.cpp -------------------------------------------------------------------------------- /URI/1234 - Dancing Sentence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1234 - Dancing Sentence.cpp -------------------------------------------------------------------------------- /URI/1237 - Compare Substring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1237 - Compare Substring.cpp -------------------------------------------------------------------------------- /URI/1238 - Combiner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1238 - Combiner.cpp -------------------------------------------------------------------------------- /URI/1239 - Bloggo Shortcuts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1239 - Bloggo Shortcuts.cpp -------------------------------------------------------------------------------- /URI/1241 - Fit or Dont Fit II.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1241 - Fit or Dont Fit II.cpp -------------------------------------------------------------------------------- /URI/1244 - Sort by Length.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1244 - Sort by Length.cpp -------------------------------------------------------------------------------- /URI/1245 - Lost Boots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1245 - Lost Boots.cpp -------------------------------------------------------------------------------- /URI/1249 - Rot13.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1249 - Rot13.cpp -------------------------------------------------------------------------------- /URI/1253 - Caesar Cipher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1253 - Caesar Cipher.cpp -------------------------------------------------------------------------------- /URI/1255 - Letter Frequency.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1255 - Letter Frequency.cpp -------------------------------------------------------------------------------- /URI/1256 - Hash Tables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1256 - Hash Tables.cpp -------------------------------------------------------------------------------- /URI/1257 - Array Hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1257 - Array Hash.cpp -------------------------------------------------------------------------------- /URI/1258 - T-Shirts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1258 - T-Shirts.cpp -------------------------------------------------------------------------------- /URI/1259 - Even and Odd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1259 - Even and Odd.cpp -------------------------------------------------------------------------------- /URI/1260 - Hardwood Species.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1260 - Hardwood Species.cpp -------------------------------------------------------------------------------- /URI/1261 - Hay Points.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1261 - Hay Points.cpp -------------------------------------------------------------------------------- /URI/1262 - Multiple Reading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1262 - Multiple Reading.cpp -------------------------------------------------------------------------------- /URI/1263 - Alliteration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1263 - Alliteration.cpp -------------------------------------------------------------------------------- /URI/1272 - Hidden Message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1272 - Hidden Message.cpp -------------------------------------------------------------------------------- /URI/1273 - Justifier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1273 - Justifier.cpp -------------------------------------------------------------------------------- /URI/1277 - Short Attendance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1277 - Short Attendance.cpp -------------------------------------------------------------------------------- /URI/1281 - Going to the Market.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1281 - Going to the Market.cpp -------------------------------------------------------------------------------- /URI/1332 - One-Two-Three.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1332 - One-Two-Three.cpp -------------------------------------------------------------------------------- /URI/1430 - Jingle Composing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1430 - Jingle Composing.cpp -------------------------------------------------------------------------------- /URI/1451 - Broken Keyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1451 - Broken Keyboard.cpp -------------------------------------------------------------------------------- /URI/1467 - Zero or One.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1467 - Zero or One.cpp -------------------------------------------------------------------------------- /URI/1469 - Boss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1469 - Boss.cpp -------------------------------------------------------------------------------- /URI/1520 - Screws and Nuts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1520 - Screws and Nuts.cpp -------------------------------------------------------------------------------- /URI/1548 - Canteen Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1548 - Canteen Queue.cpp -------------------------------------------------------------------------------- /URI/1550 - Inversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1550 - Inversion.cpp -------------------------------------------------------------------------------- /URI/1551 - Complete Sentence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1551 - Complete Sentence.cpp -------------------------------------------------------------------------------- /URI/1552 - Rescue in Free Fall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1552 - Rescue in Free Fall.cpp -------------------------------------------------------------------------------- /URI/1566 - Height.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1566 - Height.cpp -------------------------------------------------------------------------------- /URI/1581 - International Chat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1581 - International Chat.cpp -------------------------------------------------------------------------------- /URI/1607 - Advancing Letters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1607 - Advancing Letters.cpp -------------------------------------------------------------------------------- /URI/1610 - Dudu Service Maker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1610 - Dudu Service Maker.cpp -------------------------------------------------------------------------------- /URI/1763 - Santa's Translator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1763 - Santa's Translator.cpp -------------------------------------------------------------------------------- /URI/1774 - Routers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1774 - Routers.cpp -------------------------------------------------------------------------------- /URI/1855 - Maester's Map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1855 - Maester's Map.cpp -------------------------------------------------------------------------------- /URI/1871 - Zero means Zero.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/1871 - Zero means Zero.cpp -------------------------------------------------------------------------------- /URI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/URI/README.md -------------------------------------------------------------------------------- /UVA/100 - The 3n + 1 problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/100 - The 3n + 1 problem.cpp -------------------------------------------------------------------------------- /UVA/10000 - Longest Paths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10000 - Longest Paths.cpp -------------------------------------------------------------------------------- /UVA/10003 - Cutting Sticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10003 - Cutting Sticks.cpp -------------------------------------------------------------------------------- /UVA/10004 - Bicoloring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10004 - Bicoloring.cpp -------------------------------------------------------------------------------- /UVA/10008 - What's Cryptanalysis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10008 - What's Cryptanalysis.cpp -------------------------------------------------------------------------------- /UVA/10009 - All Roads Lead Where.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10009 - All Roads Lead Where.cpp -------------------------------------------------------------------------------- /UVA/10034 - Freckles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10034 - Freckles.cpp -------------------------------------------------------------------------------- /UVA/10036 - Divisibility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10036 - Divisibility.cpp -------------------------------------------------------------------------------- /UVA/10058 - Jimmi's Riddles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10058 - Jimmi's Riddles.cpp -------------------------------------------------------------------------------- /UVA/10066 - The Twin Towers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10066 - The Twin Towers.cpp -------------------------------------------------------------------------------- /UVA/10075 - Airlines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10075 - Airlines.cpp -------------------------------------------------------------------------------- /UVA/10080 - Gopher II.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10080 - Gopher II.cpp -------------------------------------------------------------------------------- /UVA/10098 - Generating Fast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10098 - Generating Fast.cpp -------------------------------------------------------------------------------- /UVA/10100 - Longest Match.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10100 - Longest Match.cpp -------------------------------------------------------------------------------- /UVA/10104 - Euclid Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10104 - Euclid Problem.cpp -------------------------------------------------------------------------------- /UVA/10107 - What is the Median.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10107 - What is the Median.cpp -------------------------------------------------------------------------------- /UVA/10116 - Robot Motion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10116 - Robot Motion.cpp -------------------------------------------------------------------------------- /UVA/10130 - SuperSale.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10130 - SuperSale.cpp -------------------------------------------------------------------------------- /UVA/10131 - Is Bigger Smarter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10131 - Is Bigger Smarter.cpp -------------------------------------------------------------------------------- /UVA/10131 - Is Bigger Smarter?.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10131 - Is Bigger Smarter?.cpp -------------------------------------------------------------------------------- /UVA/10142 - Australian Voting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10142 - Australian Voting.cpp -------------------------------------------------------------------------------- /UVA/10218 - Let's Dance !!!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10218 - Let's Dance !!!.cpp -------------------------------------------------------------------------------- /UVA/10222 - Decode the Mad man.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10222 - Decode the Mad man.cpp -------------------------------------------------------------------------------- /UVA/10226 - Hardwood Species.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10226 - Hardwood Species.cpp -------------------------------------------------------------------------------- /UVA/10235 - Simply Emirp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10235 - Simply Emirp.cpp -------------------------------------------------------------------------------- /UVA/10252 - Common Permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10252 - Common Permutation.cpp -------------------------------------------------------------------------------- /UVA/10279 - Mine Sweeper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10279 - Mine Sweeper.cpp -------------------------------------------------------------------------------- /UVA/10282 - Babelfish.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10282 - Babelfish.cpp -------------------------------------------------------------------------------- /UVA/10295 - Hay Points.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10295 - Hay Points.cpp -------------------------------------------------------------------------------- /UVA/10298 - Power Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10298 - Power Strings.cpp -------------------------------------------------------------------------------- /UVA/103 - Stacking Boxes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/103 - Stacking Boxes.cpp -------------------------------------------------------------------------------- /UVA/10300 - Ecological Premium.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10300 - Ecological Premium.cpp -------------------------------------------------------------------------------- /UVA/10305 - Ordering Tasks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10305 - Ordering Tasks.cpp -------------------------------------------------------------------------------- /UVA/10313 - Pay the Price.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10313 - Pay the Price.cpp -------------------------------------------------------------------------------- /UVA/10324 - Zeros and Ones.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10324 - Zeros and Ones.cpp -------------------------------------------------------------------------------- /UVA/10330 - Power Transmission.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10330 - Power Transmission.cpp -------------------------------------------------------------------------------- /UVA/10334 - Ray Through Glasses.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10334 - Ray Through Glasses.java -------------------------------------------------------------------------------- /UVA/10336 - Rank the Languages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10336 - Rank the Languages.cpp -------------------------------------------------------------------------------- /UVA/10337 - Flight Planner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10337 - Flight Planner.cpp -------------------------------------------------------------------------------- /UVA/10338 - Mischievous Children.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10338 - Mischievous Children.cpp -------------------------------------------------------------------------------- /UVA/10340 - All in All.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10340 - All in All.cpp -------------------------------------------------------------------------------- /UVA/10368 - Euclid's Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10368 - Euclid's Game.cpp -------------------------------------------------------------------------------- /UVA/10370 - Above Average.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10370 - Above Average.cpp -------------------------------------------------------------------------------- /UVA/10420 - List of Conquests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10420 - List of Conquests.cpp -------------------------------------------------------------------------------- /UVA/10422 - Knights in FEN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10422 - Knights in FEN.cpp -------------------------------------------------------------------------------- /UVA/10534 - Wavio Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10534 - Wavio Sequence.cpp -------------------------------------------------------------------------------- /UVA/10536 - Game of Euler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10536 - Game of Euler.cpp -------------------------------------------------------------------------------- /UVA/10550 - Combination Lock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10550 - Combination Lock.cpp -------------------------------------------------------------------------------- /UVA/10578 - The Game of 31.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10578 - The Game of 31.cpp -------------------------------------------------------------------------------- /UVA/10608 - Friends.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10608 - Friends.cpp -------------------------------------------------------------------------------- /UVA/10611 - The Playboy Chimp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10611 - The Playboy Chimp.cpp -------------------------------------------------------------------------------- /UVA/10717 - Mint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10717 - Mint.cpp -------------------------------------------------------------------------------- /UVA/10721 - Bar Codes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10721 - Bar Codes.cpp -------------------------------------------------------------------------------- /UVA/10731 - Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10731 - Test.cpp -------------------------------------------------------------------------------- /UVA/10759 - Dice Throwing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10759 - Dice Throwing.cpp -------------------------------------------------------------------------------- /UVA/10765 - Doves and bombs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10765 - Doves and bombs.cpp -------------------------------------------------------------------------------- /UVA/10777 - God! Save me.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10777 - God! Save me.cpp -------------------------------------------------------------------------------- /UVA/10789 - Prime Frequency.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10789 - Prime Frequency.cpp -------------------------------------------------------------------------------- /UVA/108 - Maximum Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/108 - Maximum Sum.cpp -------------------------------------------------------------------------------- /UVA/10804 - Gopher Strategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10804 - Gopher Strategy.cpp -------------------------------------------------------------------------------- /UVA/10819 - Trouble of 13-Dots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10819 - Trouble of 13-Dots.cpp -------------------------------------------------------------------------------- /UVA/10911 - Forming Quiz Teams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10911 - Forming Quiz Teams.cpp -------------------------------------------------------------------------------- /UVA/10921 - Find the Telephone.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10921 - Find the Telephone.cpp -------------------------------------------------------------------------------- /UVA/10924 - Prime Words.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10924 - Prime Words.cpp -------------------------------------------------------------------------------- /UVA/10929 - You can say 11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10929 - You can say 11.cpp -------------------------------------------------------------------------------- /UVA/10943 - How do you add?.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10943 - How do you add?.cpp -------------------------------------------------------------------------------- /UVA/10986 - Sending email.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/10986 - Sending email.cpp -------------------------------------------------------------------------------- /UVA/11021 - Tribles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11021 - Tribles.cpp -------------------------------------------------------------------------------- /UVA/11034 - Ferry Loading IV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11034 - Ferry Loading IV.cpp -------------------------------------------------------------------------------- /UVA/11057 - Exact Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11057 - Exact Sum.cpp -------------------------------------------------------------------------------- /UVA/111 - History Grading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/111 - History Grading.cpp -------------------------------------------------------------------------------- /UVA/11138 - Nuts and Bolts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11138 - Nuts and Bolts.cpp -------------------------------------------------------------------------------- /UVA/11181 - Probability|Given.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11181 - Probability|Given.cpp -------------------------------------------------------------------------------- /UVA/1121 - Subsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1121 - Subsequence.cpp -------------------------------------------------------------------------------- /UVA/11223 - O dah dah dah!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11223 - O dah dah dah!.cpp -------------------------------------------------------------------------------- /UVA/1124 - Celebrity jeopardy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1124 - Celebrity jeopardy.cpp -------------------------------------------------------------------------------- /UVA/11244 - Counting Stars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11244 - Counting Stars.cpp -------------------------------------------------------------------------------- /UVA/11332 - Summing Digits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11332 - Summing Digits.cpp -------------------------------------------------------------------------------- /UVA/11340 - Newspaper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11340 - Newspaper.cpp -------------------------------------------------------------------------------- /UVA/11341 - Term Strategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11341 - Term Strategy.cpp -------------------------------------------------------------------------------- /UVA/11362 - Phone List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11362 - Phone List.cpp -------------------------------------------------------------------------------- /UVA/11364 - Parking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11364 - Parking.cpp -------------------------------------------------------------------------------- /UVA/11402 - Ahoy, Pirates!.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11402 - Ahoy, Pirates!.cpp -------------------------------------------------------------------------------- /UVA/11420 - Chest of Drawers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11420 - Chest of Drawers.cpp -------------------------------------------------------------------------------- /UVA/11462 - Age Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11462 - Age Sort.cpp -------------------------------------------------------------------------------- /UVA/11488 - Hyper Prefix Sets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11488 - Hyper Prefix Sets.cpp -------------------------------------------------------------------------------- /UVA/11504 - Dominos.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11504 - Dominos.cpp -------------------------------------------------------------------------------- /UVA/11512 - GATTACA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11512 - GATTACA.cpp -------------------------------------------------------------------------------- /UVA/11530 - SMS Typing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11530 - SMS Typing.cpp -------------------------------------------------------------------------------- /UVA/11547 - Automatic Answer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11547 - Automatic Answer.cpp -------------------------------------------------------------------------------- /UVA/11559 - Event Planning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11559 - Event Planning.cpp -------------------------------------------------------------------------------- /UVA/11573 - Ocean Currents.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11573 - Ocean Currents.cpp -------------------------------------------------------------------------------- /UVA/11577 - Letter Frequency.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11577 - Letter Frequency.cpp -------------------------------------------------------------------------------- /UVA/116 - Unidirectional TSP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/116 - Unidirectional TSP.cpp -------------------------------------------------------------------------------- /UVA/11628 - Another lottery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11628 - Another lottery.cpp -------------------------------------------------------------------------------- /UVA/11631 - Dark roads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11631 - Dark roads.cpp -------------------------------------------------------------------------------- /UVA/11709 - Trust groups.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11709 - Trust groups.cpp -------------------------------------------------------------------------------- /UVA/11727 - Cost Cutting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11727 - Cost Cutting.cpp -------------------------------------------------------------------------------- /UVA/11742 - Social Constraints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11742 - Social Constraints.cpp -------------------------------------------------------------------------------- /UVA/11764 - Jumping Mario.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11764 - Jumping Mario.cpp -------------------------------------------------------------------------------- /UVA/11770 - Lighting Away.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11770 - Lighting Away.cpp -------------------------------------------------------------------------------- /UVA/11799 - Horror Dash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11799 - Horror Dash.cpp -------------------------------------------------------------------------------- /UVA/11838 - Come and Go.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11838 - Come and Go.cpp -------------------------------------------------------------------------------- /UVA/11849 - CD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11849 - CD.cpp -------------------------------------------------------------------------------- /UVA/11888 - Abnormal 89's.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11888 - Abnormal 89's.cpp -------------------------------------------------------------------------------- /UVA/11997 - K Smallest Sums.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/11997 - K Smallest Sums.cpp -------------------------------------------------------------------------------- /UVA/12024 - Hats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12024 - Hats.cpp -------------------------------------------------------------------------------- /UVA/1207 - AGTC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1207 - AGTC.cpp -------------------------------------------------------------------------------- /UVA/12086 - Potentiometers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12086 - Potentiometers.cpp -------------------------------------------------------------------------------- /UVA/12101 - Prime Path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12101 - Prime Path.cpp -------------------------------------------------------------------------------- /UVA/12154 - Shrinking Polygons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12154 - Shrinking Polygons.cpp -------------------------------------------------------------------------------- /UVA/12157 - Tariff Plan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12157 - Tariff Plan.cpp -------------------------------------------------------------------------------- /UVA/12207 - That is Your Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12207 - That is Your Queue.cpp -------------------------------------------------------------------------------- /UVA/12250 - Language Detection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12250 - Language Detection.cpp -------------------------------------------------------------------------------- /UVA/12279 - Emoogle Balance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12279 - Emoogle Balance.cpp -------------------------------------------------------------------------------- /UVA/12289 - One-Two-Three.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12289 - One-Two-Three.cpp -------------------------------------------------------------------------------- /UVA/1237 - Expert Enough.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1237 - Expert Enough.cpp -------------------------------------------------------------------------------- /UVA/12403 - Save Setu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12403 - Save Setu.cpp -------------------------------------------------------------------------------- /UVA/12457 - Tennis contest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12457 - Tennis contest.cpp -------------------------------------------------------------------------------- /UVA/12468 - Zapping.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12468 - Zapping.cpp -------------------------------------------------------------------------------- /UVA/12503 - Robot Instructions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12503 - Robot Instructions.cpp -------------------------------------------------------------------------------- /UVA/12526 - Cellphone Typing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12526 - Cellphone Typing.cpp -------------------------------------------------------------------------------- /UVA/12527 - Different Digits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12527 - Different Digits.cpp -------------------------------------------------------------------------------- /UVA/12532 - Interval Product.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12532 - Interval Product.cpp -------------------------------------------------------------------------------- /UVA/12541 - Birthdates.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12541 - Birthdates.cpp -------------------------------------------------------------------------------- /UVA/12577 - Hajj-e-Akbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12577 - Hajj-e-Akbar.cpp -------------------------------------------------------------------------------- /UVA/12657 - Boxes in a Line.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12657 - Boxes in a Line.cpp -------------------------------------------------------------------------------- /UVA/12783 - Weak Links.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12783 - Weak Links.cpp -------------------------------------------------------------------------------- /UVA/12952 - Tri-du.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/12952 - Tri-du.cpp -------------------------------------------------------------------------------- /UVA/13032 - Marbles in Jars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/13032 - Marbles in Jars.cpp -------------------------------------------------------------------------------- /UVA/1395 - Slim Span.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1395 - Slim Span.cpp -------------------------------------------------------------------------------- /UVA/1401 - Remember the Word.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1401 - Remember the Word.cpp -------------------------------------------------------------------------------- /UVA/146 - ID Codes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/146 - ID Codes.cpp -------------------------------------------------------------------------------- /UVA/147 - Dollars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/147 - Dollars.cpp -------------------------------------------------------------------------------- /UVA/1585 - Score.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1585 - Score.cpp -------------------------------------------------------------------------------- /UVA/1586 - Molar mass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1586 - Molar mass.cpp -------------------------------------------------------------------------------- /UVA/1590 - IP Networks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/1590 - IP Networks.cpp -------------------------------------------------------------------------------- /UVA/164 - String Computer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/164 - String Computer.cpp -------------------------------------------------------------------------------- /UVA/200 - Rare Order.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/200 - Rare Order.cpp -------------------------------------------------------------------------------- /UVA/231 - Testing the CATCHER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/231 - Testing the CATCHER.cpp -------------------------------------------------------------------------------- /UVA/247 - Calling Circles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/247 - Calling Circles.cpp -------------------------------------------------------------------------------- /UVA/272 - TEX Quotes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/272 - TEX Quotes.cpp -------------------------------------------------------------------------------- /UVA/280 - Vertex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/280 - Vertex.cpp -------------------------------------------------------------------------------- /UVA/294 - Divisors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/294 - Divisors.cpp -------------------------------------------------------------------------------- /UVA/311 - Packets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/311 - Packets.cpp -------------------------------------------------------------------------------- /UVA/439 - Knight Moves - Extra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/439 - Knight Moves - Extra.cpp -------------------------------------------------------------------------------- /UVA/439 - Knight Moves.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/439 - Knight Moves.cpp -------------------------------------------------------------------------------- /UVA/455 - Periodic Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/455 - Periodic Strings.cpp -------------------------------------------------------------------------------- /UVA/459 - Graph Connectivity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/459 - Graph Connectivity.cpp -------------------------------------------------------------------------------- /UVA/483 - Word Scramble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/483 - Word Scramble.cpp -------------------------------------------------------------------------------- /UVA/507 - Jill Rides Again.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/507 - Jill Rides Again.cpp -------------------------------------------------------------------------------- /UVA/531 - Compromise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/531 - Compromise.cpp -------------------------------------------------------------------------------- /UVA/532 - Dungeon Master.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/532 - Dungeon Master.cpp -------------------------------------------------------------------------------- /UVA/542 - France '98.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/542 - France '98.cpp -------------------------------------------------------------------------------- /UVA/562 - Dividing coins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/562 - Dividing coins.cpp -------------------------------------------------------------------------------- /UVA/567 - Risk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/567 - Risk.cpp -------------------------------------------------------------------------------- /UVA/572 - Oil Deposits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/572 - Oil Deposits.cpp -------------------------------------------------------------------------------- /UVA/573 - The Snail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/573 - The Snail.cpp -------------------------------------------------------------------------------- /UVA/621 - Secret Research.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/621 - Secret Research.cpp -------------------------------------------------------------------------------- /UVA/622 - Grammar Evaluation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/622 - Grammar Evaluation.cpp -------------------------------------------------------------------------------- /UVA/624 - CD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/624 - CD.cpp -------------------------------------------------------------------------------- /UVA/784 - Maze Exploration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/784 - Maze Exploration.cpp -------------------------------------------------------------------------------- /UVA/793 - Network Connections.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/793 - Network Connections.cpp -------------------------------------------------------------------------------- /UVA/820 - Internet Bandwidth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/820 - Internet Bandwidth.cpp -------------------------------------------------------------------------------- /UVA/836 - Largest Submatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/836 - Largest Submatrix.cpp -------------------------------------------------------------------------------- /UVA/900 - Brick Wall Patterns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/900 - Brick Wall Patterns.cpp -------------------------------------------------------------------------------- /UVA/929 - Number Maze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/929 - Number Maze.cpp -------------------------------------------------------------------------------- /UVA/990 - Diving for Gold.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/990 - Diving for Gold.cpp -------------------------------------------------------------------------------- /UVA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/UVA/README.md -------------------------------------------------------------------------------- /ZOJ/1097 - Code the Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/ZOJ/1097 - Code the Tree.cpp -------------------------------------------------------------------------------- /ZOJ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/ZOJ/README.md -------------------------------------------------------------------------------- /a2oj/1. Omar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/1. Omar.cpp -------------------------------------------------------------------------------- /a2oj/10. Omar Loves Candies.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/10. Omar Loves Candies.cpp -------------------------------------------------------------------------------- /a2oj/122. Teams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/122. Teams.cpp -------------------------------------------------------------------------------- /a2oj/132. Anagram String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/132. Anagram String.cpp -------------------------------------------------------------------------------- /a2oj/137. Cryptography.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/137. Cryptography.cpp -------------------------------------------------------------------------------- /a2oj/14. The New President.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/14. The New President.cpp -------------------------------------------------------------------------------- /a2oj/142. Chess Knights.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/142. Chess Knights.cpp -------------------------------------------------------------------------------- /a2oj/152. Ahmad & Sally.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/152. Ahmad & Sally.cpp -------------------------------------------------------------------------------- /a2oj/155. Easy Sum-2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/155. Easy Sum-2.cpp -------------------------------------------------------------------------------- /a2oj/159. Nth Smallest Value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/159. Nth Smallest Value.cpp -------------------------------------------------------------------------------- /a2oj/164. Circle Of Death.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/164. Circle Of Death.cpp -------------------------------------------------------------------------------- /a2oj/168. Parentheses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/168. Parentheses.cpp -------------------------------------------------------------------------------- /a2oj/17. Kids Love Candies.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/17. Kids Love Candies.cpp -------------------------------------------------------------------------------- /a2oj/186. Cryptoquote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/186. Cryptoquote.cpp -------------------------------------------------------------------------------- /a2oj/192. The Missing Date.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/192. The Missing Date.cpp -------------------------------------------------------------------------------- /a2oj/24. Arabic and English.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/24. Arabic and English.cpp -------------------------------------------------------------------------------- /a2oj/276. K-Palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/276. K-Palindrome.cpp -------------------------------------------------------------------------------- /a2oj/312. Safari.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/312. Safari.cpp -------------------------------------------------------------------------------- /a2oj/323. Last Fibo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/323. Last Fibo.cpp -------------------------------------------------------------------------------- /a2oj/326. Pizzas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/326. Pizzas.cpp -------------------------------------------------------------------------------- /a2oj/327. Mission.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/327. Mission.cpp -------------------------------------------------------------------------------- /a2oj/343. Hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/343. Hello.cpp -------------------------------------------------------------------------------- /a2oj/344. Add Two numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/344. Add Two numbers.cpp -------------------------------------------------------------------------------- /a2oj/345. Subtract two numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/345. Subtract two numbers.cpp -------------------------------------------------------------------------------- /a2oj/346. Add them twice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/346. Add them twice.cpp -------------------------------------------------------------------------------- /a2oj/347. Simple Math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/347. Simple Math.cpp -------------------------------------------------------------------------------- /a2oj/348. Positive or Negative.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/348. Positive or Negative.cpp -------------------------------------------------------------------------------- /a2oj/349. OddEven.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/349. OddEven.cpp -------------------------------------------------------------------------------- /a2oj/350. Magdy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/350. Magdy.cpp -------------------------------------------------------------------------------- /a2oj/351. Max.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/351. Max.cpp -------------------------------------------------------------------------------- /a2oj/352. Max or Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/352. Max or Sum.cpp -------------------------------------------------------------------------------- /a2oj/353. Count to N.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/353. Count to N.cpp -------------------------------------------------------------------------------- /a2oj/354. Counting Stars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/354. Counting Stars.cpp -------------------------------------------------------------------------------- /a2oj/355. Counting More Stars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/355. Counting More Stars.cpp -------------------------------------------------------------------------------- /a2oj/356. Counting Extra Stars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/356. Counting Extra Stars.cpp -------------------------------------------------------------------------------- /a2oj/357. Supermarket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/357. Supermarket.cpp -------------------------------------------------------------------------------- /a2oj/359. GTX Level 1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/359. GTX Level 1.cpp -------------------------------------------------------------------------------- /a2oj/360. GTX Level Infinity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/360. GTX Level Infinity.cpp -------------------------------------------------------------------------------- /a2oj/361. Geeks List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/361. Geeks List.cpp -------------------------------------------------------------------------------- /a2oj/362. Aki.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/362. Aki.cpp -------------------------------------------------------------------------------- /a2oj/363. New Cell Phone.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/363. New Cell Phone.cpp -------------------------------------------------------------------------------- /a2oj/384. Counting Triangles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/384. Counting Triangles.cpp -------------------------------------------------------------------------------- /a2oj/388. Operators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/388. Operators.cpp -------------------------------------------------------------------------------- /a2oj/395. Amazing People.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/395. Amazing People.cpp -------------------------------------------------------------------------------- /a2oj/6. Balloons Colors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/6. Balloons Colors.cpp -------------------------------------------------------------------------------- /a2oj/7. NASSA's Robot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/7. NASSA's Robot.cpp -------------------------------------------------------------------------------- /a2oj/72. Ahmed Aly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/72. Ahmed Aly.cpp -------------------------------------------------------------------------------- /a2oj/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliOsm/CompetitiveProgramming/HEAD/a2oj/README.md --------------------------------------------------------------------------------