vote up 19 vote down star
10

In my question Insert Update stored proc on SQL Server I explained an efficient way of doing an insert/update - perhaps THE most efficient. It's nothing amazing but it's a small algorithm that I came up with in a mini-Eureka moment. Although I had "invented" it by myself and secretly hoped that I was the first to do so I knew that it had probably been around for years but after posting on a couple of lists and not getting confirmation I had never found anything definitive written up about it.

So my questions: What software algorithm did you come up with that you thought that you'd invented? Or better yet, did you invent one?

flag
1  
I was a kid programming in basic. I was having problems representing a variable number of bad dudes for a game I wrote-- arrays are fixed size. I came up with a solution, and when I introduced it to a friend he told me my solution is called a "linked list". – Frank Schwieterman Dec 24 '08 at 0:26

87 Answers

1 2 3 next
vote up 36 vote down check

When I was in 2nd grade, I figured out that if you have a square, like 9 = 3^2... to get to the next square (4^2), you simply add 3 and 4.

I generalized it, so if you had any number squared, you could get the next number squared by adding the first number and the next to the first one squared.

So, I kind of invented algebra.

x^2 + x + (x+1) = x^2 + 2x + 1 = (x+1)^2

link|flag
11  
Me too! Only I went with a geometric explanation: you have a square (say 4x4), you add one row to it (making it a 5x4 rectangle), and then you add a column to finish the square (5x5). – mmyers Dec 5 '08 at 22:47
2  
I "invented" that one much later (sometime after having taken Calculus). So I was kind of fascinated that in the discrete/integer domain, the derivative of x^2 is 2x + 1. In the traditional real number domain, the + 1 "approaches" zero and becomes just 2x. – C. Dragon 76 Dec 5 '08 at 22:52
2  
lol, seems much obvious now... (a+b)^2 = a^2 + 2ab + b^2 ... but when I was 10 I thought I discovered something new XD – kentaromiura Jun 15 at 6:58
show 1 more comment
vote up 0 vote down

