Skip to content

Penkov-D/SearchAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SearchAlgorithms

This is implementation of search algorithm to find some number in a vector

The implementation works in Theta(2^n) time complexity and Theta(n^2) memory complexity.

About

A joke implementation of search algorithm to find some number in a vector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages