My first program was binary search
melitamihaljevic.blogspot.com
My first program was binary search
1–10 of 10 posts
Re: My first program was binary search
#2Re: My first program was binary search
#3I'm using Chrome 18.0.1025.168 (Developer Build 134367).
Re: My first program was binary search
#4Re: My first program was binary search
#5Conway's 'Game of Life' in FORTRAN on an IBM 360. Hardly the third grade, that would have been in 1955. My next program was a 'Key Words in Context' generator written in BAL, likewise for a 360 (370 by the time I finished[model switch over should give you a clue as to when this was :)])---haven't stopped since and still continue to enjoy the creative addiction that programming brings to the game.
I'm pretty sure it wasn't 1955. :-)
Re: My first program was binary search
#6Conway's 'Game of Life' in FORTRAN on an IBM 360. Hardly the third grade, that would have been in 1955. My next program was a 'Key Words in Context' generator written in BAL, likewise for a 360 (370 by the time I finished[model switch over should give you a clue as to when this was :)])---haven't stopped since and still continue to enjoy the creative addiction that programming brings to the game.
The 360 was delivered in 1965. Conway's Game of Life was devised in 1970. I'm pretty sure it wasn't 1955. :-)
Re: My first program was binary search
#7The funny part is that I abandoned the binary search strategy nearly immediately after conceiving it. Why? Because I realized that the array needed to be sorted in order for the search to work... and, at the time, the only sorting routine that I knew of was bubble sort. :)
Re: My first program was binary search
#8I'm not seeing a blog post. I'm using Chrome 18.0.1025.168 (Developer Build 134367).
Why the author chose to require javascript for this blog is beyond me. :/
Re: My first program was binary search
#9Earlier quoted context omitted.
The 360 was delivered in 1965. Conway's Game of Life was devised in 1970. I'm pretty sure it wasn't 1955. :-)
He was in the 3rd grade in 1955. He wrote his first computer program sometime after 1970, on a 360. Therefore he did not write his first computer program in 3rd grade.