Median-Heaps :(

link|flag
vote up 1 vote down

Shunting Yard Algorithm

Mean of Circular Quantities

Language Oriented Programming

Division - back in 2nd grade haha

link|flag
vote up 1 vote down

(Granted, none of these were as formally defined when I did them...)

Edit: Derek called me out on a slight miswording. By "none of these were as formally defined when I did them," I meant that my implementations weren't as complete as their formal definitions.

link|flag
show 1 more comment
vote up 3 vote down

@martinatime

Math is generally considered "discovered" as opposed to invented. And programming and related studies are considered applied math.

I've generally seen the opposite. e.g. Newton invented calculus. On the other hand, natural properties are generally "discovered." e.g. Pythagoras discovered the Pythagorean theorem.

link|flag
3  
Answers should not be addressed to other answers; only to the question. That's why the order of answers can change as people upvote and downvote, and why comments exist. – jprete Oct 2 at 18:06
show 4 more comments
vote up 0 vote down

After I was first exposed to selection sort I immediately saw room for improvement and created shaker sort. This was several years before I learned the name for either one.

link|flag
vote up 2 vote down

@Ryan

(Granted, none of these were as formally defined when I did them...)

Either the age on your profile page is way off, or you are drastically underestimating the development of computer science. It's a young field, but it's not that young.

Depth-first and breadth-first are both so old that no one seems to know who "invented" them first. A* (of which both are merely special cases) was published in 1968. Binary search is probably as old as sorting. If statements have been around since at least 1978 (K&R C), and probably quite a bit longer. Temporal difference learning was first described by that name in 1988. The Design Patterns book came out in 1994 (when you were presumably about 8 years old.

It's cool that you reinvented these things without being exposed to them first, but I'm pretty sure they were all formally defined before you did so.

link|flag
3  
um i think he means that when HE did them, HE didn't formally define them. – Epaga May 16 at 11:52
1  
Answers should not be addressed to other answers; only to the question. That's why the order of answers can change as people upvote and downvote, and why comments exist. – jprete Oct 2 at 18:07
vote up -9 vote down

@Derek

What I meant was that I didn't formally define them when I did them.

link|flag
3  
Use a comment for this crap, not a answer – Simucal Dec 5 '08 at 7:23
vote up 0 vote down

I rewrote strcmp in C before I knew it existed (silly, I know. I learned the syntax well before the library). Of course, my strcmp was not as good as the C library's.

link|flag
vote up 7 vote down

Recursive descent parsing.

link|flag
show 1 more comment
vote up 14 vote down

I invented the Internet. ;)

On a more serious note:
I was setting up my home network one day and thought "I should have a machine that is purposely weak so that hackers go after it instead of my other machines". For about five minutes I thought I had an original idea... Needless to say, I quickly found the term honeypot in Wikipedia and realized I'm just an average joe.

link|flag
4  
I thought that was Al Gore? – Matthew Whited Oct 2 at 18:01
vote up 0 vote down

This wasn't necessarily an algorithm at all, but as a homework for my C/Assembly class we had to write and implement our own malloc.

If anyone did the google code jam qualification round this year, they did a load balancing algorithm, a scheduling algorithm, and a surface area algorithm.

link|flag
vote up 0 vote down

While I have the opportunity, I'd like somebody to show that something I came up with independently was invented before. It's so simple, I'm surprised that I haven't heard of it, but maybe one of you have. Namely, if you want to maintain a structure in order by the number of times an element occurs, in the worst case, you have to swap every two times. But, if you are willing to tolerate the elements being out of order by some small percentage of the overall count, then you only need swaps in the log of the number of arrivals (the log base depends on the percentage). You can prove this with the Master theorem. I did this in ~2005.

link|flag
vote up 0 vote down

I re-created PHP's word_wrap here. Mine's grammatically better.

link|flag
vote up 3 vote down

Enigma machine (substitution, altering & rotating cipher).

link|flag
show 1 more comment
vote up 0 vote down

1992: Auto-rebalancing AVL trees, where the re-balance is done on the tail of the recursive insert.

In a university assignment.

link|flag
vote up 1 vote down

I got a surprise the day before I was scheduled to present my findings on how to combine multiple source of soft bit decisions. I asked a colleague to review my presentation. He informed me that I had reinvented Maximal Ratio Combining.

link|flag
vote up 0 vote down

Recursive descent parsing supporting left recursion.

link|flag
vote up 0 vote down
link|flag
show 1 more comment
vote up 0 vote down

Binary searches.

I had been working on a C program to organize card game tournaments and wanted it to be really fast -- enough so that a large number of players could be handled on as little as a 486. When I started to realize how long looking up players was going to take, I tried to come up with a better solution than repeated linear searches and wound up with a binary search.

link|flag
vote up 0 vote down

Not sure it really qualifies as an algorithm, but I "Invented" the technique of disabling a button on an HTML form with javascript so that the user doesn't inadvertently post the form twice.

link|flag
vote up 10 vote down

I invented bubble sort in 1993. The year prior I had attended a computer camp (for pre-high school kids) and studied BASIC and Pascal. '93s summer computer camp we graduated up to C and had to sort an array of numbers. I, along with several kids in the group, arrived at the worlds most common bad implementation of sorting.

Our instructor then explained Big-Oh notation (and I believe the implementation of quick-sort) and the rest, as they say, is history!

link|flag
show 1 more comment
vote up 1 vote down

Sequential Quadratic Programming with constraints. I "invented" a way to turn a nonlinear optimization problem with constraints into a sequence of linear (or in this case, quadratic) problems. I was not amused when I discovered it had been around for decades! (in my defense, optimization was not my field).

link|flag
vote up 4 vote down

Monads.

link|flag
vote up 6 vote down

Bresenham's line algorithm.

I wanted to draw lines with dashes or colors that vary along the length in GWBasic, but it had no facility for these, so I worked out how to generate a line very similar to Bresenham's method - no gaps, and a single width of pixels for a line of any angle.

I was very proud of myself, but my parents and siblings just didn't understand how cool it was.

Then I discovered the real Bresenham years later, and the awesome optimizations for linear memory implementations of it. It didn't dim my happiness - I was very young at the time and there was no such thing as the Internet back then.

Algorithms are so cool...

link|flag
show 1 more comment
vote up 1 vote down

Whilst it isn't really an algorithm, I did completely code a lolcat compiler/translator in Python, before actually googling it and finding out there were already a couple existing.

And I was so proud of myself...

link|flag
vote up 0 vote down

I guess I must have "invented" pretty much every array function in PHP :D And maybe some of the string functions too (but who hasn't, in any language ?)

Since library functions written in C seemed not good enough for me, I had to rewrite them in pure PHP (performance is for sissies ;)

Then I learned to check the docs at php.net more often...

link|flag
vote up 1 vote down

@Ross

Amusingly enough, I wrote the original version of the word_wrap function in PHP, before it became part of the core PHP function set.

It was originally written because I needed to be able to create quoted text areas for an online messaging system.

Extra amusing - It's listed as an alternative in the comments to PHP's word_wrap.

link|flag
vote up 3 vote down

I "invented" the triangular number formula in 5th grade -- and then proceeded to spend a real lot of time trying to promote the operators using logarithms to compute factorials.

Early in programming, I "invented" the selection sort -- made way more sense to me than bubble sort.

Back in the late 90s, I invented double-interleaved firmware-generated PWM to boost apparent regulation resolution. Patent #6252373.

link|flag
4  
Clearly you are not familiar with our patent system. ;) – Hafthor Feb 21 at 6:34
show 1 more comment
1 2 3 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.