Skip to content

Daniel King

  • About
  • Contact

Tag archives: data structures

Zero-based indexing and developer expectations

The array is one of the most common data structures in programming, in simple terms it is an indexed (ordered) collection of elements. They work differently depending on the language you’re writing, for example in C you define the types of all the elements up front, whereas in a dynamic language like JavaScript you can […]

Posted bydan27 June 2020Posted inSoftwareTags: data structures, javascript, ruby
Daniel King, Proudly powered by WordPress.