Skip to content

Latest commit

 

History

History
213 lines (142 loc) · 3.38 KB

algorithms.md

File metadata and controls

213 lines (142 loc) · 3.38 KB

ALGORITHMS

Hola guys, Hello world this is algorithms index find your algorithms here if not present help us and add new algorithms here.

INDEX

:octocat: ITERATIVE

🚀 SEARCHING

🚀 LINEAR SEARCH
🚀 BINARY SEARCH

🚀 PATTERN SEARCHING

🚀 SORTING

🚀 BUBBLE SORT
  • blog
  • docs
  • implementation (follow only stable sort)
    • Stable
    • Unstable
      • Ascending
        • C
        • C++
        • JAVA
      • Descending
        • C
        • C++
        • JAVA
  • complexity
🚀 SELECTION SORT
  • blog
  • docs
  • implementation
🚀 INSERTION SORT
  • blog
  • docs
  • implementation
🚀 SHELL SORT
  • blog
  • docs
  • implementation
🚀 COUNTING SORT
  • blog
  • docs
  • implementation

🚀 STRINGS

REVERSE A STRING

🚀 BITWISE

🚀 MATHEMATICAL

FIBONACCI SERIES
  • blog
  • docs
  • implementation

🚀 GEOMETRIC

🚀 RANDOMIZED

🚀 DIVIDE AND CONQUER

🚀 BRANCH AND BOUND

🚀 GRAPHS

🚀 GREEDY

🚀 DYNAMIC PROGRAMMING

🚀 GAME THEORY

🚀 MISC

SPELL THE NUMBER
  • blog
  • docs
  • implementation
PAIR WISE SWAP
  • blog
  • docs
  • implementation
REVERSE A NUMBER
  • blog
  • docs
  • implementation
PAGE REPLACEMENT
  • blog
  • docs
  • implementation
BINARY TO DECIMAL
  • blog
  • docs
  • implementation

:octocat: RECURSIVE

🔁 SEARCHING

🔁 LINEAR SEARCH
  • blog
  • docs
  • implementation
🔁 BINARY SEARCH
  • blog
  • docs
  • implementation

🔁 SORTING

🔁 MERGE SORT
  • blog
  • docs
  • implementation
🔁 QUICK SORT
  • blog
  • docs
  • implementation
🔁 HEAP SORT
  • blog
  • docs
  • implementation

🔁 STRINGS

🔁 BITWISE

🔁 MATHEMATICAL

🔁 GEOMETRIC

🔁 RANDOMIZED

🔁 DIVIDE AND CONQUER

🔁 BRANCH AND BOUND

🔁 GRAPHS

🔁 GREEDY

🔁 DYNAMIC PROGRAMMING

🔁 GAME THEORY

🔁 MISC