Skip to content

penzin/algorithms-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms-practice

My practice with different basic algorithms, why not?

Usage

Just clone this repo, run composer install and then ./tests/run.sh.

Table of contents

  • Factorial (recursive)
  • Array sum (recursive)
  • Binary search
  • Selection sorting
  • Quick sorting (recursive)
  • Breadth-first search (search shortest path in unweighted not oriented graph, BFS)
  • Dijkstra's search (search shortest path in weighted oriented graph, SPF)
  • Set cover problem algorithm
  • Find the longest common substring (dynamic programming)

About

My practice with different algorithms, why not?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors