Want to know how well you can print patterns? Or why time and space complexity is really that intriguing? Then here is a set of tricky and intresting patterns, and complexity based questions to ponder upon! Q(1-4) Write the looping conditions for these programs ! 1.Pattern 1 : 2.Pattern 2: 3. Pattern 3: 4. PatternContinue reading “Quiz Time!”
Tag Archives: Patterns
Patterns!
Hello World! Welcome to BitXorBytes! This is our first post in the series “Explaining Algorithms”. We start by discussing various interesting patterns! Right-Angled Perimeter Triangle * * * * * * * * * * * * Explanation: Since we want to print only the perimeter of the triangle, one must first figure out whereContinue reading “Patterns!”