Skip to content

ThiagoDSMarcelino/bogo-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BogoLib

GitHub GitHub code size in bytes

Introduction

This library aims to implement various Bogo algorithms, making it easier to compare their inefficiencies with other algorithms.

What's a valid Bogo Algorithm?

A valid Bogo algorithm should be verifiable without employing any other complex algorithm.

For example:

  • Square root is a valid algorithm since we only need to multiply the result by itself to verify its correctness.

  • Factorial isn't a valid algorithm because we would need to implement a conventional factorial algorithm to verify its correctness.

About

Library with only bogo algorithms

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages