This repo is made to facilitate the contribution towards hactoberfest, so that everyone can contibute to the hactober fest
- Largest Sum of Contiguous Subarray
- Find Duplicate Number
- Merge Two Sorted Arrays
- Rotate Array by k Steps
- Two Sum Problem
- Reverse a Linked List
- Find Middle of a Linked List
- Detect Cycle in a Linked List
- Merge Two Sorted Linked Lists
- Intersection of Two Linked Lists
- Tree Traversals (Inorder, Preorder, Postorder)
- Lowest Common Ancestor
- Check if a Binary Tree is Balanced
- Level Order Traversal
- Shortest Path in a Graph
- Generate All Subsets
- N-Queens Problem
- Permutations of a String/Array
- Solve Sudoku
- Word Search in 2D Grid
- 0/1 Knapsack Problem
- Longest Common Subsequence
- Longest Increasing Subsequence
- Coin Change Problem
- Climbing Stairs Problem
- Binary Search
- Find First and Last Occurrence of a Number
- Quicksort Algorithm
- Mergesort Algorithm
- Search in Rotated Sorted Array
- Implement Queue Using Two Stacks
- Largest Rectangle in Histogram
- Valid Parentheses Check
- Next Greater Element
- Stack with getMin() Operation
- Find Single Number
- Count Number of 1's in Binary
- Reverse Bits of a Number
- Check if a Number is Power of Two
- Swap Two Numbers Without Temp Variable
- Activity Selection Problem
- Minimum Number of Platforms
- Job Scheduling Problem
- Fractional Knapsack Problem
- Check if Graph is Bipartite
- Topological Sorting of a DAG
- Find Number of Connected Components
- Detect Cycle in a Directed Graph
- Depth-First Search (DFS) and Breadth-First Search (BFS)
- Check if Number is Prime
- Find GCD of Two Numbers
- Division Without Using Operator
- Find Missing Number in Array
- Count Trailing Zeroes in Factorial
- Clone the repository:
git clone https://github.com/yourusername/Interview_Questions.git