Contribution in Data Structure & Algorithm under DevIncept 30-DAYS CONTRIBUTOR PROGRAM
• Best, Average, and Worst-case Analysis
• Big O notation
• Space Complexity
• Array Rotations
• Program for Mean and median of an unsorted array
• Minimum swaps required to bring all elements less than or equal to k together
• Maximum and minimum of an array using the minimum number of comparisons
• Given a string, check if they are an anagram of each other.
• Given a string, find the leftmost character that does not repeat.
• Lexicographic rank
• Pattern Searching.
• Rabin Karp Algorithm
• KMP Algorithm
• Singly, Doubly, and Circular Linked List
• Palindrome Linked List
• Detecting Loops
• Middle of Linked List
• LRU Cache Design
• LIFO and FIFO applications
• Balanced Parenthesis
• Two stacks in an array
• Implement Stack Using Queues
• Bubble, Insert, and Selection Sort
• Merge Sort
• Quick Sort
• Binary Search Iterative and Recursive
• Two Pointer Approach Problems
• Hashing
• Collision
• Open Addressing and Chaining
• Count Distinct Elements
• Union of two unsorted arrays
• What is heap? Difference between Min Heap and Max Heap
• Insertion
• Update
• Heapify
• Extract Elements
• Insertion, Deletion
• Depth-First Search: Inorder, Preorder, PostOrder Traversal in BST
• Breadth-First Search
• Side View of BST
• Check if a given binary tree is a binary search tree