Skip to content

suvojit-0x55aa/Big-Oh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big-Oh

A geeky clone of 2048 for programmers . ##Achieve Big-Oh of 1 .

Order of merging : O(2n) O(n!) O(n2) O(nlogn) O(nlog*n) O(n) O(logn) O(loglogn) O(log*n) O(alpha(n)) O(1)

##How to play Use your arrow keys to move the tiles. When two tiles with the same complexity touch, they merge into a faster complexity!

Can you achieve O(1) ?

###Enjoy !

##Created by Sarthak Munshi. Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer.

##Gameplay Screenshot of Big-Oh

##License This project is currently licensed under MIT License. For more details see LICENSE.md.

About

A geeky clone of 2048 for programmers .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.0%
  • JavaScript 43.2%
  • HTML 7.8%