preeti13456 / Competitive-Programming

Competitive Programming || Day to day problem solving Data Structure, Algorithms & Top Interview Questions. πŸ’€ Contributors are always invited. βœ” | Learn | Help | Grow | Target commits: 1000+ | Challenge Solving 450QUESTIONS by Babbar! | Day 11 Today's Questions in Readme |

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't just push your CODE
Push your limits too!

Visits Badge Contributors Size Commits Badge GitHub license

Old questions are available in wiki! Stars 🐞

Day 11 (450Q Babbar) πŸš€

Books:

Important Links

Important Subjects:

Contributors:

Topics Covering Soon:

Array:

Subarray with given sum , Count the triplets , Kadane’s Algorithm , Missing number in array , Merge two sorted arrays , Rearrange array alternatively , Number of pairs , Inversion of Array , Sort an array of 0s, 1s and 2s , Equilibrium point , Leaders in an array, Minimum Platforms, Reverse array in groups, K’th smallest element, Trapping Rain Water, Pythagorean Triplet, Chocolate Distribution Problem, Stock buy and sell, Element with left side smaller and right side greater, Convert array into Zig-Zag fashion, Last Index of 1, Spirally traversing a matrix, Largest Number formed from an Array,

String :

Reverse words in a given string, Permutations of a given string, Longest Palindrome in a String, Recursively remove all adjacent duplicates, Check if string is rotated by two places, Roman Number to Integer, Anagram, Remove Duplicates, Form a Palindrome, Longest Distinct Characters in the string, Implement Atoi, Implement strstr, Longest Common Prefix,

Linked List :

Finding middle element in a linked list, Reverse a linked list, Rotate a Linked List, Reverse a Linked List in groups of given size, Intersection point in Y shaped linked lists, Detect Loop in linked list, Remove loop in Linked List, n’th node from end of linked list, Flattening a Linked List, Merge two sorted linked lists, Intersection point of two Linked Lists, Pairwise swap of a linked list, Add two numbers represented by linked lists, Check if Linked List is Palindrome, Implement Queue using Linked List, Implement Stack using Linked List, Given a linked list of 0s, 1s and 2s, sort it, Delete without head pointer,

Stack and Queue :

Parenthesis Checker, Next larger element, Queue using two Stacks, Stack using two queues, Get minimum element from stack, LRU Cache, Circular tour, First non-repeating character in a stream, Rotten Oranges, Maximum of all subarrays of size k,

Tree :

Print Left View of Binary Tree, Check for BST, Print Bottom View of Binary Tree, Print a Binary Tree in Vertical Order, Level order traversal in spiral form, Connect Nodes at Same Level, Lowest Common Ancestor in a BST, Convert a given Binary Tree to Doubly Linked List, Write Code to Determine if Two Trees are Identical or Not, Given a binary tree, check whether it is a mirror of itself, Height of Binary Tree, Maximum Path Sum, Diameter of a Binary Tree, Number of leaf nodes, Check if given Binary Tree is Height Balanced or Not, Serialize and Deserialize a Binary Tree,

Heap :

Find median in a stream, Heap Sort, Operations on Binary Min Heap, Rearrange characters, Kth largest element in a stream, Merge K sorted linked lists, Kth largest element in a stream,

Recursion :

Flood fill Algorithm, Number of paths, Combination Sum – Part 2, Special Keyboard, Josephus problem,

Hashing :

Relative Sorting, Sorting Elements of an Array by Frequency, Largest subarray with 0 sum, Common elements, Find all four sum numbers, Swapping pairs make sum equal, Count distinct elements in every window, Array Pair Sum Divisibility Problem, Longest consecutive subsequence, Array Subset of another array, Find all pairs with a given sum, Find first repeated character, Zero Sum Subarrays, Minimum indexed character, Check if two arrays are equal or not, Uncommon characters, Smallest window in a string containing all the characters of another string, First element to occur k times, Check if frequencies can be equal,

Graph :

Depth First Traversal, Breadth First Traversal, Detect cycle in undirected graph, Detect cycle in a directed graph, Topological sort, Find the number of islands, Implementing Dijkstra, Minimum Swaps, Strongly Connected Components, Shortest Source to Destination Path, Find whether path exist, Minimum Cost Path, Circle of Strings, Floyd Warshall, Alien Dictionary, Snake and Ladder Problem,

Greedy :

Activity Selection, N meetings in one room, Coin Piles, Maximize Toys, Page Faults in LRU, Largest number possible, Minimize the heights, Minimize the sum of product, Huffman Decoding, Minimum Spanning Tree, Shop in Candy Store, Geek collects the balls,

Dynamic Programming :

Minimum Operations, Max length chain, Minimum number of Coins, Longest Common Substring, Longest Increasing Subsequence, Longest Common Subsequence, 0 – 1 Knapsack Problem, Maximum sum increasing subsequence, Minimum number of jumps, Edit Distance, Coin Change Problem, Subset Sum Problem, Box Stacking, Rod Cutting, Path in Matrix, Minimum sum partition, Count number of ways to cover a distance, Egg Dropping Puzzle, Optimal Strategy for a Game, Shortest Common Supersequence,

Divide and Conquer :

Find the element that appears once in sorted array, Search in a Rotated Array, Binary Search, Sum of Middle Elements of two sorted arrays, Quick Sort, Merge Sort, K-th element of two sorted Arrays,

Backtracking :

N-Queen Problem, Solve the Sudoku, Rat in a Maze Problem, Word Boggle, Generate IP Addresses,

Bit Magic :

Find first set bit, Rightmost different bit, Check whether K-th bit is set or not, Toggle bits given range, Set kth bit, Power of 2, Bit Difference, Rotate Bits, Swap all odd and even bits, Count total set bits, Longest Consecutive 1’s, Sparse Number, Alone in a couple, Maximum subset XOR,

Some More Questions on Arrays :

Find Missing And Repeating, Maximum Index, Consecutive 1’s not allowed, Majority Element, Two numbers with sum closest to zero, Nuts and Bolts Problem, Boolean Matrix Problem, Smallest Positive missing number, Jumping Caterpillars,

Some More Questions on Strings :

Most frequent word in an array of strings, CamelCase Pattern Matching, String Ignorance, Smallest window in a string containing all the characters of another string, Design a tiny URL or URL shortener, Permutations of a given string, Non Repeating Character, Check if strings are rotations of each other or not, Save Ironman, Repeated Character, Remove common characters and concatenate, Geek and its Colored Strings, Second most repeated string in a sequence,

Some more Questions on Trees :

Mirror Tree, Longest consecutive sequence in Binary tree, Bottom View of Binary Tree, Lowest Common Ancestor in a Binary Tree, Binary to DLL,

About

Competitive Programming || Day to day problem solving Data Structure, Algorithms & Top Interview Questions. πŸ’€ Contributors are always invited. βœ” | Learn | Help | Grow | Target commits: 1000+ | Challenge Solving 450QUESTIONS by Babbar! | Day 11 Today's Questions in Readme |

License:MIT License


Languages

Language:Python 79.7%Language:C++ 12.8%Language:Java 7.6%