Skip to content

tarunlahrod/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Basic algorithms coded in C++

  1. Length of a loop
  2. Merge sort (In-place)
  3. Modular exponentiation
  4. Euclid's GCD
  5. Fermats Theorem
  6. Insertion sort
  7. Intergral part of square root
  8. Sieve of Eratosthenes
  9. Selection sort
  10. Bubble sort
  11. Check for balanced parenthese
  12. Quick Sort

Recursion Examples

  1. Fibonacci with Memorization
  2. Subsequences of a string
  3. Permutations of a string
  4. Rat in a Maze
  5. N queen problem
  6. Fast exponentiation
  7. Staircase problem
  8. Sudoku solver
  9. Fibonacci using fast exponentiation (and more...)

About

Basic algorithms coded in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages