Hacker News new | past | comments | ask | show | jobs | submit login

Change the constant.

Change the x that the big O is about, for example by using vector instructions.

Implement a theoretically less efficient algorithm that is faster (examples: switch to a O(n^2) sort for small data set, or to a linear search for smallish arrays)




Use data with a smaller size N, and do something more interesting with it.


would the procedures you describe be classified as an artistic endeavor?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: