Skip to content

sagar8080/Algorithms

Repository files navigation

List of Algorithms completed:

  • Backtracking:
    • Combination sum
    • N-queen
  • Brute Force
    • Maximum Subarray
    • Recursive Staircase
  • Datastructures
    • Hash Table
    • Heap
    • Segment Tree
  • Divide and Conquer
    • Combination with and without repitition
    • Tower of Hanoi
    • Fast Powering
  • Dynamic Programming
    • Fibonacci Sequence
    • Longest Common Subsequence
    • Unique Path
  • Graphs
    • Breadth First Traversal
    • Floyd Warshall
    • Kruskal
  • Greedy Approach
    • Djikstra
  • Linked list
    • Straight Traversal
    • Reverse Traversal
  • Math
    • Bit Manipulation
    • Discrete Fourier Transform
    • Sieve of Eratosthenes
  • Searching
    • Binary Search
    • Linear Search
    • Interpolation Search
  • Sets
    • Knapsack
    • Cartesian Product
    • Fischer Yates
  • Sorting
    • Insertion Sort
    • Quick Sort
    • Radix Sort
    • Shell Sort
  • String
    • KMP
    • Rabin Karp
    • Hamming Distance
  • Trees
    • BFS
    • DFS
    • Fenwick Tree
  • Uncategorized
    • Matrix Rotation
    • Rain terraces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages