Jump to content

Data Structures and Algorithms


aszxcv

Recommended Posts

i dont have money currently to go back to school currentlyi have decide to just stick it out and read a few books and research rest i have decide on learning php, flash, javascript, ajax i see books on data structures and algorithms on every language but phpwhere can i find info on data structures and algorithms for php?i tried google but websites i found were not of much help

Link to comment
Share on other sites

The two concepts mentioned above are fairly universal, it is only implementation that differs. Remember, everything you write in any programming language can be said to be an algorithm :)PHP doesn't technically have data structures, afaik, as it doesn't have that sort of relationship with the memory. All variables are just stored along with their pointers in a big table, for random access. Well... it has arrays, I suppose.I may be wrong though.

Link to comment
Share on other sites

  • 12 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...